diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 33 |
1 files changed, 26 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #113 handlebars version 0.9.1 ] { +Extension [ <persistent> extension #117 handlebars version 0.9.2 ] { - Dependencies { Dependency [ psr (Optional) ] @@ -36,8 +36,8 @@ Extension [ <persistent> extension #113 handlebars version 0.9.1 ] { - Constants [4] { Constant [ int Handlebars\PSR ] { 1 } - Constant [ string Handlebars\VERSION ] { 0.9.1 } - Constant [ string Handlebars\LIBVERSION ] { 0.7.1 } + Constant [ string Handlebars\VERSION ] { 0.9.2 } + Constant [ string Handlebars\LIBVERSION ] { 0.7.3 } Constant [ null Handlebars\CACHE_BACKEND ] { } } @@ -112,7 +112,7 @@ Extension [ <persistent> extension #113 handlebars version 0.9.1 ] { - Properties [0] { } - - Methods [22] { + - Methods [25] { Method [ <internal:SPL, inherits ArrayObject, ctor> public method __construct ] { - Parameters [3] { @@ -234,6 +234,25 @@ Extension [ <persistent> extension #113 handlebars version 0.9.1 ] { } } + Method [ <internal:SPL, inherits ArrayObject> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $serialized ] + } + } + + Method [ <internal:SPL, inherits ArrayObject> public method __serialize ] { + + - Parameters [0] { + } + } + + Method [ <internal:SPL, inherits ArrayObject> public method __debugInfo ] { + + - Parameters [0] { + } + } + Method [ <internal:SPL, inherits ArrayObject, prototype IteratorAggregate> public method getIterator ] { - Parameters [0] { @@ -243,7 +262,7 @@ Extension [ <persistent> extension #113 handlebars version 0.9.1 ] { Method [ <internal:SPL, inherits ArrayObject> public method exchangeArray ] { - Parameters [1] { - Parameter #0 [ <required> $array ] + Parameter #0 [ <required> $input ] } } @@ -430,7 +449,7 @@ Extension [ <persistent> extension #113 handlebars version 0.9.1 ] { - Return [ Handlebars\Impl ] } - Method [ <internal:handlebars, prototype Handlebars\Impl> public method setLogger ] { + Method [ <internal:handlebars, prototype Psr\Log\LoggerAwareInterface> public method setLogger ] { - Parameters [1] { Parameter #0 [ <required> Psr\Log\LoggerInterface $logger ] @@ -1228,7 +1247,7 @@ Extension [ <persistent> extension #113 handlebars version 0.9.1 ] { - Return [ Handlebars\Impl ] } - Method [ <internal:handlebars, inherits Handlebars\BaseImpl, prototype Handlebars\Impl> public method setLogger ] { + Method [ <internal:handlebars, inherits Handlebars\BaseImpl, prototype Psr\Log\LoggerAwareInterface> public method setLogger ] { - Parameters [1] { Parameter #0 [ <required> Psr\Log\LoggerInterface $logger ] |