diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 57 | 
1 files changed, 51 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #122 pthreads version 2.0.8 ] { +Extension [ <persistent> extension #124 pthreads version 2.0.9 ] {    - Constants [10] {      Constant [ integer PTHREADS_INHERIT_ALL ] { 1118481 } @@ -22,13 +22,22 @@ Extension [ <persistent> extension #122 pthreads version 2.0.8 ] {        - Static properties [0] {        } -      - Static methods [1] { +      - Static methods [2] {          Method [ <internal:pthreads> static public method extend ] {            - Parameters [1] {              Parameter #0 [ <required> $class ]            }          } + +        Method [ <internal:pthreads> static public method from ] { + +          - Parameters [3] { +            Parameter #0 [ <required> Closure $run ] +            Parameter #1 [ <optional> Closure or NULL $construct ] +            Parameter #2 [ <optional> $args ] +          } +        }        }        - Properties [0] { @@ -141,13 +150,22 @@ Extension [ <persistent> extension #122 pthreads version 2.0.8 ] {        - Static properties [0] {        } -      - Static methods [1] { +      - Static methods [2] {          Method [ <internal:pthreads> static public method extend ] {            - Parameters [1] {              Parameter #0 [ <required> $class ]            }          } + +        Method [ <internal:pthreads> static public method from ] { + +          - Parameters [3] { +            Parameter #0 [ <required> Closure $run ] +            Parameter #1 [ <optional> Closure or NULL $construct ] +            Parameter #2 [ <optional> $args ] +          } +        }        }        - Properties [0] { @@ -260,7 +278,7 @@ Extension [ <persistent> extension #122 pthreads version 2.0.8 ] {        - Static properties [0] {        } -      - Static methods [4] { +      - Static methods [5] {          Method [ <internal:pthreads> static public method getCurrentThreadId ] {            - Parameters [0] { @@ -287,6 +305,15 @@ Extension [ <persistent> extension #122 pthreads version 2.0.8 ] {              Parameter #0 [ <required> $class ]            }          } + +        Method [ <internal:pthreads, inherits Threaded> static public method from ] { + +          - Parameters [3] { +            Parameter #0 [ <required> Closure $run ] +            Parameter #1 [ <optional> Closure or NULL $construct ] +            Parameter #2 [ <optional> $args ] +          } +        }        }        - Properties [0] { @@ -448,7 +475,7 @@ Extension [ <persistent> extension #122 pthreads version 2.0.8 ] {        - Static properties [0] {        } -      - Static methods [4] { +      - Static methods [5] {          Method [ <internal:pthreads, inherits Thread> static public method getCurrentThreadId ] {            - Parameters [0] { @@ -475,6 +502,15 @@ Extension [ <persistent> extension #122 pthreads version 2.0.8 ] {              Parameter #0 [ <required> $class ]            }          } + +        Method [ <internal:pthreads, inherits Threaded> static public method from ] { + +          - Parameters [3] { +            Parameter #0 [ <required> Closure $run ] +            Parameter #1 [ <optional> Closure or NULL $construct ] +            Parameter #2 [ <optional> $args ] +          } +        }        }        - Properties [0] { @@ -790,13 +826,22 @@ Extension [ <persistent> extension #122 pthreads version 2.0.8 ] {        - Static properties [0] {        } -      - Static methods [1] { +      - Static methods [2] {          Method [ <internal:pthreads, inherits Threaded> static public method extend ] {            - Parameters [1] {              Parameter #0 [ <required> $class ]            }          } + +        Method [ <internal:pthreads, inherits Threaded> static public method from ] { + +          - Parameters [3] { +            Parameter #0 [ <required> Closure $run ] +            Parameter #1 [ <optional> Closure or NULL $construct ] +            Parameter #2 [ <optional> $args ] +          } +        }        }        - Properties [1] {  | 
