diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..dd06604 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,31 @@ +Extension [ <persistent> extension #141 sandbox version 0.1.1 ] { + + - Classes [1] { + Class [ <internal:sandbox> class sandbox\Runtime ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:sandbox, ctor> public method __construct ] { + } + + Method [ <internal:sandbox> public method enter ] { + } + + Method [ <internal:sandbox> public method close ] { + } + } + } + } +} + |