From 47fa94996e24396ab3ed38137b2233791b99b498 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Oct 2017 07:48:35 +0200 Subject: Update to 3.2.3 using zephir 0.10.3 --- REFLECTION | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3225e45..869c653 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #177 phalcon version 3.2.2 ] { +Extension [ extension #179 phalcon version 3.2.3 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -10927,7 +10927,7 @@ Extension [ extension #177 phalcon version 3.2.2 ] { - Static methods [0] { } - - Properties [22] { + - Properties [23] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_activeHandler ] @@ -10950,9 +10950,10 @@ Extension [ extension #177 phalcon version 3.2.2 ] { Property [ protected $_previousActionName ] Property [ protected $_modelBinding ] Property [ protected $_modelBinder ] + Property [ protected $_isControllerInitialize ] } - - Methods [35] { + - Methods [34] { Method [ public method setDI ] { - Parameters [1] { @@ -11102,9 +11103,6 @@ Extension [ extension #177 phalcon version 3.2.2 ] { Method [ public method dispatch ] { } - Method [ protected method _dispatch ] { - } - Method [ public method forward ] { - Parameters [1] { @@ -16730,7 +16728,7 @@ Extension [ extension #177 phalcon version 3.2.2 ] { - Static methods [0] { } - - Properties [23] { + - Properties [24] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_activeHandler ] @@ -16750,13 +16748,14 @@ Extension [ extension #177 phalcon version 3.2.2 ] { Property [ protected $_previousActionName ] Property [ protected $_modelBinding ] Property [ protected $_modelBinder ] + Property [ protected $_isControllerInitialize ] Property [ protected $_handlerSuffix ] Property [ protected $_defaultHandler ] Property [ protected $_defaultAction ] Property [ protected $_options ] } - - Methods [47] { + - Methods [46] { Method [ public method setTaskSuffix ] { - Parameters [1] { @@ -16986,9 +16985,6 @@ Extension [ extension #177 phalcon version 3.2.2 ] { Method [ public method dispatch ] { } - Method [ protected method _dispatch ] { - } - Method [ public method forward ] { - Parameters [1] { @@ -27391,7 +27387,10 @@ Extension [ extension #177 phalcon version 3.2.2 ] { Property [ protected $_cookies ] } - - Methods [10] { + - Methods [11] { + Method [ public method __construct ] { + } + Method [ public method setDI ] { - Parameters [1] { @@ -30551,7 +30550,7 @@ Extension [ extension #177 phalcon version 3.2.2 ] { - Static methods [0] { } - - Properties [22] { + - Properties [23] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_activeHandler ] @@ -30571,12 +30570,13 @@ Extension [ extension #177 phalcon version 3.2.2 ] { Property [ protected $_previousActionName ] Property [ protected $_modelBinding ] Property [ protected $_modelBinder ] + Property [ protected $_isControllerInitialize ] Property [ protected $_handlerSuffix ] Property [ protected $_defaultHandler ] Property [ protected $_defaultAction ] } - - Methods [47] { + - Methods [46] { Method [ public method setControllerSuffix ] { - Parameters [1] { @@ -30790,9 +30790,6 @@ Extension [ extension #177 phalcon version 3.2.2 ] { Method [ public method dispatch ] { } - Method [ protected method _dispatch ] { - } - Method [ public method wasForwarded ] { } @@ -38775,7 +38772,7 @@ Extension [ extension #177 phalcon version 3.2.2 ] { Method [ public method getActionName ] { } - Method [ public method getParams ] { + Method [ public method getParams ] { } Method [ public method start ] { -- cgit