From 5836efcadf68c868b7056cbcf265e358e2672b69 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Apr 2025 08:32:57 +0200 Subject: update to 5.9.3 --- REFLECTION | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 59 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ffbc140..56eba47 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #130 phalcon version 5.9.2 ] { +Extension [ extension #132 phalcon version 5.9.3 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -22543,9 +22543,11 @@ Extension [ extension #130 phalcon version 5.9.2 ] { Class [ class Phalcon\Mvc\Router extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { - - Constants [2] { + - Constants [4] { Constant [ public int POSITION_FIRST ] { 0 } Constant [ public int POSITION_LAST ] { 1 } + Constant [ public int URI_SOURCE_GET_URL ] { 0 } + Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } } - Static properties [0] { @@ -22554,7 +22556,7 @@ Extension [ extension #130 phalcon version 5.9.2 ] { - Static methods [0] { } - - Properties [20] { + - Properties [21] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] @@ -22574,10 +22576,11 @@ Extension [ extension #130 phalcon version 5.9.2 ] { Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] Property [ protected $routes = NULL ] + Property [ protected $uriSource = 0 ] Property [ protected $wasMatched = false ] } - - Methods [44] { + - Methods [47] { Method [ public method __construct ] { - Parameters [1] { @@ -22789,6 +22792,21 @@ Extension [ extension #130 phalcon version 5.9.2 ] { - Return [ array ] } + Method [ public method getRewriteUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method extractRealUri ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ string ] + } + Method [ public method getRouteById ] { - Parameters [1] { @@ -22913,6 +22931,14 @@ Extension [ extension #130 phalcon version 5.9.2 ] { - Return [ Phalcon\Mvc\Router ] } + Method [ public method setUriSource ] { + + - Parameters [1] { + Parameter #0 [ int $uriSource ] + } + - Return [ Phalcon\Mvc\Router ] + } + Method [ public method wasMatched ] { - Parameters [0] { @@ -73291,9 +73317,11 @@ Extension [ extension #130 phalcon version 5.9.2 ] { Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - - Constants [2] { + - Constants [4] { Constant [ public int POSITION_FIRST ] { 0 } Constant [ public int POSITION_LAST ] { 1 } + Constant [ public int URI_SOURCE_GET_URL ] { 0 } + Constant [ public int URI_SOURCE_SERVER_REQUEST_URI ] { 1 } } - Static properties [0] { @@ -73302,7 +73330,7 @@ Extension [ extension #130 phalcon version 5.9.2 ] { - Static methods [0] { } - - Properties [25] { + - Properties [26] { Property [ protected $container = NULL ] Property [ protected $action = '' ] Property [ protected $controller = '' ] @@ -73322,6 +73350,7 @@ Extension [ extension #130 phalcon version 5.9.2 ] { Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] Property [ protected $routes = NULL ] + Property [ protected $uriSource = 0 ] Property [ protected $wasMatched = false ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $actionPreformatCallback = NULL ] @@ -73330,7 +73359,7 @@ Extension [ extension #130 phalcon version 5.9.2 ] { Property [ protected $routePrefix = '' ] } - - Methods [53] { + - Methods [56] { Method [ public method addModuleResource ] { - Parameters [3] { @@ -73623,6 +73652,21 @@ Extension [ extension #130 phalcon version 5.9.2 ] { - Return [ array ] } + Method [ public method getRewriteUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method extractRealUri ] { + + - Parameters [1] { + Parameter #0 [ string $uri ] + } + - Return [ string ] + } + Method [ public method getRouteById ] { - Parameters [1] { @@ -73739,6 +73783,14 @@ Extension [ extension #130 phalcon version 5.9.2 ] { - Return [ Phalcon\Mvc\Router ] } + Method [ public method setUriSource ] { + + - Parameters [1] { + Parameter #0 [ int $uriSource ] + } + - Return [ Phalcon\Mvc\Router ] + } + Method [ public method wasMatched ] { - Parameters [0] { -- cgit