From f0b2f3953623de848e924161b93b70ed9697e219 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 Sep 2015 19:52:24 +0200 Subject: php-pimple: 3.0.2 --- REFLECTION | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..60d5b63 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,143 @@ +Extension [ extension #136 pimple version 3.0.2 ] { + + - Classes [3] { + Class [ class Pimple\Container implements ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $value ] + } + } + + Method [ public method factory ] { + + - Parameters [1] { + Parameter #0 [ $callable ] + } + } + + Method [ public method protect ] { + + - Parameters [1] { + Parameter #0 [ $callable ] + } + } + + Method [ public method raw ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method extend ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $callable ] + } + } + + Method [ public method keys ] { + + - Parameters [0] { + } + } + + Method [ public method register ] { + + - Parameters [2] { + Parameter #0 [ Pimple\ServiceProviderInterface $provider ] + Parameter #1 [ array or NULL $values ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + } + } + + Class [ final class Pimple\ContainerClosure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ interface Pimple\ServiceProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method register ] { + + - Parameters [1] { + Parameter #0 [ Pimple\Container $pimple ] + } + } + } + } + } +} + -- cgit