diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..83e5165 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,50 @@ +Extension [ <persistent> extension #66 SeasSnowflake version 1.0.0 ] { + + - Functions { + Function [ <internal:SeasSnowflake> function SeasSnowflake_version ] { + + - Parameters [0] { + } + } + } + + - Classes [1] { + Class [ <internal:SeasSnowflake> final class SeasSnowflake ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:SeasSnowflake, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> $parames ] + } + } + + Method [ <internal:SeasSnowflake> public method generate ] { + + - Parameters [0] { + } + } + + Method [ <internal:SeasSnowflake> public method degenerate ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + } + } + } +} + |