diff options
| author | Remi Collet <remi@remirepo.net> | 2021-08-25 09:58:58 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-08-25 09:58:58 +0200 | 
| commit | ed43300dab14e50d2925dc78a9eb5fc5f2e9ae98 (patch) | |
| tree | 24e77b1776a7f8afb9e46072b70e09799c1fddcf /REFLECTION | |
initial package, version 1.0.0 (stable)
open https://github.com/SeasX/SeasSnowflake/pull/3 - fix test
open https://github.com/SeasX/SeasSnowflake/pull/4 - exec perm
open https://github.com/SeasX/SeasSnowflake/pull/5 - PHP 5
open https://github.com/SeasX/SeasSnowflake/pull/6 - arginfo
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 ] +          } +        } +      } +    } +  } +} +  | 
