diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 66 | 
1 files changed, 59 insertions, 7 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #130 phalcon version 5.9.2 ] { +Extension [ <persistent> extension #132 phalcon version 5.9.3 ] {    - Dependencies {      Dependency [ pdo (Required) ] @@ -22543,9 +22543,11 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] {      Class [ <internal:phalcon> 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 [ <persistent> 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 [ <persistent> 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 [ <internal:phalcon, ctor> public method __construct ] {            - Parameters [1] { @@ -22789,6 +22792,21 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] {            - Return [ array ]          } +        Method [ <internal:phalcon> public method getRewriteUri ] { + +          - Parameters [0] { +          } +          - Return [ string ] +        } + +        Method [ <internal:phalcon> protected method extractRealUri ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $uri ] +          } +          - Return [ string ] +        } +          Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] {            - Parameters [1] { @@ -22913,6 +22931,14 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] {            - Return [ Phalcon\Mvc\Router ]          } +        Method [ <internal:phalcon> public method setUriSource ] { + +          - Parameters [1] { +            Parameter #0 [ <required> int $uriSource ] +          } +          - Return [ Phalcon\Mvc\Router ] +        } +          Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] {            - Parameters [0] { @@ -73291,9 +73317,11 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] {      Class [ <internal:phalcon> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #130 phalcon version 5.9.2 ] {          Property [ protected $routePrefix = '' ]        } -      - Methods [53] { +      - Methods [56] {          Method [ <internal:phalcon> public method addModuleResource ] {            - Parameters [3] { @@ -73623,6 +73652,21 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] {            - Return [ array ]          } +        Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getRewriteUri ] { + +          - Parameters [0] { +          } +          - Return [ string ] +        } + +        Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> protected method extractRealUri ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $uri ] +          } +          - Return [ string ] +        } +          Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getRouteById ] {            - Parameters [1] { @@ -73739,6 +73783,14 @@ Extension [ <persistent> extension #130 phalcon version 5.9.2 ] {            - Return [ Phalcon\Mvc\Router ]          } +        Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setUriSource ] { + +          - Parameters [1] { +            Parameter #0 [ <required> int $uriSource ] +          } +          - Return [ Phalcon\Mvc\Router ] +        } +          Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] {            - Parameters [0] { | 
