From 3a4c3e311ab81317ed8d8918b3025232aa477e93 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Jan 2019 13:15:06 +0100 Subject: new package --- REFLECTION | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..dd06604 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,31 @@ +Extension [ extension #141 sandbox version 0.1.1 ] { + + - Classes [1] { + Class [ class sandbox\Runtime ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + } + + Method [ public method enter ] { + } + + Method [ public method close ] { + } + } + } + } +} + -- cgit