From ca248d11d7f57c2c4eec39beb91843766e6d0933 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Jan 2022 08:54:07 +0100 Subject: new extension --- REFLECTION | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..38015c6 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,109 @@ +Extension [ extension #138 weakreference_bc version 0.4.0 ] { + + - Dependencies { + Dependency [ weakrefs (Conflicts) ] + } + + - Classes [1] { + Class [ final class WeakMap implements Countable, ArrayAccess, Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + + Method [ public method __sleep ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit