diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-02 08:24:56 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-02 08:24:56 +0100 |
commit | bad1783332cbe818170cb2a06a77fd8710409d3c (patch) | |
tree | 2a18dc2cb95a5a9b3dd1117dfef022eceb9cd8a7 /REFLECTION | |
parent | 615e2977e9662978d74e8aef5c88c92e0b3441d6 (diff) |
update to 5.1.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 326 |
1 files changed, 281 insertions, 45 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { +Extension [ <persistent> extension #117 phalcon version 5.1.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -740,7 +740,7 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Properties [0] { } - - Methods [19] { + - Methods [21] { Method [ <internal:phalcon> abstract public method dispatch ] { - Parameters [0] { @@ -784,6 +784,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { } } + Method [ <internal:phalcon> abstract public method getParameter ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters = <default> ] + } + } + Method [ <internal:phalcon> abstract public method getParams ] { - Parameters [0] { @@ -791,6 +799,13 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ array ] } + Method [ <internal:phalcon> abstract public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon> abstract public method getReturnedValue ] { - Parameters [0] { @@ -4922,7 +4937,7 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Properties [0] { } - - Methods [28] { + - Methods [30] { Method [ <internal:phalcon> abstract public method getActiveTask ] { - Parameters [0] { @@ -5033,6 +5048,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParameter ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters = <default> ] + } + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParams ] { - Parameters [0] { @@ -5040,6 +5063,13 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getReturnedValue ] { - Parameters [0] { @@ -7858,7 +7888,7 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Properties [0] { } - - Methods [25] { + - Methods [27] { Method [ <internal:phalcon> abstract public method getActiveController ] { - Parameters [0] { @@ -7944,6 +7974,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParameter ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters = <default> ] + } + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParams ] { - Parameters [0] { @@ -7951,6 +7989,13 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getReturnedValue ] { - Parameters [0] { @@ -11226,7 +11271,7 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Properties [0] { } - - Methods [16] { + - Methods [17] { Method [ <internal:phalcon> abstract public method add ] { - Parameters [2] { @@ -11271,6 +11316,13 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ array ] } + Method [ <internal:phalcon> abstract public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon> abstract public method getRouteById ] { - Parameters [1] { @@ -18267,14 +18319,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { Property [ protected $container = NULL ] Property [ protected $activeHandler = NULL ] Property [ protected $activeMethodMap = NULL ] - Property [ protected $actionName = NULL ] + Property [ protected $actionName = '' ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $camelCaseMap = NULL ] Property [ protected $defaultAction = '' ] - Property [ protected $defaultNamespace = NULL ] - Property [ protected $defaultHandler = NULL ] + Property [ protected $defaultNamespace = '' ] + Property [ protected $defaultHandler = '' ] Property [ protected $handlerHashes = NULL ] - Property [ protected $handlerName = NULL ] + Property [ protected $handlerName = '' ] Property [ protected $handlerSuffix = '' ] Property [ protected $eventsManager = NULL ] Property [ protected $finished = false ] @@ -18283,16 +18335,16 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { Property [ protected $lastHandler = NULL ] Property [ protected $modelBinder = NULL ] Property [ protected $modelBinding = false ] - Property [ protected $moduleName = NULL ] - Property [ protected $namespaceName = NULL ] + Property [ protected $moduleName = '' ] + Property [ protected $namespaceName = '' ] Property [ protected $params = NULL ] - Property [ protected $previousActionName = NULL ] - Property [ protected $previousHandlerName = NULL ] - Property [ protected $previousNamespaceName = NULL ] + Property [ protected $previousActionName = '' ] + Property [ protected $previousHandlerName = '' ] + Property [ protected $previousNamespaceName = '' ] Property [ protected $returnedValue = NULL ] } - - Methods [36] { + - Methods [41] { Method [ <internal:phalcon> public method callActionMethod ] { - Parameters [3] { @@ -18395,6 +18447,15 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { } } + Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameter ] { + + - Parameters [3] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters = <default> ] + Parameter #2 [ <optional> $defaultValue = <default> ] + } + } + Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParams ] { - Parameters [0] { @@ -18402,6 +18463,13 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ array ] } + Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method hasParam ] { - Parameters [1] { @@ -18410,6 +18478,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ bool ] } + Method [ <internal:phalcon> public method hasParameter ] { + + - Parameters [1] { + Parameter #0 [ <required> $param ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method isFinished ] { - Parameters [0] { @@ -18457,6 +18533,15 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ void ] } + Method [ <internal:phalcon> public method setParameter ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method setParams ] { - Parameters [1] { @@ -18465,6 +18550,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ void ] } + Method [ <internal:phalcon> public method setParameters ] { + + - Parameters [1] { + Parameter #0 [ <required> array $params ] + } + - Return [ void ] + } + Method [ <internal:phalcon> public method setReturnedValue ] { - Parameters [1] { @@ -28849,12 +28942,12 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { Property [ protected $container = NULL ] Property [ protected $activeHandler = NULL ] Property [ protected $activeMethodMap = NULL ] - Property [ protected $actionName = NULL ] + Property [ protected $actionName = '' ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $camelCaseMap = NULL ] - Property [ protected $defaultNamespace = NULL ] + Property [ protected $defaultNamespace = '' ] Property [ protected $handlerHashes = NULL ] - Property [ protected $handlerName = NULL ] + Property [ protected $handlerName = '' ] Property [ protected $eventsManager = NULL ] Property [ protected $finished = false ] Property [ protected $forwarded = false ] @@ -28862,12 +28955,12 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { Property [ protected $lastHandler = NULL ] Property [ protected $modelBinder = NULL ] Property [ protected $modelBinding = false ] - Property [ protected $moduleName = NULL ] - Property [ protected $namespaceName = NULL ] + Property [ protected $moduleName = '' ] + Property [ protected $namespaceName = '' ] Property [ protected $params = NULL ] - Property [ protected $previousActionName = NULL ] - Property [ protected $previousHandlerName = NULL ] - Property [ protected $previousNamespaceName = NULL ] + Property [ protected $previousActionName = '' ] + Property [ protected $previousHandlerName = '' ] + Property [ protected $previousNamespaceName = '' ] Property [ protected $returnedValue = NULL ] Property [ protected $defaultHandler = 'main' ] Property [ protected $defaultAction = 'main' ] @@ -28875,7 +28968,7 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { Property [ protected $options = NULL ] } - - Methods [49] { + - Methods [54] { Method [ <internal:phalcon, overwrites Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\AbstractDispatcher> public method callActionMethod ] { - Parameters [3] { @@ -29077,6 +29170,15 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameter ] { + + - Parameters [3] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters = <default> ] + Parameter #2 [ <optional> $defaultValue = <default> ] + } + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParams ] { - Parameters [0] { @@ -29084,6 +29186,13 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method hasParam ] { - Parameters [1] { @@ -29092,6 +29201,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method hasParameter ] { + + - Parameters [1] { + Parameter #0 [ <required> $param ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method isFinished ] { - Parameters [0] { @@ -29139,6 +29256,15 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method setParameter ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setParams ] { - Parameters [1] { @@ -29147,6 +29273,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method setParameters ] { + + - Parameters [1] { + Parameter #0 [ <required> array $params ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method setReturnedValue ] { - Parameters [1] { @@ -29359,21 +29493,21 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Properties [13] { Property [ protected $container = NULL ] - Property [ protected $action = NULL ] - Property [ protected $defaultAction = NULL ] + Property [ protected $action = '' ] + Property [ protected $defaultAction = '' ] Property [ protected $defaultModule = '' ] Property [ protected $defaultParams = NULL ] - Property [ protected $defaultTask = NULL ] + Property [ protected $defaultTask = '' ] Property [ protected $matchedRoute = NULL ] Property [ protected $matches = NULL ] Property [ protected $module = '' ] Property [ protected $params = NULL ] Property [ protected $routes = NULL ] - Property [ protected $task = NULL ] + Property [ protected $task = '' ] Property [ protected $wasMatched = false ] } - - Methods [19] { + - Methods [20] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -29425,6 +29559,13 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ array ] } + Method [ <internal:phalcon> public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon> public method getRouteById ] { - Parameters [1] { @@ -29642,14 +29783,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Properties [9] { Property [ protected $beforeMatch = NULL ] - Property [ protected $compiledPattern = NULL ] + Property [ protected $compiledPattern = '' ] Property [ protected $converters = NULL ] Property [ protected $delimiter = NULL ] - Property [ protected $description = NULL ] - Property [ protected $id = NULL ] - Property [ protected $name = NULL ] + Property [ protected $description = '' ] + Property [ protected $routeId = NULL ] + Property [ protected $name = '' ] Property [ protected $paths = NULL ] - Property [ protected $pattern = NULL ] + Property [ protected $pattern = '' ] } - Methods [17] { @@ -59274,17 +59415,18 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Static methods [0] { } - - Properties [7] { + - Properties [8] { Property [ protected $container = NULL ] Property [ private $filterService = NULL ] Property [ private $httpMethodParameterOverride = false ] Property [ private $queryFilters = NULL ] + Property [ private $patchCache = NULL ] Property [ private $putCache = NULL ] Property [ private $rawBody = '' ] Property [ private $strictHostCheck = false ] } - - Methods [71] { + - Methods [76] { Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method get ] { - Parameters [5] { @@ -59383,6 +59525,16 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { } } + Method [ <internal:phalcon> public method getFilteredPatch ] { + + - Parameters [4] { + Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #1 [ <optional> $defaultValue = <default> ] + Parameter #2 [ <optional> bool $notAllowEmpty = <default> ] + Parameter #3 [ <optional> bool $noRecursive = <default> ] + } + } + Method [ <internal:phalcon> public method getFilteredPost ] { - Parameters [4] { @@ -59453,6 +59605,17 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ string ] } + Method [ <internal:phalcon> public method getPatch ] { + + - Parameters [5] { + Parameter #0 [ <optional> ?string $name = <default> ] + Parameter #1 [ <optional> $filters = <default> ] + Parameter #2 [ <optional> $defaultValue = <default> ] + Parameter #3 [ <optional> bool $notAllowEmpty = <default> ] + Parameter #4 [ <optional> bool $noRecursive = <default> ] + } + } + Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method getPort ] { - Parameters [0] { @@ -59576,6 +59739,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ bool ] } + Method [ <internal:phalcon> public method hasPatch ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method hasPost ] { - Parameters [1] { @@ -59830,6 +60001,30 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ array ] } + Method [ <internal:phalcon> public method getFilteredData ] { + + - Parameters [6] { + Parameter #0 [ <required> string $methodKey ] + Parameter #1 [ <required> string $method ] + Parameter #2 [ <optional> ?string $name = <default> ] + Parameter #3 [ <optional> $defaultValue = <default> ] + Parameter #4 [ <optional> bool $notAllowEmpty = <default> ] + Parameter #5 [ <optional> bool $noRecursive = <default> ] + } + } + + Method [ <internal:phalcon> private method getPatchPut ] { + + - Parameters [6] { + Parameter #0 [ <required> string $collection ] + Parameter #1 [ <optional> ?string $name = <default> ] + Parameter #2 [ <optional> $filters = <default> ] + Parameter #3 [ <optional> $defaultValue = <default> ] + Parameter #4 [ <optional> bool $notAllowEmpty = <default> ] + Parameter #5 [ <optional> bool $noRecursive = <default> ] + } + } + Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { - Parameters [0] { @@ -63604,12 +63799,12 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { Property [ protected $container = NULL ] Property [ protected $activeHandler = NULL ] Property [ protected $activeMethodMap = NULL ] - Property [ protected $actionName = NULL ] + Property [ protected $actionName = '' ] Property [ protected $actionSuffix = 'Action' ] Property [ protected $camelCaseMap = NULL ] - Property [ protected $defaultNamespace = NULL ] + Property [ protected $defaultNamespace = '' ] Property [ protected $handlerHashes = NULL ] - Property [ protected $handlerName = NULL ] + Property [ protected $handlerName = '' ] Property [ protected $eventsManager = NULL ] Property [ protected $finished = false ] Property [ protected $forwarded = false ] @@ -63617,19 +63812,19 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { Property [ protected $lastHandler = NULL ] Property [ protected $modelBinder = NULL ] Property [ protected $modelBinding = false ] - Property [ protected $moduleName = NULL ] - Property [ protected $namespaceName = NULL ] + Property [ protected $moduleName = '' ] + Property [ protected $namespaceName = '' ] Property [ protected $params = NULL ] - Property [ protected $previousActionName = NULL ] - Property [ protected $previousHandlerName = NULL ] - Property [ protected $previousNamespaceName = NULL ] + Property [ protected $previousActionName = '' ] + Property [ protected $previousHandlerName = '' ] + Property [ protected $previousNamespaceName = '' ] Property [ protected $returnedValue = NULL ] Property [ protected $defaultAction = 'index' ] Property [ protected $defaultHandler = 'index' ] Property [ protected $handlerSuffix = 'Controller' ] } - - Methods [48] { + - Methods [53] { Method [ <internal:phalcon, overwrites Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method forward ] { - Parameters [1] { @@ -63817,6 +64012,15 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameter ] { + + - Parameters [3] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <optional> $filters = <default> ] + Parameter #2 [ <optional> $defaultValue = <default> ] + } + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParams ] { - Parameters [0] { @@ -63824,6 +64028,13 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getParameters ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method hasParam ] { - Parameters [1] { @@ -63832,6 +64043,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method hasParameter ] { + + - Parameters [1] { + Parameter #0 [ <required> $param ] + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method isFinished ] { - Parameters [0] { @@ -63879,6 +64098,15 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method setParameter ] { + + - Parameters [2] { + Parameter #0 [ <required> $param ] + Parameter #1 [ <required> $value ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method setParams ] { - Parameters [1] { @@ -63887,6 +64115,14 @@ Extension [ <persistent> extension #116 phalcon version 5.0.5 ] { - Return [ void ] } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method setParameters ] { + + - Parameters [1] { + Parameter #0 [ <required> array $params ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher> public method setReturnedValue ] { - Parameters [1] { |