diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-13 07:48:35 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-13 07:48:35 +0200 |
commit | 47fa94996e24396ab3ed38137b2233791b99b498 (patch) | |
tree | ed288ff9554ff10b07dde0ad2708d334c9507765 /REFLECTION | |
parent | 477714e8a0fd883ad34dd6b42629bdae67606d24 (diff) |
Update to 3.2.3 using zephir 0.10.3
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 33 |
1 files changed, 15 insertions, 18 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { +Extension [ <persistent> extension #179 phalcon version 3.2.3 ] { - INI { Entry [ phalcon.db.escape_identifiers <ALL> ] @@ -10927,7 +10927,7 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { - Static methods [0] { } - - Properties [22] { + - Properties [23] { Property [ <default> protected $_dependencyInjector ] Property [ <default> protected $_eventsManager ] Property [ <default> protected $_activeHandler ] @@ -10950,9 +10950,10 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { Property [ <default> protected $_previousActionName ] Property [ <default> protected $_modelBinding ] Property [ <default> protected $_modelBinder ] + Property [ <default> protected $_isControllerInitialize ] } - - Methods [35] { + - Methods [34] { Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { - Parameters [1] { @@ -11102,9 +11103,6 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method dispatch ] { } - Method [ <internal:phalcon> protected method _dispatch ] { - } - Method [ <internal:phalcon, prototype Phalcon\DispatcherInterface> public method forward ] { - Parameters [1] { @@ -16730,7 +16728,7 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { - Static methods [0] { } - - Properties [23] { + - Properties [24] { Property [ <default> protected $_dependencyInjector ] Property [ <default> protected $_eventsManager ] Property [ <default> protected $_activeHandler ] @@ -16750,13 +16748,14 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { Property [ <default> protected $_previousActionName ] Property [ <default> protected $_modelBinding ] Property [ <default> protected $_modelBinder ] + Property [ <default> protected $_isControllerInitialize ] Property [ <default> protected $_handlerSuffix ] Property [ <default> protected $_defaultHandler ] Property [ <default> protected $_defaultAction ] Property [ <default> protected $_options ] } - - Methods [47] { + - Methods [46] { Method [ <internal:phalcon, prototype Phalcon\Cli\DispatcherInterface> public method setTaskSuffix ] { - Parameters [1] { @@ -16986,9 +16985,6 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method dispatch ] { } - Method [ <internal:phalcon, inherits Phalcon\Dispatcher> protected method _dispatch ] { - } - Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method forward ] { - Parameters [1] { @@ -27391,7 +27387,10 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { Property [ <default> protected $_cookies ] } - - Methods [10] { + - Methods [11] { + Method [ <internal:phalcon, ctor> public method __construct ] { + } + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { - Parameters [1] { @@ -30551,7 +30550,7 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { - Static methods [0] { } - - Properties [22] { + - Properties [23] { Property [ <default> protected $_dependencyInjector ] Property [ <default> protected $_eventsManager ] Property [ <default> protected $_activeHandler ] @@ -30571,12 +30570,13 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { Property [ <default> protected $_previousActionName ] Property [ <default> protected $_modelBinding ] Property [ <default> protected $_modelBinder ] + Property [ <default> protected $_isControllerInitialize ] Property [ <default> protected $_handlerSuffix ] Property [ <default> protected $_defaultHandler ] Property [ <default> protected $_defaultAction ] } - - Methods [47] { + - Methods [46] { Method [ <internal:phalcon, prototype Phalcon\Mvc\DispatcherInterface> public method setControllerSuffix ] { - Parameters [1] { @@ -30790,9 +30790,6 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { Method [ <internal:phalcon, inherits Phalcon\Dispatcher, prototype Phalcon\DispatcherInterface> public method dispatch ] { } - Method [ <internal:phalcon, inherits Phalcon\Dispatcher> protected method _dispatch ] { - } - Method [ <internal:phalcon, inherits Phalcon\Dispatcher> public method wasForwarded ] { } @@ -38775,7 +38772,7 @@ Extension [ <persistent> extension #177 phalcon version 3.2.2 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method getActionName ] { } - Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method getParams ] { + Method [ <internal, deprecated:phalcon, prototype Phalcon\Mvc\ViewInterface> public method getParams ] { } Method [ <internal:phalcon, prototype Phalcon\Mvc\ViewInterface> public method start ] { |