diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-01 07:14:00 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-01 07:14:00 +0200 |
commit | 5b60f02b86c6ee70c893d907c433d4d892ba7787 (patch) | |
tree | 8eb700380bc9a56acd59a6e40ca20c466cb6e7cb /REFLECTION | |
parent | afe0e233b9da999a937c6facc6e2986c8b32712a (diff) |
update to 5.0.0-alpha.2
rename to php-phalcon5
raise dependency on PHP 7.4
raise dependency on psr 1.0.1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 3070 |
1 files changed, 1912 insertions, 1158 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { +Extension [ <persistent> extension #115 phalcon version 5.0.0-alpha.2 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -66,7 +66,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - - Classes [544] { + - Classes [553] { Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -379,6 +379,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getAdapter ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getKeys ] { @@ -495,9 +498,15 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getDefault ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getFilters ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getForm ] { @@ -551,6 +560,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getValue ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method hasMessages ] { @@ -684,6 +696,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [19] { Method [ <internal:phalcon> abstract public method dispatch ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method forward ] { @@ -731,6 +746,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getReturnedValue ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method hasParam ] { @@ -839,6 +857,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [4] { Method [ <internal:phalcon> abstract public method getData ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method setData ] { @@ -1281,6 +1302,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method reset ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method setAutomaticCreateAttributes ] { @@ -1382,6 +1406,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getAdapter ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AdapterInterface> abstract public method getKeys ] { @@ -1665,18 +1692,19 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $placeholders ] - Parameter #2 [ <optional> $dataTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } - Return [ bool ] } Method [ <internal:phalcon> abstract public method fetchAll ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> int $fetchMode ] - Parameter #2 [ <optional> $placeholders ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -1692,10 +1720,11 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> abstract public method fetchOne ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> int $fetchMode ] - Parameter #2 [ <optional> $placeholders ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -1897,8 +1926,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $placeholders ] - Parameter #2 [ <optional> $dataTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } } @@ -2652,6 +2681,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getFirst ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getHydrateMode ] { @@ -3555,6 +3587,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getViewsDir ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method partial ] { @@ -3741,7 +3776,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [2] { Parameter #0 [ <required> string $roleName ] - Parameter #1 [ <required> $roleToInherit ] + Parameter #1 [ <required> $roleToInherits ] } - Return [ bool ] } @@ -3758,7 +3793,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> abstract public method addComponent ] { - Parameters [2] { - Parameter #0 [ <required> $componentObject ] + Parameter #0 [ <required> $componentValue ] Parameter #1 [ <required> $accessList ] } - Return [ bool ] @@ -3921,18 +3956,33 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getExtras ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getInput ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getMessages ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getOutput ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getStatus ] { + + - Parameters [0] { + } } } } @@ -4122,7 +4172,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ <optional> $position ] + Parameter #1 [ <optional> int $position ] } - Return [ Phalcon\Mvc\RouterInterface ] } @@ -4570,6 +4620,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method dispatch ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method forward ] { @@ -4617,6 +4670,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getReturnedValue ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method hasParam ] { @@ -5171,6 +5227,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getDefault ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getName ] { @@ -5188,6 +5247,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getSize ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getType ] { @@ -5205,6 +5267,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getTypeValues ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method hasDefault ] { @@ -5399,6 +5464,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method fetch ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method fetchAll ] { @@ -5409,6 +5477,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method fetchArray ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getInternalResult ] { @@ -5451,6 +5522,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [8] { Method [ <internal:phalcon> abstract public method getDefinition ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getParameter ] { @@ -5530,18 +5604,33 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getExtras ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getInput ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getMessages ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getOutput ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\ReadableInterface> abstract public method getStatus ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Domain\Payload\WriteableInterface> abstract public method setException ] { @@ -5690,9 +5779,15 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [7] { Method [ <internal:phalcon> abstract public method getData ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getType ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method isCancelable ] { @@ -5926,6 +6021,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [19] { Method [ <internal:phalcon> abstract public method delete ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getDomain ] { @@ -6703,6 +6801,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method sendHeaders ] { + + - Parameters [0] { + } } } } @@ -6823,6 +6924,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method reset ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method send ] { @@ -6872,9 +6976,15 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getCode ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getField ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getMessage ] { @@ -7016,6 +7126,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method dispatch ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method forward ] { @@ -7063,6 +7176,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method getReturnedValue ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Dispatcher\DispatcherInterface> abstract public method hasParam ] { @@ -7191,6 +7307,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getHandler ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getHandlers ] { @@ -7313,7 +7432,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> abstract static public method average ] { - Parameters [1] { - Parameter #0 [ <optional> $parameters ] + Parameter #0 [ <optional> array $parameters ] } } @@ -7334,7 +7453,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #1 [ <required> array $data ] Parameter #2 [ <required> $columnMap ] Parameter #3 [ <optional> int $dirtyState ] - Parameter #4 [ <optional> bool or NULL $keepSnapshots ] + Parameter #4 [ <optional> bool $keepSnapshots ] } - Return [ Phalcon\Mvc\ModelInterface ] } @@ -7506,7 +7625,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ string or NULL ] } Method [ <internal:phalcon> abstract public method getSource ] { @@ -7757,6 +7876,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getColumns ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getConditions ] { @@ -7767,12 +7889,21 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getGroupBy ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getHaving ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getLimit ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getModelName ] { @@ -8192,7 +8323,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ string or NULL ] } Method [ <internal:phalcon> abstract public method getModelSource ] { @@ -8610,6 +8741,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getColumns ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getDistinct ] { @@ -8620,6 +8754,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getFrom ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getGroupBy ] { @@ -8644,6 +8781,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getLimit ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getOffset ] { @@ -8654,6 +8794,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getOrderBy ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getPhql ] { @@ -8671,6 +8814,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getWhere ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method groupBy ] { @@ -8684,7 +8830,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> abstract public method having ] { - Parameters [1] { - Parameter #0 [ <required> string $having ] + Parameter #0 [ <required> string $conditions ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -8739,6 +8885,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getModels ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method notBetweenWhere ] { @@ -8773,7 +8922,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> abstract public method orderBy ] { - Parameters [1] { - Parameter #0 [ <required> string $orderBy ] + Parameter #0 [ <required> $orderBy ] } - Return [ Phalcon\Mvc\Model\Query\BuilderInterface ] } @@ -8882,12 +9031,21 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [15] { Method [ <internal:phalcon> abstract public method getFields ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getForeignKey ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getIntermediateFields ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getIntermediateModel ] { @@ -8898,6 +9056,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getIntermediateReferencedFields ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getOption ] { @@ -8915,9 +9076,15 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getParams ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getReferencedFields ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getReferencedModel ] { @@ -9097,6 +9264,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method commit ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method get ] { @@ -9308,6 +9478,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getBeforeMatch ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getHostname ] { @@ -9318,6 +9491,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getPaths ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getPrefix ] { @@ -9413,6 +9589,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getHttpMethods ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getName ] { @@ -9509,18 +9688,33 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [35] { Method [ <internal:phalcon> abstract public method cleanTemplateAfter ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method cleanTemplateBefore ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method disable ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method enable ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method finish ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getActionName ] { @@ -9531,6 +9725,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getActiveRenderPath ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getBasePath ] { @@ -9606,6 +9803,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method reset ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method setBasePath ] { @@ -9666,6 +9866,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method start ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method getContent ] { @@ -9683,6 +9886,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method getViewsDir ] { + + - Parameters [0] { + } } Method [ <internal:phalcon, inherits Phalcon\Mvc\ViewBaseInterface> abstract public method partial ] { @@ -9770,6 +9976,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getItems ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getLast ] { @@ -10090,7 +10299,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> abstract public method add ] { - Parameters [2] { - Parameter #0 [ <required> string $field ] + Parameter #0 [ <required> $field ] Parameter #1 [ <required> Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Validation\ValidationInterface ] @@ -10114,6 +10323,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon> abstract public method getEntity ] { + + - Parameters [0] { + } } Method [ <internal:phalcon> abstract public method getFilters ] { @@ -10155,7 +10367,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> abstract public method rule ] { - Parameters [2] { - Parameter #0 [ <required> string $field ] + Parameter #0 [ <required> $field ] Parameter #1 [ <required> Phalcon\Validation\ValidatorInterface $validator ] } - Return [ Phalcon\Validation\ValidationInterface ] @@ -10472,6 +10684,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [1] { Method [ <internal:phalcon> abstract public method getModelName ] { + + - Parameters [0] { + } } } } @@ -10963,7 +11178,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Class [ <internal:phalcon> abstract class Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface ] { + Class [ <internal:phalcon> abstract class Phalcon\Factory\AbstractFactory ] { - Constants [0] { } @@ -10974,44 +11189,54 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [1] { - Property [ <default> protected $container ] + - Properties [3] { + Property [ <default> protected $exception ] + Property [ <default> protected $mapper ] + Property [ <default> protected $services ] } - - Methods [4] { - Method [ <internal:phalcon> public method __get ] { + - Methods [5] { + Method [ <internal:phalcon> protected method checkConfig ] { - Parameters [1] { - Parameter #0 [ <required> string $propertyName ] + Parameter #0 [ <required> $config ] } + - Return [ array ] } - Method [ <internal:phalcon> public method __isset ] { + Method [ <internal:phalcon> abstract protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> protected method getService ] { - Parameters [1] { Parameter #0 [ <required> string $name ] } - - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { + Method [ <internal:phalcon> protected method init ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> array $services ] } - - Return [ Phalcon\Di\DiInterface ] + - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { + Method [ <internal:phalcon> protected method getException ] { - Parameters [1] { - Parameter #0 [ <required> Phalcon\Di\DiInterface $container ] + Parameter #0 [ <required> string $message ] } - - Return [ void ] + - Return [ Exception ] } } } - Class [ <internal:phalcon> abstract class Phalcon\Factory\AbstractFactory ] { + Class [ <internal:phalcon> abstract class Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -11022,38 +11247,37 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [2] { - Property [ <default> protected $mapper ] - Property [ <default> protected $services ] + - Properties [1] { + Property [ <default> protected $container ] } - Methods [4] { - Method [ <internal:phalcon> protected method checkConfig ] { + Method [ <internal:phalcon> public method __get ] { - Parameters [1] { - Parameter #0 [ <required> $config ] + Parameter #0 [ <required> string $propertyName ] } - - Return [ array ] } - Method [ <internal:phalcon> abstract protected method getAdapters ] { + Method [ <internal:phalcon> public method __isset ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $name ] } - - Return [ array ] + - Return [ bool ] } - Method [ <internal:phalcon> protected method getService ] { + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { - - Parameters [1] { - Parameter #0 [ <required> string $name ] + - Parameters [0] { } + - Return [ Phalcon\Di\DiInterface ] } - Method [ <internal:phalcon> protected method init ] { + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { - Parameters [1] { - Parameter #0 [ <optional> array $services ] + Parameter #0 [ <required> Phalcon\Di\DiInterface $container ] } - Return [ void ] } @@ -11697,9 +11921,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -11732,47 +11955,59 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $messageValid ] } - - Methods [24] { + - Methods [25] { Method [ <internal:phalcon> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon> public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ <required> $messageFileEmpty ] + Parameter #0 [ <required> string $messageFileEmpty ] } } Method [ <internal:phalcon> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon> public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ <required> $messageIniSize ] + Parameter #0 [ <required> string $messageIniSize ] } } Method [ <internal:phalcon> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon> public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ <required> $messageValid ] + Parameter #0 [ <required> string $messageValid ] } } - Method [ <internal:phalcon> public method isAllowEmpty ] { + Method [ <internal:phalcon> public method checkUpload ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> string $field ] + Parameter #1 [ <required> $field ] } - Return [ bool ] } - Method [ <internal:phalcon> public method checkUpload ] { + Method [ <internal:phalcon> public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -11781,7 +12016,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> public method checkUploadMaxSize ] { + Method [ <internal:phalcon> public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -11790,7 +12025,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> public method checkUploadIsEmpty ] { + Method [ <internal:phalcon> public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -11799,21 +12034,29 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> public method checkUploadIsValid ] { + Method [ <internal:phalcon> public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> string $size ] + } + - Return [ float ] + } + + Method [ <internal:phalcon> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> $field ] + Parameter #1 [ <required> string $field ] } - Return [ bool ] } - Method [ <internal:phalcon> public method getFileSizeInBytes ] { + Method [ <internal:phalcon> protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ <required> string $size ] + Parameter #0 [ <required> string $name ] } - - Return [ float ] + - Return [ bool ] } Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, ctor> public method __construct ] { @@ -12914,8 +13157,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> int $fetchMode ] - Parameter #2 [ <optional> $bindParams ] - Parameter #3 [ <optional> $bindTypes ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -12934,8 +13177,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> $fetchMode ] - Parameter #2 [ <optional> $bindParams ] - Parameter #3 [ <optional> $bindTypes ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -13003,7 +13246,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getNestedTransactionSavepointName ] { @@ -13275,8 +13518,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $placeholders ] - Parameter #2 [ <optional> $dataTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } - Return [ bool ] } @@ -13306,8 +13549,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $placeholders ] - Parameter #2 [ <optional> $dataTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } } @@ -14081,8 +14324,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $bindParams ] - Parameter #2 [ <optional> $bindTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } - Return [ bool ] } @@ -14140,8 +14383,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $bindParams ] - Parameter #2 [ <optional> $bindTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } } @@ -14359,8 +14602,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> int $fetchMode ] - Parameter #2 [ <optional> $bindParams ] - Parameter #3 [ <optional> $bindTypes ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -14379,8 +14622,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> $fetchMode ] - Parameter #2 [ <optional> $bindParams ] - Parameter #3 [ <optional> $bindTypes ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -14448,7 +14691,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getNestedTransactionSavepointName ] { @@ -15596,7 +15839,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $queue ] } - - Methods [10] { + - Methods [11] { Method [ <internal:phalcon, dtor> public method __destruct ] { } @@ -15659,6 +15902,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } + Method [ <internal:phalcon> protected method getFormattedItem ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Logger\Item $item ] + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AdapterInterface> abstract public method close ] { - Parameters [0] { @@ -15946,7 +16197,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon> public method getModule ] { @@ -17093,7 +17344,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, prototype Phalcon\Dispatcher\DispatcherInterface> public method getHandlerSuffix ] { @@ -18047,7 +18298,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $dateFormat ] } - - Methods [5] { + - Methods [3] { Method [ <internal:phalcon> public method getDateFormat ] { - Parameters [0] { @@ -18062,21 +18313,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:phalcon> public method interpolate ] { - - - Parameters [2] { - Parameter #0 [ <required> string $message ] - Parameter #1 [ <optional> $context ] - } - } - - Method [ <internal:phalcon> protected method getFormattedDate ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\FormatterInterface> abstract public method format ] { - Parameters [1] { @@ -18731,7 +18967,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, prototype Phalcon\Acl\Adapter\AdapterInterface> public method setDefaultAction ] { @@ -18754,7 +18990,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [2] { Parameter #0 [ <required> string $roleName ] - Parameter #1 [ <required> $roleToInherit ] + Parameter #1 [ <required> $roleToInherits ] } - Return [ bool ] } @@ -18771,7 +19007,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AdapterInterface> abstract public method addComponent ] { - Parameters [2] { - Parameter #0 [ <required> $componentObject ] + Parameter #0 [ <required> $componentValue ] Parameter #1 [ <required> $accessList ] } - Return [ bool ] @@ -19865,22 +20101,30 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [44] { Method [ <internal:phalcon> public method getKeyRouteNames ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:phalcon> public method setKeyRouteNames ] { - Parameters [1] { - Parameter #0 [ <required> $keyRouteNames ] + Parameter #0 [ <required> array $keyRouteNames ] } } Method [ <internal:phalcon> public method getKeyRouteIds ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:phalcon> public method setKeyRouteIds ] { - Parameters [1] { - Parameter #0 [ <required> $keyRouteIds ] + Parameter #0 [ <required> array $keyRouteIds ] } } @@ -19897,7 +20141,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] Parameter #2 [ <optional> $httpMethods ] - Parameter #3 [ <optional> $position ] + Parameter #3 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -19907,7 +20151,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -19917,7 +20161,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -19927,7 +20171,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -19937,7 +20181,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -19947,7 +20191,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -19957,7 +20201,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -19967,7 +20211,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -19977,7 +20221,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -19987,7 +20231,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -19997,7 +20241,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -20006,7 +20250,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ <optional> $position ] + Parameter #1 [ <optional> int $position ] } - Return [ Phalcon\Mvc\RouterInterface ] } @@ -20022,7 +20266,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getActionName ] { @@ -20566,9 +20810,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -20741,9 +20984,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -20910,9 +21152,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -21085,9 +21326,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -21294,9 +21534,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -21656,7 +21895,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AbstractAdapter, prototype Phalcon\Acl\Adapter\AdapterInterface> public method setDefaultAction ] { @@ -22250,12 +22489,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] } - - Methods [7] { + - Methods [8] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -22308,6 +22548,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -23719,7 +23967,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $local ] Parameter #2 [ <optional> bool $filter ] - Parameter #3 [ <optional> $attributes ] + Parameter #3 [ <optional> array $attributes ] Parameter #4 [ <optional> string or NULL $version ] Parameter #5 [ <optional> bool $autoVersion ] } @@ -23769,7 +24017,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #0 [ <required> string $path ] Parameter #1 [ <optional> $local ] Parameter #2 [ <optional> bool $filter ] - Parameter #3 [ <optional> $attributes ] + Parameter #3 [ <optional> array $attributes ] Parameter #4 [ <optional> string or NULL $version ] Parameter #5 [ <optional> bool $autoVersion ] } @@ -24034,7 +24282,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> protected method checkKey ] { - Parameters [1] { - Parameter #0 [ <required> $key ] + Parameter #0 [ <required> string $key ] } - Return [ void ] } @@ -24060,17 +24308,18 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] Property [ <default> private $serializerFactory ] } - - Methods [6] { + - Methods [7] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { - Parameter #0 [ <optional> Phalcon\Storage\SerializerFactory or NULL $factory ] + Parameter #0 [ <required> Phalcon\Storage\SerializerFactory $factory ] Parameter #1 [ <optional> array $services ] } } @@ -24113,6 +24362,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -24269,9 +24526,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -24437,9 +24693,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -24606,9 +24861,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -24774,9 +25028,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -24943,9 +25196,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> protected method getUnserializedData ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $content ] - Parameter #1 [ <optional> $defaultValue ] } } @@ -25183,7 +25435,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication> public method getModule ] { @@ -25521,7 +25773,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getHandlerSuffix ] { @@ -27873,12 +28125,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] } - - Methods [7] { + - Methods [8] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -27933,6 +28186,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -29229,18 +29490,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [10] { Method [ <internal:phalcon> public method getMessages ] { - } - - Method [ <internal:phalcon, overwrites Psr\Log\LoggerInterface, prototype Psr\Log\LoggerInterface> public method log ] { - - Parameters [3] { - Parameter #0 [ <required> $level ] - Parameter #1 [ <required> $message ] - Parameter #2 [ <optional> array $context ] + - Parameters [0] { } + - Return [ array ] } - Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method emergency ] { + Method [ <internal:phalcon, overwrites Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method emergency ] { - Parameters [2] { Parameter #0 [ <required> $message ] @@ -29248,7 +29504,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method alert ] { + Method [ <internal:phalcon, overwrites Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method alert ] { - Parameters [2] { Parameter #0 [ <required> $message ] @@ -29256,7 +29512,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method critical ] { + Method [ <internal:phalcon, overwrites Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method critical ] { - Parameters [2] { Parameter #0 [ <required> $message ] @@ -29264,7 +29520,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method error ] { + Method [ <internal:phalcon, overwrites Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method error ] { - Parameters [2] { Parameter #0 [ <required> $message ] @@ -29272,7 +29528,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method warning ] { + Method [ <internal:phalcon, overwrites Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method warning ] { - Parameters [2] { Parameter #0 [ <required> $message ] @@ -29280,7 +29536,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method notice ] { + Method [ <internal:phalcon, overwrites Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method notice ] { - Parameters [2] { Parameter #0 [ <required> $message ] @@ -29288,7 +29544,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method info ] { + Method [ <internal:phalcon, overwrites Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method info ] { - Parameters [2] { Parameter #0 [ <required> $message ] @@ -29296,13 +29552,22 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:psr, inherits Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method debug ] { + Method [ <internal:phalcon, overwrites Psr\Log\AbstractLogger, prototype Psr\Log\LoggerInterface> public method debug ] { - Parameters [2] { Parameter #0 [ <required> $message ] Parameter #1 [ <optional> array $context ] } } + + Method [ <internal:phalcon, overwrites Psr\Log\LoggerInterface, prototype Psr\Log\LoggerInterface> public method log ] { + + - Parameters [3] { + Parameter #0 [ <required> $level ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <optional> array $context ] + } + } } } @@ -30795,12 +31060,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] } - - Methods [7] { + - Methods [8] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -30854,6 +31120,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -30997,8 +31271,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $bindParams ] - Parameter #2 [ <optional> $bindTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } - Return [ bool ] } @@ -31056,8 +31330,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $bindParams ] - Parameter #2 [ <optional> $bindTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } } @@ -31240,8 +31514,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> int $fetchMode ] - Parameter #2 [ <optional> $bindParams ] - Parameter #3 [ <optional> $bindTypes ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -31260,8 +31534,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> $fetchMode ] - Parameter #2 [ <optional> $bindParams ] - Parameter #3 [ <optional> $bindTypes ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -31329,7 +31603,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getNestedTransactionSavepointName ] { @@ -31707,8 +31981,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $bindParams ] - Parameter #2 [ <optional> $bindTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } - Return [ bool ] } @@ -31766,8 +32040,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $bindParams ] - Parameter #2 [ <optional> $bindTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } } @@ -31959,8 +32233,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> int $fetchMode ] - Parameter #2 [ <optional> $bindParams ] - Parameter #3 [ <optional> $bindTypes ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -31979,8 +32253,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> $fetchMode ] - Parameter #2 [ <optional> $bindParams ] - Parameter #3 [ <optional> $bindTypes ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -32041,7 +32315,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getNestedTransactionSavepointName ] { @@ -32382,8 +32656,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $bindParams ] - Parameter #2 [ <optional> $bindTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } - Return [ bool ] } @@ -32441,8 +32715,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $bindParams ] - Parameter #2 [ <optional> $bindTypes ] + Parameter #1 [ <optional> array $bindParams ] + Parameter #2 [ <optional> array $bindTypes ] } } @@ -32635,8 +32909,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> int $fetchMode ] - Parameter #2 [ <optional> $bindParams ] - Parameter #3 [ <optional> $bindTypes ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -32655,8 +32929,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [4] { Parameter #0 [ <required> string $sqlQuery ] Parameter #1 [ <optional> $fetchMode ] - Parameter #2 [ <optional> $bindParams ] - Parameter #3 [ <optional> $bindTypes ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - Return [ array ] } @@ -32717,7 +32991,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getNestedTransactionSavepointName ] { @@ -32920,7 +33194,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Class [ <internal:phalcon> class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { - - Constants [34] { + - Constants [36] { Constant [ public int BIND_PARAM_BLOB ] { 3 } Constant [ public int BIND_PARAM_BOOL ] { 5 } Constant [ public int BIND_PARAM_DECIMAL ] { 32 } @@ -32930,6 +33204,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Constant [ public int BIND_SKIP ] { 1024 } Constant [ public int TYPE_BIGINTEGER ] { 14 } Constant [ public int TYPE_BIT ] { 19 } + Constant [ public int TYPE_BINARY ] { 26 } Constant [ public int TYPE_BLOB ] { 11 } Constant [ public int TYPE_BOOLEAN ] { 8 } Constant [ public int TYPE_CHAR ] { 5 } @@ -32954,6 +33229,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Constant [ public int TYPE_TINYBLOB ] { 10 } Constant [ public int TYPE_TINYINTEGER ] { 26 } Constant [ public int TYPE_TINYTEXT ] { 25 } + Constant [ public int TYPE_VARBINARY ] { 27 } Constant [ public int TYPE_VARCHAR ] { 2 } } @@ -35188,10 +35464,10 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Properties [3] { Property [ <default> protected $activeProfile ] Property [ <default> protected $allProfiles ] - Property [ <default> protected $totalSeconds ] + Property [ <default> protected $totalNanoseconds ] } - - Methods [7] { + - Methods [9] { Method [ <internal:phalcon> public method getLastProfile ] { - Parameters [0] { @@ -35206,6 +35482,20 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ int ] } + Method [ <internal:phalcon> public method getTotalElapsedNanoseconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ <internal:phalcon> public method getTotalElapsedMilliseconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + Method [ <internal:phalcon> public method getTotalElapsedSeconds ] { - Parameters [0] { @@ -35231,8 +35521,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $sqlStatement ] - Parameter #1 [ <optional> $sqlVariables ] - Parameter #2 [ <optional> $sqlBindTypes ] + Parameter #1 [ <optional> array $sqlVariables ] + Parameter #2 [ <optional> array $sqlBindTypes ] } - Return [ Phalcon\Db\Profiler ] } @@ -35265,7 +35555,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $sqlVariables ] } - - Methods [11] { + - Methods [13] { Method [ <internal:phalcon> public method setFinalTime ] { - Parameters [1] { @@ -35336,6 +35626,20 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ array ] } + Method [ <internal:phalcon> public method getTotalElapsedNanoseconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + + Method [ <internal:phalcon> public method getTotalElapsedMilliseconds ] { + + - Parameters [0] { + } + - Return [ float ] + } + Method [ <internal:phalcon> public method getTotalElapsedSeconds ] { - Parameters [0] { @@ -35570,372 +35874,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Class [ <internal:phalcon> class Phalcon\Debug ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $isActive ] - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ <default> protected $blacklist ] - Property [ <default> protected $data ] - Property [ <default> protected $hideDocumentRoot ] - Property [ <default> protected $showBackTrace ] - Property [ <default> protected $showFileFragment ] - Property [ <default> protected $showFiles ] - Property [ <default> protected $uri ] - } - - - Methods [21] { - Method [ <internal:phalcon> public method clearVars ] { - - - Parameters [0] { - } - - Return [ Phalcon\Debug ] - } - - Method [ <internal:phalcon> public method debugVar ] { - - - Parameters [2] { - Parameter #0 [ <required> $varz ] - Parameter #1 [ <optional> string or NULL $key ] - } - - Return [ Phalcon\Debug ] - } - - Method [ <internal:phalcon> public method getCssSources ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method getJsSources ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method getVersion ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method halt ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ <internal:phalcon> public method listen ] { - - - Parameters [2] { - Parameter #0 [ <optional> bool $exceptions ] - Parameter #1 [ <optional> bool $lowSeverity ] - } - - Return [ Phalcon\Debug ] - } - - Method [ <internal:phalcon> public method listenExceptions ] { - - - Parameters [0] { - } - - Return [ Phalcon\Debug ] - } - - Method [ <internal:phalcon> public method listenLowSeverity ] { - - - Parameters [0] { - } - - Return [ Phalcon\Debug ] - } - - Method [ <internal:phalcon> public method onUncaughtException ] { - - - Parameters [1] { - Parameter #0 [ <required> Throwable $exception ] - } - - Return [ bool ] - } - - Method [ <internal:phalcon> public method onUncaughtLowSeverity ] { - - - Parameters [5] { - Parameter #0 [ <required> $severity ] - Parameter #1 [ <required> $message ] - Parameter #2 [ <required> $file ] - Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] - } - - Return [ void ] - } - - Method [ <internal:phalcon> public method setBlacklist ] { - - - Parameters [1] { - Parameter #0 [ <required> array $blacklist ] - } - - Return [ Phalcon\Debug ] - } - - Method [ <internal:phalcon> public method setShowBackTrace ] { - - - Parameters [1] { - Parameter #0 [ <required> bool $showBackTrace ] - } - - Return [ Phalcon\Debug ] - } - - Method [ <internal:phalcon> public method setShowFileFragment ] { - - - Parameters [1] { - Parameter #0 [ <required> bool $showFileFragment ] - } - - Return [ Phalcon\Debug ] - } - - Method [ <internal:phalcon> public method setShowFiles ] { - - - Parameters [1] { - Parameter #0 [ <required> bool $showFiles ] - } - - Return [ Phalcon\Debug ] - } - - Method [ <internal:phalcon> public method setUri ] { - - - Parameters [1] { - Parameter #0 [ <required> string $uri ] - } - - Return [ Phalcon\Debug ] - } - - Method [ <internal:phalcon> protected method escapeString ] { - - - Parameters [1] { - Parameter #0 [ <required> $value ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method getArrayDump ] { - - - Parameters [2] { - Parameter #0 [ <required> array $argument ] - Parameter #1 [ <optional> $n ] - } - - Return [ string or NULL ] - } - - Method [ <internal:phalcon> protected method getVarDump ] { - - - Parameters [1] { - Parameter #0 [ <required> $variable ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> final protected method showTraceItem ] { - - - Parameters [2] { - Parameter #0 [ <required> int $n ] - Parameter #1 [ <required> array $trace ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method renderHtml ] { - - - Parameters [1] { - Parameter #0 [ <required> Throwable $exception ] - } - - Return [ string ] - } - } - } - - Class [ <internal:phalcon> class Phalcon\Debug\Dump ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ <default> protected $detailed ] - Property [ <default> protected $methods ] - Property [ <default> protected $styles ] - } - - - Methods [11] { - Method [ <internal:phalcon> public method getDetailed ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ <internal:phalcon> public method setDetailed ] { - - - Parameters [1] { - Parameter #0 [ <required> bool $detailed ] - } - } - - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <optional> array $styles ] - Parameter #1 [ <optional> bool $detailed ] - } - } - - Method [ <internal:phalcon> public method all ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method one ] { - - - Parameters [2] { - Parameter #0 [ <required> $variable ] - Parameter #1 [ <optional> string or NULL $name ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method setStyles ] { - - - Parameters [1] { - Parameter #0 [ <optional> array $styles ] - } - - Return [ array ] - } - - Method [ <internal:phalcon> public method toJson ] { - - - Parameters [1] { - Parameter #0 [ <required> $variable ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method variable ] { - - - Parameters [2] { - Parameter #0 [ <required> $variable ] - Parameter #1 [ <optional> string or NULL $name ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method variables ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method getStyle ] { - - - Parameters [1] { - Parameter #0 [ <required> string $type ] - } - - Return [ string ] - } - - Method [ <internal:phalcon> protected method output ] { - - - Parameters [3] { - Parameter #0 [ <required> $variable ] - Parameter #1 [ <optional> string or NULL $name ] - Parameter #2 [ <optional> int $tab ] - } - - Return [ string ] - } - } - } - - Class [ <internal:phalcon> class Phalcon\Debug\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [1] { - Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] { - - - Parameters [1] { - Parameter #0 [ <required> string $service ] - } - - Return [ string ] - } - } - - - Properties [4] { - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $file ] - Property [ <default> protected $line ] - } - - - Methods [10] { - Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - - - Parameters [3] { - Parameter #0 [ <optional> $message ] - Parameter #1 [ <optional> $code ] - Parameter #2 [ <optional> $previous ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - Class [ <internal:phalcon> class Phalcon\Di\Exception\ServiceResolutionException extends Phalcon\Di\Exception implements Throwable ] { - Constants [0] { @@ -38097,7 +38035,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Flash\FlashInterface, prototype Phalcon\Flash\FlashInterface> public method message ] { - Parameters [2] { - Parameter #0 [ <required> string $type ] + Parameter #0 [ <required> $type ] Parameter #1 [ <required> string $message ] } - Return [ string or NULL ] @@ -40458,7 +40396,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <optional> $options ] - Parameter #2 [ <optional> $attributes ] + Parameter #2 [ <optional> array $attributes ] } } @@ -47488,7 +47426,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Html\Helper\Style, prototype Phalcon\Html\Helper\Style> protected method getAttributes ] { - Parameters [2] { - Parameter #0 [ <required> string $src ] + Parameter #0 [ <required> string $href ] Parameter #1 [ <required> array $attributes ] } - Return [ array ] @@ -48092,13 +48030,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] Property [ <default> private $escaper ] } - - Methods [6] { + - Methods [7] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -48143,6 +48082,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -48184,7 +48131,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #3 [ <optional> string $path ] Parameter #4 [ <optional> bool or NULL $secure ] Parameter #5 [ <optional> string or NULL $domain ] - Parameter #6 [ <optional> bool $httpOnly ] + Parameter #6 [ <optional> bool or NULL $httpOnly ] Parameter #7 [ <optional> array $options ] } } @@ -50375,7 +50322,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [1] { Parameter #0 [ <required> $port ] } - - Return [ int ] + - Return [ int or NULL ] } Method [ <internal:phalcon> private method filterQuery ] { @@ -51269,7 +51216,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, prototype Phalcon\Http\ResponseInterface> public method getHeaders ] { @@ -51505,15 +51452,16 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [5] { + - Properties [6] { Property [ <default> protected $container ] Property [ <default> protected $cookies ] + Property [ <default> protected $isSent ] Property [ <default> protected $registered ] Property [ <default> protected $signKey ] Property [ <default> protected $useEncryption ] } - - Methods [13] { + - Methods [14] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -51553,6 +51501,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } + Method [ <internal:phalcon> public method isSent ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, prototype Phalcon\Http\Response\CookiesInterface> public method isUsingEncryption ] { - Parameters [0] { @@ -51697,11 +51652,12 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ <default> protected $headers ] + Property [ <default> protected $isSent ] } - - Methods [8] { + - Methods [9] { Method [ <internal:phalcon, prototype Phalcon\Http\Response\HeadersInterface> public method get ] { - Parameters [1] { @@ -51717,6 +51673,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } + Method [ <internal:phalcon> public method isSent ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon> public method remove ] { - Parameters [1] { @@ -52634,12 +52597,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] } - - Methods [7] { + - Methods [8] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -52695,6 +52659,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -52780,7 +52752,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon> public method getExtensions ] { @@ -52987,11 +52959,12 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ <default> protected $adapters ] + Property [ <default> protected $excluded ] Property [ <default> protected $logLevel ] Property [ <default> protected $name ] - Property [ <default> protected $excluded ] + Property [ <default> protected $timezone ] } - Methods [22] { @@ -53004,9 +52977,10 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ <required> string $name ] Parameter #1 [ <optional> array $adapters ] + Parameter #2 [ <optional> DateTimeZone or NULL $timezone ] } } @@ -53193,12 +53167,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] } - - Methods [6] { + - Methods [7] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -53245,6 +53220,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -53266,7 +53249,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $queue ] } - - Methods [10] { + - Methods [11] { Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AdapterInterface, prototype Phalcon\Logger\Adapter\AdapterInterface> public method close ] { - Parameters [0] { @@ -53335,6 +53318,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } + + Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> protected method getFormattedItem ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Logger\Item $item ] + } + - Return [ string ] + } } } @@ -53360,7 +53351,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $options ] } - - Methods [12] { + - Methods [13] { Method [ <internal:phalcon> public method getName ] { - Parameters [0] { @@ -53444,6 +53435,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } + + Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> protected method getFormattedItem ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Logger\Item $item ] + } + - Return [ string ] + } } } @@ -53469,7 +53468,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $option ] } - - Methods [12] { + - Methods [13] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -53554,6 +53553,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } + + Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter\AbstractAdapter> protected method getFormattedItem ] { + + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Logger\Item $item ] + } + - Return [ string ] + } } } @@ -53636,7 +53643,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $dateFormat ] } - - Methods [6] { + - Methods [4] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -53665,21 +53672,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #0 [ <required> string $dateFormat ] } } - - Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method interpolate ] { - - - Parameters [2] { - Parameter #0 [ <required> string $message ] - Parameter #1 [ <optional> $context ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> protected method getFormattedDate ] { - - - Parameters [0] { - } - - Return [ string ] - } } } @@ -53699,7 +53691,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $format ] } - - Methods [8] { + - Methods [6] { Method [ <internal:phalcon> public method getFormat ] { - Parameters [0] { @@ -53743,21 +53735,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #0 [ <required> string $dateFormat ] } } - - Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method interpolate ] { - - - Parameters [2] { - Parameter #0 [ <required> string $message ] - Parameter #1 [ <optional> $context ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> protected method getFormattedDate ] { - - - Parameters [0] { - } - - Return [ string ] - } } } @@ -53775,9 +53752,9 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Properties [5] { Property [ <default> protected $context ] Property [ <default> protected $message ] - Property [ <default> protected $name ] + Property [ <default> protected $level ] + Property [ <default> protected $levelName ] Property [ <default> protected $time ] - Property [ <default> protected $type ] } - Methods [6] { @@ -53791,7 +53768,10 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ string ] } - Method [ <internal:phalcon> public method getName ] { + Method [ <internal:phalcon> public method getLevel ] { + } + + Method [ <internal:phalcon> public method getLevelName ] { - Parameters [0] { } @@ -53801,17 +53781,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> public method getTime ] { } - Method [ <internal:phalcon> public method getType ] { - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [5] { Parameter #0 [ <required> string $message ] - Parameter #1 [ <required> string $name ] - Parameter #2 [ <required> int $type ] - Parameter #3 [ <optional> int $time ] - Parameter #4 [ <optional> $context ] + Parameter #1 [ <required> string $levelName ] + Parameter #2 [ <required> int $level ] + Parameter #3 [ <required> DateTimeImmutable $time ] + Parameter #4 [ <optional> array $context ] } } } @@ -54245,7 +54222,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, inherits Phalcon\Application\AbstractApplication> public method getModule ] { @@ -54619,7 +54596,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, inherits Phalcon\Dispatcher\AbstractDispatcher, prototype Phalcon\Dispatcher\DispatcherInterface> public method getHandlerSuffix ] { @@ -55409,6 +55386,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #2 [ <required> $handler ] Parameter #3 [ <required> string $name ] } + - Return [ void ] } } } @@ -55534,7 +55512,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static properties [0] { } - - Static methods [18] { + - Static methods [17] { Method [ <internal:phalcon> static public method __callStatic ] { - Parameters [2] { @@ -55546,7 +55524,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method average ] { - Parameters [1] { - Parameter #0 [ <optional> $parameters ] + Parameter #0 [ <optional> array $parameters ] } } @@ -55641,16 +55619,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:phalcon> static protected method _groupResult ] { - - - Parameters [3] { - Parameter #0 [ <required> string $functionName ] - Parameter #1 [ <required> string $alias ] - Parameter #2 [ <required> $parameters ] - } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] - } - Method [ <internal:phalcon> static protected method groupResult ] { - Parameters [3] { @@ -55661,7 +55629,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ <internal:phalcon> final static protected method _invokeFinder ] { + Method [ <internal:phalcon> final static protected method invokeFinder ] { - Parameters [2] { Parameter #0 [ <required> string $method ] @@ -55706,7 +55674,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $uniqueTypes ] } - - Methods [93] { + - Methods [84] { Method [ <internal:phalcon> public method getTransaction ] { } @@ -55911,7 +55879,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ string or NULL ] } Method [ <internal:phalcon> public method getSnapshotData ] { @@ -56111,38 +56079,27 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ void ] } - Method [ <internal:phalcon> final protected method _checkForeignKeysRestrict ] { + Method [ <internal:phalcon> final protected method checkForeignKeysRestrict ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> final protected method _checkForeignKeysReverseCascade ] { + Method [ <internal:phalcon> final protected method checkForeignKeysReverseCascade ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> final protected method _checkForeignKeysReverseRestrict ] { + Method [ <internal:phalcon> final protected method checkForeignKeysReverseRestrict ] { - Parameters [0] { } - Return [ bool ] } - Method [ <internal:phalcon> protected method _doLowInsert ] { - - - Parameters [4] { - Parameter #0 [ <required> Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #2 [ <required> $table ] - Parameter #3 [ <required> $identityField ] - } - - Return [ bool ] - } - Method [ <internal:phalcon> protected method doLowInsert ] { - Parameters [4] { @@ -56154,16 +56111,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> protected method _doLowUpdate ] { - - - Parameters [3] { - Parameter #0 [ <required> Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #2 [ <required> $table ] - } - - Return [ bool ] - } - Method [ <internal:phalcon> protected method doLowUpdate ] { - Parameters [3] { @@ -56174,15 +56121,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> protected method _exists ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ] - } - - Return [ bool ] - } - Method [ <internal:phalcon> protected method exists ] { - Parameters [2] { @@ -56192,15 +56130,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> protected method _getRelatedRecords ] { - - - Parameters [3] { - Parameter #0 [ <required> string $modelName ] - Parameter #1 [ <required> string $method ] - Parameter #2 [ <required> array $arguments ] - } - } - Method [ <internal:phalcon> protected method getRelatedRecords ] { - Parameters [3] { @@ -56210,7 +56139,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:phalcon> final protected method _possibleSetter ] { + Method [ <internal:phalcon> final protected method possibleSetter ] { - Parameters [2] { Parameter #0 [ <required> string $property ] @@ -56219,16 +56148,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> protected method _preSave ] { - - - Parameters [3] { - Parameter #0 [ <required> Phalcon\Mvc\Model\MetaDataInterface $metaData ] - Parameter #1 [ <required> bool $exists ] - Parameter #2 [ <required> $identityField ] - } - - Return [ bool ] - } - Method [ <internal:phalcon> protected method preSave ] { - Parameters [3] { @@ -56239,15 +56158,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> protected method _preSaveRelatedRecords ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #1 [ <required> $related ] - } - - Return [ bool ] - } - Method [ <internal:phalcon> protected method preSaveRelatedRecords ] { - Parameters [2] { @@ -56257,15 +56167,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> protected method _postSave ] { - - - Parameters [2] { - Parameter #0 [ <required> bool $success ] - Parameter #1 [ <required> bool $exists ] - } - - Return [ bool ] - } - Method [ <internal:phalcon> protected method postSave ] { - Parameters [2] { @@ -56275,15 +56176,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon> protected method _postSaveRelatedRecords ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Db\Adapter\AdapterInterface $connection ] - Parameter #1 [ <required> $related ] - } - - Return [ bool ] - } - Method [ <internal:phalcon> protected method postSaveRelatedRecords ] { - Parameters [2] { @@ -56301,9 +56193,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ void ] } - Method [ <internal:phalcon> protected method _cancelOperation ] { - } - Method [ <internal:phalcon> protected method cancelOperation ] { } @@ -57031,7 +56920,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $reusable ] } - - Methods [67] { + - Methods [65] { Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { - Parameters [1] { @@ -57059,7 +56948,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon> public method setCustomEventsManager ] { @@ -57165,7 +57054,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [1] { Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] } - - Return [ string ] + - Return [ string or NULL ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method setConnectionService ] { @@ -57211,15 +57100,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ <internal:phalcon> protected method _getConnection ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ <required> $connectionServices ] - } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] - } - Method [ <internal:phalcon> protected method getConnection ] { - Parameters [2] { @@ -57245,15 +57125,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ string ] } - Method [ <internal:phalcon> public method _getConnectionService ] { - - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ <required> $connectionServices ] - } - - Return [ string ] - } - Method [ <internal:phalcon> public method getConnectionService ] { - Parameters [2] { @@ -59280,7 +59151,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $_transaction ] } - - Methods [50] { + - Methods [49] { Method [ <internal:phalcon> public method getTransaction ] { } @@ -59293,221 +59164,178 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { - - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Di\DiInterface $container ] - } - - Return [ void ] - } - - Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { - - - Parameters [0] { - } - - Return [ Phalcon\Di\DiInterface ] - } - - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method setUniqueRow ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method cache ] { - Parameters [1] { - Parameter #0 [ <required> bool $uniqueRow ] + Parameter #0 [ <required> array $cacheOptions ] } - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getUniqueRow ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method execute ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> array $bindParams ] + Parameter #1 [ <optional> array $bindTypes ] } - - Return [ bool ] } - Method [ <internal:phalcon> final protected method _getQualified ] { + Method [ <internal:phalcon> public method getCache ] { - - Parameters [1] { - Parameter #0 [ <required> array $expr ] + - Parameters [0] { } - - Return [ array ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ <internal:phalcon> final protected method _getCallArgument ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getCacheOptions ] { - - Parameters [1] { - Parameter #0 [ <required> array $argument ] + - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> final protected method _getCaseExpression ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getBindParams ] { - - Parameters [1] { - Parameter #0 [ <required> array $expr ] + - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> final protected method _getFunctionCall ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getBindTypes ] { - - Parameters [1] { - Parameter #0 [ <required> array $expr ] + - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> final protected method _getExpression ] { + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] { - - Parameters [2] { - Parameter #0 [ <required> array $expr ] - Parameter #1 [ <optional> bool $quoting ] + - Parameters [0] { } - - Return [ string ] + - Return [ Phalcon\Di\DiInterface ] } - Method [ <internal:phalcon> final protected method _getSelectColumn ] { + Method [ <internal:phalcon> public method getIntermediate ] { - - Parameters [1] { - Parameter #0 [ <required> array $column ] + - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> final protected method _getTable ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getSingleResult ] { - Parameters [2] { - Parameter #0 [ <required> Phalcon\Mvc\Model\ManagerInterface $manager ] - Parameter #1 [ <required> array $qualifiedName ] + Parameter #0 [ <optional> array $bindParams ] + Parameter #1 [ <optional> array $bindTypes ] } + - Return [ Phalcon\Mvc\ModelInterface ] } - Method [ <internal:phalcon> final protected method _getJoin ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getSql ] { - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Mvc\Model\ManagerInterface $manager ] - Parameter #1 [ <required> array $join ] + - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> final protected method _getJoinType ] { + Method [ <internal:phalcon> public method getType ] { - - Parameters [1] { - Parameter #0 [ <required> array $join ] + - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon> final protected method _getSingleJoin ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getUniqueRow ] { - - Parameters [5] { - Parameter #0 [ <required> string $joinType ] - Parameter #1 [ <required> $joinSource ] - Parameter #2 [ <required> string $modelAlias ] - Parameter #3 [ <required> string $joinAlias ] - Parameter #4 [ <required> Phalcon\Mvc\Model\RelationInterface $relation ] + - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ <internal:phalcon> final protected method _getMultiJoin ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method parse ] { - - Parameters [5] { - Parameter #0 [ <required> string $joinType ] - Parameter #1 [ <required> $joinSource ] - Parameter #2 [ <required> string $modelAlias ] - Parameter #3 [ <required> string $joinAlias ] - Parameter #4 [ <required> Phalcon\Mvc\Model\RelationInterface $relation ] + - Parameters [0] { } - Return [ array ] } - Method [ <internal:phalcon> final protected method _getJoins ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method setBindParams ] { - - Parameters [1] { - Parameter #0 [ <required> array $select ] + - Parameters [2] { + Parameter #0 [ <required> array $bindParams ] + Parameter #1 [ <optional> bool $merge ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ <internal:phalcon> final protected method _getOrderClause ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method setBindTypes ] { - - Parameters [1] { - Parameter #0 [ <required> $order ] + - Parameters [2] { + Parameter #0 [ <required> array $bindTypes ] + Parameter #1 [ <optional> bool $merge ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ <internal:phalcon> final protected method _getGroupClause ] { + Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { - Parameters [1] { - Parameter #0 [ <required> array $group ] + Parameter #0 [ <required> Phalcon\Di\DiInterface $container ] } - - Return [ array ] + - Return [ void ] } - Method [ <internal:phalcon> final protected method _getLimitClause ] { + Method [ <internal:phalcon> public method setIntermediate ] { - Parameters [1] { - Parameter #0 [ <required> array $limitClause ] - } - - Return [ array ] - } - - Method [ <internal:phalcon> final protected method _prepareSelect ] { - - - Parameters [2] { - Parameter #0 [ <optional> $ast ] - Parameter #1 [ <optional> bool $merge ] - } - - Return [ array ] - } - - Method [ <internal:phalcon> final protected method _prepareInsert ] { - - - Parameters [0] { + Parameter #0 [ <required> array $intermediate ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ <internal:phalcon> final protected method _prepareUpdate ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method setSharedLock ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> bool $sharedLock ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ <internal:phalcon> final protected method _prepareDelete ] { + Method [ <internal:phalcon> public method setTransaction ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Mvc\Model\TransactionInterface $transaction ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method parse ] { + Method [ <internal:phalcon> public method setType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> int $type ] } - - Return [ array ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ <internal:phalcon> public method getCache ] { + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method setUniqueRow ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> bool $uniqueRow ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] + - Return [ Phalcon\Mvc\Model\QueryInterface ] } - Method [ <internal:phalcon> final protected method _executeSelect ] { + Method [ <internal:phalcon> final protected method executeDelete ] { - - Parameters [4] { + - Parameters [3] { Parameter #0 [ <required> array $intermediate ] Parameter #1 [ <required> array $bindParams ] Parameter #2 [ <required> array $bindTypes ] - Parameter #3 [ <optional> bool $simulate ] } + - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } - Method [ <internal:phalcon> final protected method _executeInsert ] { + Method [ <internal:phalcon> final protected method executeInsert ] { - Parameters [3] { Parameter #0 [ <required> array $intermediate ] @@ -59517,17 +59345,17 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } - Method [ <internal:phalcon> final protected method _executeUpdate ] { + Method [ <internal:phalcon> final protected method executeSelect ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ <required> array $intermediate ] Parameter #1 [ <required> array $bindParams ] Parameter #2 [ <required> array $bindTypes ] + Parameter #3 [ <optional> bool $simulate ] } - - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } - Method [ <internal:phalcon> final protected method _executeDelete ] { + Method [ <internal:phalcon> final protected method executeUpdate ] { - Parameters [3] { Parameter #0 [ <required> array $intermediate ] @@ -59537,146 +59365,156 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ Phalcon\Mvc\Model\Query\StatusInterface ] } - Method [ <internal:phalcon> final protected method _getRelatedRecords ] { + Method [ <internal:phalcon> final protected method getCallArgument ] { - - Parameters [4] { - Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ <required> array $intermediate ] - Parameter #2 [ <required> array $bindParams ] - Parameter #3 [ <required> array $bindTypes ] + - Parameters [1] { + Parameter #0 [ <required> array $argument ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ array ] } - Method [ <internal:phalcon> final protected method getRelatedRecords ] { + Method [ <internal:phalcon> final protected method getCaseExpression ] { - - Parameters [4] { - Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ <required> array $intermediate ] - Parameter #2 [ <required> array $bindParams ] - Parameter #3 [ <required> array $bindTypes ] + - Parameters [1] { + Parameter #0 [ <required> array $expr ] } - - Return [ Phalcon\Mvc\Model\ResultsetInterface ] + - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method execute ] { + Method [ <internal:phalcon> final protected method getExpression ] { - Parameters [2] { - Parameter #0 [ <optional> array $bindParams ] - Parameter #1 [ <optional> array $bindTypes ] + Parameter #0 [ <required> array $expr ] + Parameter #1 [ <optional> bool $quoting ] } + - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getSingleResult ] { + Method [ <internal:phalcon> final protected method getFunctionCall ] { - - Parameters [2] { - Parameter #0 [ <optional> array $bindParams ] - Parameter #1 [ <optional> array $bindTypes ] + - Parameters [1] { + Parameter #0 [ <required> array $expr ] } - - Return [ Phalcon\Mvc\ModelInterface ] + - Return [ array ] } - Method [ <internal:phalcon> public method setType ] { + Method [ <internal:phalcon> final protected method getGroupClause ] { - Parameters [1] { - Parameter #0 [ <required> int $type ] + Parameter #0 [ <required> array $group ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ array ] } - Method [ <internal:phalcon> public method getType ] { + Method [ <internal:phalcon> final protected method getLimitClause ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> array $limitClause ] } - - Return [ int ] + - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method setBindParams ] { + Method [ <internal:phalcon> final protected method getJoin ] { - Parameters [2] { - Parameter #0 [ <required> array $bindParams ] - Parameter #1 [ <optional> bool $merge ] + Parameter #0 [ <required> Phalcon\Mvc\Model\ManagerInterface $manager ] + Parameter #1 [ <required> array $join ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getBindParams ] { + Method [ <internal:phalcon> final protected method getJoinType ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> array $join ] } - - Return [ array ] + - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method setBindTypes ] { + Method [ <internal:phalcon> final protected method getJoins ] { - - Parameters [2] { - Parameter #0 [ <required> array $bindTypes ] - Parameter #1 [ <optional> bool $merge ] + - Parameters [1] { + Parameter #0 [ <required> array $select ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method setSharedLock ] { + Method [ <internal:phalcon> final protected method getMultiJoin ] { - - Parameters [1] { - Parameter #0 [ <optional> bool $sharedLock ] + - Parameters [5] { + Parameter #0 [ <required> string $joinType ] + Parameter #1 [ <required> $joinSource ] + Parameter #2 [ <required> string $modelAlias ] + Parameter #3 [ <required> string $joinAlias ] + Parameter #4 [ <required> Phalcon\Mvc\Model\RelationInterface $relation ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getBindTypes ] { + Method [ <internal:phalcon> final protected method getOrderClause ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> $order ] } - Return [ array ] } - Method [ <internal:phalcon> public method setIntermediate ] { + Method [ <internal:phalcon> final protected method getQualified ] { - Parameters [1] { - Parameter #0 [ <required> array $intermediate ] + Parameter #0 [ <required> array $expr ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ array ] } - Method [ <internal:phalcon> public method getIntermediate ] { + Method [ <internal:phalcon> protected method getReadConnection ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <optional> array or NULL $intermediate ] + Parameter #2 [ <optional> array $bindParams ] + Parameter #3 [ <optional> array $bindTypes ] } - - Return [ array ] + - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method cache ] { + Method [ <internal:phalcon> final protected method getRelatedRecords ] { - - Parameters [1] { - Parameter #0 [ <required> array $cacheOptions ] + - Parameters [4] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> array $intermediate ] + Parameter #2 [ <required> array $bindParams ] + Parameter #3 [ <required> array $bindTypes ] } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ Phalcon\Mvc\Model\ResultsetInterface ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getCacheOptions ] { + Method [ <internal:phalcon> final protected method getSelectColumn ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> array $column ] } - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method getSql ] { + Method [ <internal:phalcon> final protected method getSingleJoin ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ <required> string $joinType ] + Parameter #1 [ <required> $joinSource ] + Parameter #2 [ <required> string $modelAlias ] + Parameter #3 [ <required> string $joinAlias ] + Parameter #4 [ <required> Phalcon\Mvc\Model\RelationInterface $relation ] } - Return [ array ] } - Method [ <internal:phalcon> protected method getReadConnection ] { + Method [ <internal:phalcon> final protected method getTable ] { - - Parameters [4] { - Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] - Parameter #1 [ <optional> array or NULL $intermediate ] - Parameter #2 [ <optional> array $bindParams ] - Parameter #3 [ <optional> array $bindTypes ] + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\Model\ManagerInterface $manager ] + Parameter #1 [ <required> array $qualifiedName ] } - - Return [ Phalcon\Db\Adapter\AdapterInterface ] } Method [ <internal:phalcon> protected method getWriteConnection ] { @@ -59690,12 +59528,34 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ Phalcon\Db\Adapter\AdapterInterface ] } - Method [ <internal:phalcon> public method setTransaction ] { + Method [ <internal:phalcon> final protected method _prepareDelete ] { - - Parameters [1] { - Parameter #0 [ <required> Phalcon\Mvc\Model\TransactionInterface $transaction ] + - Parameters [0] { } - - Return [ Phalcon\Mvc\Model\QueryInterface ] + - Return [ array ] + } + + Method [ <internal:phalcon> final protected method _prepareInsert ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> final protected method _prepareSelect ] { + + - Parameters [2] { + Parameter #0 [ <optional> $ast ] + Parameter #1 [ <optional> bool $merge ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> final protected method _prepareUpdate ] { + + - Parameters [0] { + } + - Return [ array ] } } } @@ -59931,7 +59791,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\Query\BuilderInterface> public method having ] { - Parameters [3] { - Parameter #0 [ <required> $conditions ] + Parameter #0 [ <required> string $conditions ] Parameter #1 [ <optional> array $bindParams ] Parameter #2 [ <optional> array $bindTypes ] } @@ -60646,7 +60506,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #1 [ <required> $model ] Parameter #2 [ <required> $result ] Parameter #3 [ <optional> Phalcon\Cache\Adapter\AdapterInterface or NULL $cache ] - Parameter #4 [ <optional> bool or NULL $keepSnapshots ] + Parameter #4 [ <optional> bool $keepSnapshots ] } } @@ -61450,6 +61310,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #3 [ <required> string $action ] Parameter #4 [ <required> Phalcon\Annotations\Annotation $annotation ] } + - Return [ void ] } Method [ <internal:phalcon> public method processControllerAnnotation ] { @@ -61485,22 +61346,30 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getKeyRouteNames ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setKeyRouteNames ] { - Parameters [1] { - Parameter #0 [ <required> $keyRouteNames ] + Parameter #0 [ <required> array $keyRouteNames ] } } Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getKeyRouteIds ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setKeyRouteIds ] { - Parameters [1] { - Parameter #0 [ <required> $keyRouteIds ] + Parameter #0 [ <required> array $keyRouteIds ] } } @@ -61517,7 +61386,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] Parameter #2 [ <optional> $httpMethods ] - Parameter #3 [ <optional> $position ] + Parameter #3 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61527,7 +61396,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61537,7 +61406,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61547,7 +61416,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61557,7 +61426,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61567,7 +61436,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61577,7 +61446,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61587,7 +61456,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61597,7 +61466,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61607,7 +61476,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61617,7 +61486,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [3] { Parameter #0 [ <required> string $pattern ] Parameter #1 [ <optional> $paths ] - Parameter #2 [ <optional> $position ] + Parameter #2 [ <optional> int $position ] } - Return [ Phalcon\Mvc\Router\RouteInterface ] } @@ -61626,7 +61495,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Mvc\Router\RouteInterface $route ] - Parameter #1 [ <optional> $position ] + Parameter #1 [ <optional> int $position ] } - Return [ Phalcon\Mvc\RouterInterface ] } @@ -61642,7 +61511,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [0] { } - - Return [ Phalcon\Events\ManagerInterface ] + - Return [ Phalcon\Events\ManagerInterface or NULL ] } Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getActionName ] { @@ -62136,6 +62005,10 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [25] { Method [ <internal:phalcon> public method getId ] { + + - Parameters [0] { + } + - Return [ string or NULL ] } Method [ <internal:phalcon, ctor> public method __construct ] { @@ -62356,12 +62229,24 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [58] { Method [ <internal:phalcon> public method getCurrentRenderLevel ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:phalcon> public method getRegisteredEngines ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ <internal:phalcon> public method getRenderLevel ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ <internal:phalcon, ctor> public method __construct ] { @@ -62955,7 +62840,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Mvc\View\Engine\EngineInterface, prototype Phalcon\Mvc\View\Engine\EngineInterface> public method render ] { - Parameters [3] { - Parameter #0 [ <required> string $templatePath ] + Parameter #0 [ <required> string $path ] Parameter #1 [ <required> $params ] Parameter #2 [ <optional> bool $mustClean ] } @@ -63091,7 +62976,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $view ] } - - Methods [46] { + - Methods [45] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -63150,15 +63035,6 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ string ] } - Method [ <internal:phalcon> public method compileCache ] { - - - Parameters [2] { - Parameter #0 [ <required> array $statement ] - Parameter #1 [ <optional> bool $extendsMode ] - } - - Return [ string ] - } - Method [ <internal:phalcon> public method compileCall ] { - Parameters [2] { @@ -63349,6 +63225,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [1] { Parameter #0 [ <required> string $option ] } + - Return [ string or NULL ] } Method [ <internal:phalcon> public method getOptions ] { @@ -63377,6 +63254,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [1] { Parameter #0 [ <required> string $viewCode ] } + - Return [ array ] } Method [ <internal:phalcon> public method resolveTest ] { @@ -63546,14 +63424,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [10] { + - Properties [9] { Property [ <default> protected $container ] Property [ <default> protected $activeRenderPath ] Property [ <default> protected $content ] Property [ <default> protected $engines ] Property [ <default> protected $eventsManager ] Property [ <default> protected $options ] - Property [ <default> protected $partialsDir ] Property [ <default> protected $registeredEngines ] Property [ <default> protected $viewsDir ] Property [ <default> protected $viewParams ] @@ -63587,6 +63464,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #0 [ <required> string $key ] Parameter #1 [ <required> $value ] } + - Return [ void ] } Method [ <internal:phalcon> public method getActiveRenderPath ] { @@ -63637,6 +63515,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #0 [ <required> string $partialPath ] Parameter #1 [ <optional> $params ] } + - Return [ void ] } Method [ <internal:phalcon> public method registerEngines ] { @@ -63644,6 +63523,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [1] { Parameter #0 [ <required> array $engines ] } + - Return [ void ] } Method [ <internal:phalcon> public method render ] { @@ -63703,6 +63583,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [1] { Parameter #0 [ <required> string $viewsDir ] } + - Return [ void ] } Method [ <internal:phalcon> protected method loadTemplateEngines ] { @@ -63718,6 +63599,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Parameter #0 [ <required> string $path ] Parameter #1 [ <required> $params ] } + - Return [ void ] } Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __isset ] { @@ -64066,12 +63948,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] } - - Methods [7] { + - Methods [8] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -64125,6 +64008,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -64281,7 +64172,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Collection, ctor> final public method __construct ] { - Parameters [1] { - Parameter #0 [ <optional> array or NULL $data ] + Parameter #0 [ <optional> array $data ] } } @@ -66371,13 +66262,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] Property [ <default> private $serializerFactory ] } - - Methods [6] { + - Methods [7] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -66424,6 +66316,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -66502,12 +66402,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] } - - Methods [6] { + - Methods [7] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -66552,6 +66453,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -66909,6 +66818,596 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } + Class [ <internal:phalcon> class Phalcon\Support\Debug ] { + + - Constants [0] { + } + + - Static properties [1] { + Property [ protected static $isActive ] + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ <default> protected $blacklist ] + Property [ <default> protected $data ] + Property [ <default> protected $hideDocumentRoot ] + Property [ <default> protected $showBackTrace ] + Property [ <default> protected $showFileFragment ] + Property [ <default> protected $showFiles ] + Property [ <default> protected $uri ] + } + + - Methods [21] { + Method [ <internal:phalcon> public method clearVars ] { + + - Parameters [0] { + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ <internal:phalcon> public method debugVar ] { + + - Parameters [2] { + Parameter #0 [ <required> $varz ] + Parameter #1 [ <optional> string or NULL $key ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ <internal:phalcon> public method getCssSources ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getJsSources ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method halt ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method listen ] { + + - Parameters [2] { + Parameter #0 [ <optional> bool $exceptions ] + Parameter #1 [ <optional> bool $lowSeverity ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ <internal:phalcon> public method listenExceptions ] { + + - Parameters [0] { + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ <internal:phalcon> public method listenLowSeverity ] { + + - Parameters [0] { + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ <internal:phalcon> public method onUncaughtException ] { + + - Parameters [1] { + Parameter #0 [ <required> Throwable $exception ] + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method onUncaughtLowSeverity ] { + + - Parameters [5] { + Parameter #0 [ <required> $severity ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] + Parameter #4 [ <required> $context ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method renderHtml ] { + + - Parameters [1] { + Parameter #0 [ <required> Throwable $exception ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method setBlacklist ] { + + - Parameters [1] { + Parameter #0 [ <required> array $blacklist ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ <internal:phalcon> public method setShowBackTrace ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $showBackTrace ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ <internal:phalcon> public method setShowFileFragment ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $showFileFragment ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ <internal:phalcon> public method setShowFiles ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $showFiles ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ <internal:phalcon> public method setUri ] { + + - Parameters [1] { + Parameter #0 [ <required> string $uri ] + } + - Return [ Phalcon\Support\Debug ] + } + + Method [ <internal:phalcon> protected method escapeString ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method getArrayDump ] { + + - Parameters [2] { + Parameter #0 [ <required> array $argument ] + Parameter #1 [ <optional> $n ] + } + - Return [ string or NULL ] + } + + Method [ <internal:phalcon> protected method getVarDump ] { + + - Parameters [1] { + Parameter #0 [ <required> $variable ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> final protected method showTraceItem ] { + + - Parameters [2] { + Parameter #0 [ <required> int $n ] + Parameter #1 [ <required> array $trace ] + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Support\Debug\Dump ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ <default> protected $detailed ] + Property [ <default> protected $methods ] + Property [ <default> protected $styles ] + } + + - Methods [11] { + Method [ <internal:phalcon> public method getDetailed ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method setDetailed ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $detailed ] + } + } + + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> array $styles ] + Parameter #1 [ <optional> bool $detailed ] + } + } + + Method [ <internal:phalcon> public method all ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method one ] { + + - Parameters [2] { + Parameter #0 [ <required> $variable ] + Parameter #1 [ <optional> string or NULL $name ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method setStyles ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $styles ] + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method toJson ] { + + - Parameters [1] { + Parameter #0 [ <required> $variable ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method variable ] { + + - Parameters [2] { + Parameter #0 [ <required> $variable ] + Parameter #1 [ <optional> string or NULL $name ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method variables ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method getStyle ] { + + - Parameters [1] { + Parameter #0 [ <required> string $type ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> protected method output ] { + + - Parameters [3] { + Parameter #0 [ <required> $variable ] + Parameter #1 [ <optional> string or NULL $name ] + Parameter #2 [ <optional> int $tab ] + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Support\Debug\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phalcon, inherits Phalcon\Exception> static public method containerServiceNotFound ] { + + - Parameters [1] { + Parameter #0 [ <required> string $service ] + } + - Return [ string ] + } + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Support\Exception extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ <default> protected $message ] + Property [ <default> protected $code ] + Property [ <default> protected $file ] + Property [ <default> protected $line ] + } + + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <optional> $message ] + Parameter #1 [ <optional> $code ] + Parameter #2 [ <optional> $previous ] + } + } + + Method [ <internal:Core, inherits Exception> public method __wakeup ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { + } + } + } + + Class [ <internal:phalcon> class Phalcon\Support\HelperFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ <default> protected $mapper ] + Property [ <default> protected $services ] + Property [ <default> protected $exception ] + } + + - Methods [8] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $services ] + } + } + + Method [ <internal:phalcon> public method __call ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $arguments ] + } + } + + Method [ <internal:phalcon> public method newInstance ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + } + + Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> protected method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ <required> $config ] + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] { + + - Parameters [1] { + Parameter #0 [ <required> string $name ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] { + + - Parameters [1] { + Parameter #0 [ <optional> array $services ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Support\Helper\Str\Interpolate ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ <required> string $message ] + Parameter #1 [ <optional> array $context ] + Parameter #2 [ <optional> string $leftToken ] + Parameter #3 [ <optional> string $rightToken ] + } + - Return [ string ] + } + } + } + + Class [ <internal:phalcon> class Phalcon\Support\Version ] { + + - Constants [5] { + Constant [ public int VERSION_MAJOR ] { 0 } + Constant [ public int VERSION_MEDIUM ] { 1 } + Constant [ public int VERSION_MINOR ] { 2 } + Constant [ public int VERSION_SPECIAL ] { 3 } + Constant [ public int VERSION_SPECIAL_NUMBER ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:phalcon> protected method getVersion ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> final protected method getSpecial ] { + + - Parameters [1] { + Parameter #0 [ <required> int $special ] + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method get ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getId ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getPart ] { + + - Parameters [1] { + Parameter #0 [ <required> int $part ] + } + - Return [ string ] + } + } + } + Class [ <internal:phalcon> class Phalcon\Tag ] { - Constants [11] { @@ -67715,7 +68214,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method query ] { - Parameters [2] { - Parameter #0 [ <required> string $index ] + Parameter #0 [ <required> string $translateKey ] Parameter #1 [ <optional> array $placeholders ] } - Return [ string ] @@ -67869,7 +68368,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method query ] { - Parameters [2] { - Parameter #0 [ <required> string $index ] + Parameter #0 [ <required> string $translateKey ] Parameter #1 [ <optional> array $placeholders ] } - Return [ string ] @@ -67910,7 +68409,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Parameters [2] { Parameter #0 [ <required> int $category ] - Parameter #1 [ <required> string $locale ] + Parameter #1 [ <optional> array $localeArray ] } } @@ -68036,7 +68535,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method query ] { - Parameters [2] { - Parameter #0 [ <required> string $index ] + Parameter #0 [ <required> string $translateKey ] Parameter #1 [ <optional> array $placeholders ] } - Return [ string ] @@ -68178,12 +68677,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] } - - Methods [6] { + - Methods [7] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -68228,6 +68728,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -68294,13 +68802,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] Property [ <default> private $interpolator ] } - - Methods [7] { + - Methods [8] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -68354,6 +68863,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -68567,7 +69084,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> public method setValidators ] { - Parameters [1] { - Parameter #0 [ <required> $validators ] + Parameter #0 [ <required> array $validators ] } } @@ -68811,12 +69328,13 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ <default> protected $mapper ] Property [ <default> protected $services ] + Property [ <default> protected $exception ] } - - Methods [6] { + - Methods [7] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -68861,6 +69379,14 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } - Return [ void ] } + + Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getException ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ Exception ] + } } } @@ -70280,7 +70806,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $template ] } - - Methods [24] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method validate ] { - Parameters [2] { @@ -70291,45 +70817,57 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ <required> $messageFileEmpty ] + Parameter #0 [ <required> string $messageFileEmpty ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ <required> $messageIniSize ] + Parameter #0 [ <required> string $messageIniSize ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ <required> $messageValid ] + Parameter #0 [ <required> string $messageValid ] } } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> string $field ] + Parameter #1 [ <required> $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70338,7 +70876,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70347,7 +70885,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70356,21 +70894,29 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> string $size ] + } + - Return [ float ] + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> $field ] + Parameter #1 [ <required> string $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ <required> string $size ] + Parameter #0 [ <required> string $name ] } - - Return [ float ] + - Return [ bool ] } Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, ctor> public method __construct ] { @@ -70484,7 +71030,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $template ] } - - Methods [24] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -70502,45 +71048,57 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ <required> $messageFileEmpty ] + Parameter #0 [ <required> string $messageFileEmpty ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ <required> $messageIniSize ] + Parameter #0 [ <required> string $messageIniSize ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ <required> $messageValid ] + Parameter #0 [ <required> string $messageValid ] } } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> string $field ] + Parameter #1 [ <required> $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70549,7 +71107,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70558,7 +71116,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70567,21 +71125,29 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> string $size ] + } + - Return [ float ] + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> $field ] + Parameter #1 [ <required> string $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ <required> string $size ] + Parameter #0 [ <required> string $name ] } - - Return [ float ] + - Return [ bool ] } Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] { @@ -70688,7 +71254,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $template ] } - - Methods [24] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -70706,45 +71272,57 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ <required> $messageFileEmpty ] + Parameter #0 [ <required> string $messageFileEmpty ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ <required> $messageIniSize ] + Parameter #0 [ <required> string $messageIniSize ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ <required> $messageValid ] + Parameter #0 [ <required> string $messageValid ] } } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> string $field ] + Parameter #1 [ <required> $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70753,7 +71331,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70762,7 +71340,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70771,21 +71349,29 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> string $size ] + } + - Return [ float ] + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> $field ] + Parameter #1 [ <required> string $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ <required> string $size ] + Parameter #0 [ <required> string $name ] } - - Return [ float ] + - Return [ bool ] } Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] { @@ -70892,7 +71478,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $template ] } - - Methods [24] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -70910,45 +71496,57 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ <required> $messageFileEmpty ] + Parameter #0 [ <required> string $messageFileEmpty ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ <required> $messageIniSize ] + Parameter #0 [ <required> string $messageIniSize ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ <required> $messageValid ] + Parameter #0 [ <required> string $messageValid ] } } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> string $field ] + Parameter #1 [ <required> $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70957,7 +71555,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70966,7 +71564,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -70975,21 +71573,29 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> string $size ] + } + - Return [ float ] + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> $field ] + Parameter #1 [ <required> string $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ <required> string $size ] + Parameter #0 [ <required> string $name ] } - - Return [ float ] + - Return [ bool ] } Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] { @@ -71096,7 +71702,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $template ] } - - Methods [24] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -71114,45 +71720,57 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ <required> $messageFileEmpty ] + Parameter #0 [ <required> string $messageFileEmpty ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ <required> $messageIniSize ] + Parameter #0 [ <required> string $messageIniSize ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ <required> $messageValid ] + Parameter #0 [ <required> string $messageValid ] } } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> string $field ] + Parameter #1 [ <required> $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -71161,7 +71779,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -71170,7 +71788,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -71179,21 +71797,29 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> string $size ] + } + - Return [ float ] + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> $field ] + Parameter #1 [ <required> string $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ <required> string $size ] + Parameter #0 [ <required> string $name ] } - - Return [ float ] + - Return [ bool ] } Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] { @@ -71300,7 +71926,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $template ] } - - Methods [24] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -71318,45 +71944,57 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ <required> $messageFileEmpty ] + Parameter #0 [ <required> string $messageFileEmpty ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ <required> $messageIniSize ] + Parameter #0 [ <required> string $messageIniSize ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ <required> $messageValid ] + Parameter #0 [ <required> string $messageValid ] } } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> string $field ] + Parameter #1 [ <required> $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -71365,7 +72003,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -71374,7 +72012,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -71383,21 +72021,29 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> string $size ] + } + - Return [ float ] + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> $field ] + Parameter #1 [ <required> string $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ <required> string $size ] + Parameter #0 [ <required> string $name ] } - - Return [ float ] + - Return [ bool ] } Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] { @@ -71504,7 +72150,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Property [ <default> protected $template ] } - - Methods [24] { + - Methods [25] { Method [ <internal:phalcon, overwrites Phalcon\Validation\AbstractValidator, ctor> public method __construct ] { - Parameters [1] { @@ -71522,45 +72168,57 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - Parameters [1] { - Parameter #0 [ <required> $messageFileEmpty ] + Parameter #0 [ <required> string $messageFileEmpty ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - Parameters [1] { - Parameter #0 [ <required> $messageIniSize ] + Parameter #0 [ <required> string $messageIniSize ] } } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - Parameters [1] { - Parameter #0 [ <required> $messageValid ] + Parameter #0 [ <required> string $messageValid ] } } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> string $field ] + Parameter #1 [ <required> $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUpload ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -71569,7 +72227,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -71578,7 +72236,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsEmpty ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadMaxSize ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] @@ -71587,21 +72245,29 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method checkUploadIsValid ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> string $size ] + } + - Return [ float ] + } + + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { Parameter #0 [ <required> Phalcon\Validation $validation ] - Parameter #1 [ <required> $field ] + Parameter #1 [ <required> string $field ] } - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> public method getFileSizeInBytes ] { + Method [ <internal:phalcon, inherits Phalcon\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { - Parameter #0 [ <required> string $size ] + Parameter #0 [ <required> string $name ] } - - Return [ float ] + - Return [ bool ] } Method [ <internal:phalcon, inherits Phalcon\Validation\AbstractValidator, prototype Phalcon\Validation\ValidatorInterface> public method getTemplate ] { @@ -73024,81 +73690,171 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Class [ <internal:phalcon> class Phalcon\Version ] { + Class [ <internal:phalcon> final class phalcon\0__closure ] { - - Constants [5] { - Constant [ public int VERSION_MAJOR ] { 0 } - Constant [ public int VERSION_MEDIUM ] { 1 } - Constant [ public int VERSION_MINOR ] { 2 } - Constant [ public int VERSION_SPECIAL ] { 3 } - Constant [ public int VERSION_SPECIAL_NUMBER ] { 4 } + - Constants [0] { } - Static properties [0] { } - - Static methods [7] { - Method [ <internal:phalcon> static protected method _getVersion ] { + - Static methods [0] { + } - - Parameters [0] { - } - - Return [ array ] - } + - Properties [0] { + } - Method [ <internal:phalcon> static protected method getVersion ] { + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ <required> $number ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] } - - Return [ array ] } + } + } - Method [ <internal:phalcon> final static protected method _getSpecial ] { + Class [ <internal:phalcon> final class phalcon\10__closure ] { - - Parameters [1] { - Parameter #0 [ <required> int $special ] - } - - Return [ string ] - } + - Constants [0] { + } - Method [ <internal:phalcon> final static protected method getSpecial ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ <required> int $special ] + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ <required> $number ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] } - - Return [ string ] } + } + } - Method [ <internal:phalcon> static public method get ] { + Class [ <internal:phalcon> final class phalcon\11__closure ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [5] { + Parameter #0 [ <required> $number ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] + Parameter #4 [ <required> $context ] } - - Return [ string ] } + } + } - Method [ <internal:phalcon> static public method getId ] { + Class [ <internal:phalcon> final class phalcon\12__closure ] { - - Parameters [0] { + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ <required> $number ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] } - - Return [ string ] } + } + } - Method [ <internal:phalcon> static public method getPart ] { + Class [ <internal:phalcon> final class phalcon\13__closure ] { - - Parameters [1] { - Parameter #0 [ <required> int $part ] + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [5] { + Parameter #0 [ <required> $number ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] + Parameter #4 [ <required> $context ] } - - Return [ string ] } } + } + + Class [ <internal:phalcon> final class phalcon\14__closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } - Properties [0] { } - - Methods [0] { + - Methods [1] { + Method [ <internal:phalcon> final public method __invoke ] { + + - Parameters [4] { + Parameter #0 [ <required> $number ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] + } + } } } - Class [ <internal:phalcon> final class phalcon\0__closure ] { + Class [ <internal:phalcon> final class phalcon\15__closure ] { - Constants [0] { } @@ -73126,7 +73882,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Class [ <internal:phalcon> final class phalcon\10__closure ] { + Class [ <internal:phalcon> final class phalcon\16__closure ] { - Constants [0] { } @@ -73150,7 +73906,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { } } - Class [ <internal:phalcon> final class phalcon\11__closure ] { + Class [ <internal:phalcon> final class phalcon\17__closure ] { - Constants [0] { } @@ -73219,12 +73975,11 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [5] { + - Parameters [4] { Parameter #0 [ <required> $number ] Parameter #1 [ <required> $message ] Parameter #2 [ <required> $file ] Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] } } } @@ -73247,8 +74002,12 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ <required> $element ] + - Parameters [5] { + Parameter #0 [ <required> $number ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] + Parameter #4 [ <required> $context ] } } } @@ -73271,8 +74030,11 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ <required> $element ] + - Parameters [4] { + Parameter #0 [ <required> $number ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] } } } @@ -73295,8 +74057,12 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [1] { - Parameter #0 [ <required> $file ] + - Parameters [5] { + Parameter #0 [ <required> $number ] + Parameter #1 [ <required> $message ] + Parameter #2 [ <required> $file ] + Parameter #3 [ <required> $line ] + Parameter #4 [ <required> $context ] } } } @@ -73320,7 +74086,7 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { Method [ <internal:phalcon> final public method __invoke ] { - Parameters [1] { - Parameter #0 [ <required> $action ] + Parameter #0 [ <required> $element ] } } } @@ -73343,12 +74109,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ <required> $number ] - Parameter #1 [ <required> $message ] - Parameter #2 [ <required> $file ] - Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] + - Parameters [1] { + Parameter #0 [ <required> $element ] } } } @@ -73371,12 +74133,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ <required> $number ] - Parameter #1 [ <required> $message ] - Parameter #2 [ <required> $file ] - Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] + - Parameters [1] { + Parameter #0 [ <required> $file ] } } } @@ -73399,12 +74157,8 @@ Extension [ <persistent> extension #117 phalcon version 4.1.2 ] { - Methods [1] { Method [ <internal:phalcon> final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ <required> $number ] - Parameter #1 [ <required> $message ] - Parameter #2 [ <required> $file ] - Parameter #3 [ <required> $line ] - Parameter #4 [ <required> $context ] + - Parameters [1] { + Parameter #0 [ <required> $action ] } } } |