From ed43300dab14e50d2925dc78a9eb5fc5f2e9ae98 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Aug 2021 09:58:58 +0200 Subject: 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 --- REFLECTION | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..83e5165 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,50 @@ +Extension [ extension #66 SeasSnowflake version 1.0.0 ] { + + - Functions { + Function [ function SeasSnowflake_version ] { + + - Parameters [0] { + } + } + } + + - Classes [1] { + Class [ final class SeasSnowflake ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $parames ] + } + } + + Method [ public method generate ] { + + - Parameters [0] { + } + } + + Method [ public method degenerate ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + } + } + } +} + -- cgit