diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..60d5b63 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,143 @@ +Extension [ <persistent> extension #136 pimple version 3.0.2 ] { + + - Classes [3] { + Class [ <internal:pimple> class Pimple\Container implements ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:pimple, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $value ] + } + } + + Method [ <internal:pimple> public method factory ] { + + - Parameters [1] { + Parameter #0 [ <required> $callable ] + } + } + + Method [ <internal:pimple> public method protect ] { + + - Parameters [1] { + Parameter #0 [ <required> $callable ] + } + } + + Method [ <internal:pimple> public method raw ] { + + - Parameters [1] { + Parameter #0 [ <required> $id ] + } + } + + Method [ <internal:pimple> public method extend ] { + + - Parameters [2] { + Parameter #0 [ <required> $id ] + Parameter #1 [ <required> $callable ] + } + } + + Method [ <internal:pimple> public method keys ] { + + - Parameters [0] { + } + } + + Method [ <internal:pimple> public method register ] { + + - Parameters [2] { + Parameter #0 [ <required> Pimple\ServiceProviderInterface $provider ] + Parameter #1 [ <optional> array or NULL $values ] + } + } + + Method [ <internal:pimple, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $offset ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:pimple, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $offset ] + } + } + + Method [ <internal:pimple, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $offset ] + } + } + + Method [ <internal:pimple, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $offset ] + } + } + } + } + + Class [ <internal:pimple> final class Pimple\ContainerClosure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ <internal:pimple> interface Pimple\ServiceProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:pimple> abstract public method register ] { + + - Parameters [1] { + Parameter #0 [ <required> Pimple\Container $pimple ] + } + } + } + } + } +} + |