diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-07-08 18:55:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-07-08 18:55:49 +0200 |
commit | 37ab090b9aa4d510c7bf9048d304874b144f6f05 (patch) | |
tree | 8e4a0ed6cec7f016e0dc2fa2a913e6fcbbfd8e50 /REFLECTION |
php-pecl-sync: new package (WIP)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 178 |
1 files changed, 178 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..eb24804 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,178 @@ +Extension [ <persistent> extension #143 sync version 1.0.0 ] { + + - Classes [4] { + Class [ <internal:sync> class SyncMutex ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:sync, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $name ] + } + } + + Method [ <internal:sync> public method lock ] { + + - Parameters [1] { + Parameter #0 [ <optional> $wait ] + } + } + + Method [ <internal:sync> public method unlock ] { + + - Parameters [1] { + Parameter #0 [ <optional> $all ] + } + } + } + } + + Class [ <internal:sync> class SyncSemaphore ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:sync, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $name ] + Parameter #1 [ <optional> $initialval ] + Parameter #2 [ <optional> $autounlock ] + } + } + + Method [ <internal:sync> public method lock ] { + + - Parameters [1] { + Parameter #0 [ <optional> $wait ] + } + } + + Method [ <internal:sync> public method unlock ] { + + - Parameters [1] { + Parameter #0 [ <optional> &$prevcount ] + } + } + } + } + + Class [ <internal:sync> class SyncEvent ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:sync, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> $name ] + Parameter #1 [ <optional> $manual ] + } + } + + Method [ <internal:sync> public method wait ] { + + - Parameters [1] { + Parameter #0 [ <optional> $wait ] + } + } + + Method [ <internal:sync> public method fire ] { + + - Parameters [0] { + } + } + + Method [ <internal:sync> public method reset ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:sync> class SyncReaderWriter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:sync, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> $name ] + Parameter #1 [ <optional> $autounlock ] + } + } + + Method [ <internal:sync> public method readlock ] { + + - Parameters [1] { + Parameter #0 [ <optional> $wait ] + } + } + + Method [ <internal:sync> public method writelock ] { + + - Parameters [1] { + Parameter #0 [ <optional> $wait ] + } + } + + Method [ <internal:sync> public method readunlock ] { + + - Parameters [0] { + } + } + + Method [ <internal:sync> public method writeunlock ] { + + - Parameters [0] { + } + } + } + } + } +} + |