diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 sync version 1.1.2 ] { +Extension [ <persistent> extension #123 sync version 1.1.3 ] { - Classes [5] { Class [ <internal:sync> class SyncMutex ] { @@ -19,21 +19,21 @@ Extension [ <persistent> extension #119 sync version 1.1.2 ] { Method [ <internal:sync, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> $name ] + Parameter #0 [ <optional> $name = <default> ] } } Method [ <internal:sync> public method lock ] { - Parameters [1] { - Parameter #0 [ <optional> $wait ] + Parameter #0 [ <optional> $wait = <default> ] } } Method [ <internal:sync> public method unlock ] { - Parameters [1] { - Parameter #0 [ <optional> $all ] + Parameter #0 [ <optional> $all = <default> ] } } } @@ -57,23 +57,23 @@ Extension [ <persistent> extension #119 sync version 1.1.2 ] { Method [ <internal:sync, ctor> public method __construct ] { - Parameters [3] { - Parameter #0 [ <optional> $name ] - Parameter #1 [ <optional> $initialval ] - Parameter #2 [ <optional> $autounlock ] + Parameter #0 [ <optional> $name = <default> ] + Parameter #1 [ <optional> $initialval = <default> ] + Parameter #2 [ <optional> $autounlock = <default> ] } } Method [ <internal:sync> public method lock ] { - Parameters [1] { - Parameter #0 [ <optional> $wait ] + Parameter #0 [ <optional> $wait = <default> ] } } Method [ <internal:sync> public method unlock ] { - Parameters [1] { - Parameter #0 [ <optional> &$prevcount ] + Parameter #0 [ <optional> &$prevcount = <default> ] } } } @@ -97,15 +97,15 @@ Extension [ <persistent> extension #119 sync version 1.1.2 ] { Method [ <internal:sync, ctor> public method __construct ] { - Parameters [2] { - Parameter #0 [ <optional> $name ] - Parameter #1 [ <optional> $manual ] + Parameter #0 [ <optional> $name = <default> ] + Parameter #1 [ <optional> $manual = <default> ] } } Method [ <internal:sync> public method wait ] { - Parameters [1] { - Parameter #0 [ <optional> $wait ] + Parameter #0 [ <optional> $wait = <default> ] } } @@ -141,22 +141,22 @@ Extension [ <persistent> extension #119 sync version 1.1.2 ] { Method [ <internal:sync, ctor> public method __construct ] { - Parameters [2] { - Parameter #0 [ <optional> $name ] - Parameter #1 [ <optional> $autounlock ] + Parameter #0 [ <optional> $name = <default> ] + Parameter #1 [ <optional> $autounlock = <default> ] } } Method [ <internal:sync> public method readlock ] { - Parameters [1] { - Parameter #0 [ <optional> $wait ] + Parameter #0 [ <optional> $wait = <default> ] } } Method [ <internal:sync> public method writelock ] { - Parameters [1] { - Parameter #0 [ <optional> $wait ] + Parameter #0 [ <optional> $wait = <default> ] } } @@ -213,15 +213,15 @@ Extension [ <persistent> extension #119 sync version 1.1.2 ] { - Parameters [2] { Parameter #0 [ <required> $string ] - Parameter #1 [ <optional> $start ] + Parameter #1 [ <optional> $start = <default> ] } } Method [ <internal:sync> public method read ] { - Parameters [2] { - Parameter #0 [ <optional> $start ] - Parameter #1 [ <optional> $length ] + Parameter #0 [ <optional> $start = <default> ] + Parameter #1 [ <optional> $length = <default> ] } } } |