diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-23 11:13:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-23 11:13:36 +0200 |
commit | dac53af7307ea3dba18d7430375fea74ed6aa4c1 (patch) | |
tree | 860d43ae33258fe6a90f23c76f0f070286cbbe51 /REFLECTION | |
parent | 0ed578da1a4de6c9a17fd89b14570a65d9cd4812 (diff) |
update to 5.0.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 2556 |
1 files changed, 1330 insertions, 1226 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { +Extension [ <persistent> extension #115 phalcon version 5.0.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -3098,7 +3098,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Parameter #2 [ <optional> string $className = <default> ] Parameter #3 [ <optional> array $arguments = [] ] } - - Return [ NULL ] + - Return [ object ] } Method [ <internal:phalcon> abstract public method fetchObjects ] { @@ -12539,13 +12539,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [22] { - Method [ <internal:phalcon> public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, ctor> protected method __construct ] { - Parameters [2] { @@ -12591,6 +12584,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, prototype Phalcon\Storage\Adapter\AdapterInterface> abstract public method getKeys ] { - Parameters [1] { @@ -13096,48 +13096,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [26] { - Method [ <internal:phalcon> public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method setMessageFileEmpty ] { - - - Parameters [1] { - 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> string $messageIniSize ] - } - } - - Method [ <internal:phalcon> public method getMessageValid ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method setMessageValid ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageValid ] - } - } - Method [ <internal:phalcon> public method checkUpload ] { - Parameters [2] { @@ -13182,6 +13140,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ float ] } + Method [ <internal:phalcon> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon> public method isAllowEmpty ] { - Parameters [2] { @@ -13191,6 +13170,30 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon> public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + Method [ <internal:phalcon> protected method checkIsUploadedFile ] { - Parameters [1] { @@ -14065,20 +14068,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [71] { - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -14340,6 +14329,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Db\DialectInterface ] } + Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { - Parameters [0] { @@ -14382,6 +14378,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ array ] } + Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, prototype Phalcon\Db\Adapter\AdapterInterface> public method insert ] { - Parameters [4] { @@ -15350,20 +15353,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addColumn ] { - Parameters [3] { @@ -15618,6 +15607,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Db\DialectInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { - Parameters [0] { @@ -15660,6 +15656,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insert ] { - Parameters [4] { @@ -17294,111 +17297,111 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [30] { - Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getFilter ] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [7] { + Parameter #0 [ <required> string $type ] + Parameter #1 [ <required> string $path ] + Parameter #2 [ <optional> bool $isLocal = <default> ] + Parameter #3 [ <optional> bool $filter = <default> ] + Parameter #4 [ <optional> array $attributes = [] ] + Parameter #5 [ <optional> ?string $version = <default> ] + Parameter #6 [ <optional> bool $isAutoVersion = <default> ] } - - Return [ bool ] } - Method [ <internal:phalcon> public method getPath ] { + Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> public method getSourcePath ] { + Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ <internal:phalcon> public method getTargetPath ] { + Method [ <internal:phalcon> public method getContent ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> ?string $basePath = <default> ] } - Return [ string ] } - Method [ <internal:phalcon> public method getTargetUri ] { + Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getFilter ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getType ] { + Method [ <internal:phalcon> public method getPath ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> public method getVersion ] { + Method [ <internal:phalcon> public method getRealSourcePath ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> ?string $basePath = <default> ] } - - Return [ ?string ] + - Return [ string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon> public method getRealTargetPath ] { - - Parameters [7] { - Parameter #0 [ <required> string $type ] - Parameter #1 [ <required> string $path ] - Parameter #2 [ <optional> bool $isLocal = <default> ] - Parameter #3 [ <optional> bool $filter = <default> ] - Parameter #4 [ <optional> array $attributes = [] ] - Parameter #5 [ <optional> ?string $version = <default> ] - Parameter #6 [ <optional> bool $isAutoVersion = <default> ] + - Parameters [1] { + Parameter #0 [ <optional> ?string $basePath = <default> ] } + - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { + Method [ <internal:phalcon> public method getRealTargetUri ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] { + Method [ <internal:phalcon> public method getSourcePath ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ <internal:phalcon> public method getContent ] { + Method [ <internal:phalcon> public method getTargetPath ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> public method getRealSourcePath ] { + Method [ <internal:phalcon> public method getTargetUri ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> public method getRealTargetPath ] { + Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getType ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> public method getRealTargetUri ] { + Method [ <internal:phalcon> public method getVersion ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon> public method isAutoVersion ] { @@ -17547,45 +17550,45 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [9] { - Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [4] { + Parameter #0 [ <required> string $type ] + Parameter #1 [ <required> string $content ] + Parameter #2 [ <optional> bool $filter = <default> ] + Parameter #3 [ <optional> array $attributes = [] ] } - - Return [ ?array ] } - Method [ <internal:phalcon> public method getContent ] { + Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getFilter ] { + Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] { - Parameters [0] { } - - Return [ bool ] + - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getType ] { + Method [ <internal:phalcon> public method getContent ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getFilter ] { - - Parameters [4] { - Parameter #0 [ <required> string $type ] - Parameter #1 [ <required> string $content ] - Parameter #2 [ <optional> bool $filter = <default> ] - Parameter #3 [ <optional> array $attributes = [] ] + - Parameters [0] { } + - Return [ bool ] } - Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { + Method [ <internal:phalcon, prototype Phalcon\Assets\AssetInterface> public method getType ] { - Parameters [0] { } @@ -17754,7 +17757,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Parameter #2 [ <optional> string $className = <default> ] Parameter #3 [ <optional> array $arguments = [] ] } - - Return [ NULL ] + - Return [ object ] } Method [ <internal:phalcon, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchObjects ] { @@ -18028,7 +18031,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Static properties [1] { - Property [ protected static $_default = NULL ] + Property [ protected static $defaultDi = NULL ] } - Static methods [3] { @@ -18846,56 +18849,63 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Property [ protected $sessionService = NULL ] } - - Methods [26] { - Method [ <internal:phalcon> public method getAutoescape ] { + - Methods [27] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = <default> ] + Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = <default> ] } - - Return [ bool ] } - Method [ <internal:phalcon> public method getCssClasses ] { + Method [ <internal:phalcon> public method clear ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ <internal:phalcon> public method getCssIconClasses ] { + Method [ <internal:phalcon, prototype Phalcon\Flash\FlashInterface> public method error ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ ?string ] + } + + Method [ <internal:phalcon> public method getAutoescape ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ <internal:phalcon> public method getCustomTemplate ] { + Method [ <internal:phalcon> public method getAutomaticHtml ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon> public method getCssClasses ] { - - Parameters [2] { - Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = <default> ] - Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = <default> ] + - Parameters [0] { } + - Return [ array ] } - Method [ <internal:phalcon> public method clear ] { + Method [ <internal:phalcon> public method getCssIconClasses ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ <internal:phalcon, prototype Phalcon\Flash\FlashInterface> public method error ] { + Method [ <internal:phalcon> public method getCustomTemplate ] { - - Parameters [1] { - Parameter #0 [ <required> string $message ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } Method [ <internal:phalcon> public method getEscaperService ] { @@ -19448,19 +19458,20 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } - Method [ <internal:phalcon> public method setDateFormat ] { + Method [ <internal:phalcon> protected method getFormattedDate ] { - Parameters [1] { - Parameter #0 [ <required> string $dateFormat ] + Parameter #0 [ <required> Phalcon\Logger\Item $item ] } + - Return [ string ] } - Method [ <internal:phalcon> protected method getFormattedDate ] { + Method [ <internal:phalcon> public method setDateFormat ] { - Parameters [1] { - Parameter #0 [ <required> Phalcon\Logger\Item $item ] + Parameter #0 [ <required> string $format ] } - - Return [ string ] + - Return [ void ] } Method [ <internal:phalcon, inherits Phalcon\Support\Helper\Str\AbstractStr> protected method toEndsWith ] { @@ -19994,10 +20005,10 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Properties [6] { Property [ protected $eventsManager = NULL ] - Property [ protected $activeAccess = NULL ] Property [ protected $accessGranted = false ] - Property [ protected $activeRole = NULL ] + Property [ protected $activeAccess = NULL ] Property [ protected $activeComponent = NULL ] + Property [ protected $activeRole = NULL ] Property [ protected $defaultAccess = 0 ] } @@ -20009,14 +20020,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ ?string ] } - Method [ <internal:phalcon, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveRole ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveComponent ] { - Parameters [0] { } - Return [ ?string ] } - Method [ <internal:phalcon, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveComponent ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveRole ] { - Parameters [0] { } @@ -20479,7 +20490,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Static properties [1] { - Property [ protected static $_default = NULL ] + Property [ protected static $defaultDi = NULL ] } - Static methods [3] { @@ -20803,7 +20814,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Properties [1] { - Property [ protected $algorithm = NULL ] + Property [ protected $algorithm = '' ] } - Methods [4] { @@ -21904,34 +21915,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [44] { - Method [ <internal:phalcon> public method getKeyRouteNames ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon> public method setKeyRouteNames ] { - - - Parameters [1] { - 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> array $keyRouteIds ] - } - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -22087,6 +22070,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } + Method [ <internal:phalcon> public method getDefaults ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method getKeyRouteNames ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method getKeyRouteIds ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method getMatchedRoute ] { - Parameters [0] { @@ -22222,19 +22226,28 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ <internal:phalcon> public method getDefaults ] { + Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ array ] + - Return [ void ] } - Method [ <internal:phalcon, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon> public method setKeyRouteNames ] { - Parameters [1] { - Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ <required> array $routeNames ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Router ] + } + + Method [ <internal:phalcon> public method setKeyRouteIds ] { + + - Parameters [1] { + Parameter #0 [ <required> array $routeIds ] + } + - Return [ Phalcon\Mvc\Router ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] { @@ -22597,13 +22610,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { - Parameters [2] { @@ -22618,6 +22624,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -22830,13 +22843,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Storage\Adapter\Libmemcached ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { - Parameters [2] { @@ -22845,6 +22851,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -23030,13 +23043,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { - Parameters [2] { @@ -23051,6 +23057,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -23259,13 +23272,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { - Parameters [2] { @@ -23274,6 +23280,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -23566,17 +23579,17 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] { - Parameters [0] { } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { @@ -23780,10 +23793,10 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Properties [17] { Property [ protected $eventsManager = NULL ] - Property [ protected $activeAccess = NULL ] Property [ protected $accessGranted = false ] - Property [ protected $activeRole = NULL ] + Property [ protected $activeAccess = NULL ] Property [ protected $activeComponent = NULL ] + Property [ protected $activeRole = NULL ] Property [ protected $defaultAccess = 0 ] Property [ protected $access = NULL ] Property [ protected $accessList = NULL ] @@ -23799,26 +23812,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [30] { - Method [ <internal:phalcon> public method getActiveFunction ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon> public method getActiveFunctionCustomArgumentsCount ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ <internal:phalcon> public method getActiveKey ] { - - - Parameters [0] { - } - - Return [ ?string ] - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [0] { @@ -23892,6 +23885,26 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ void ] } + Method [ <internal:phalcon> public method getActiveFunction ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon> public method getActiveFunctionCustomArgumentsCount ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:phalcon> public method getActiveKey ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + Method [ <internal:phalcon, overwrites Phalcon\Acl\Adapter\AdapterInterface, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getComponents ] { - Parameters [0] { @@ -23995,14 +24008,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ ?string ] } - Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AbstractAdapter, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveRole ] { + Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AbstractAdapter, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveComponent ] { - Parameters [0] { } - Return [ ?string ] } - Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AbstractAdapter, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveComponent ] { + Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AbstractAdapter, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveRole ] { - Parameters [0] { } @@ -24067,33 +24080,33 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [4] { - Method [ <internal:phalcon, prototype Phalcon\Acl\ComponentInterface> public method getDescription ] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <optional> ?string $description = <default> ] } - - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Acl\ComponentInterface> public method getName ] { + Method [ <internal:phalcon, prototype Stringable> public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\ComponentInterface> public method getDescription ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\ComponentInterface> public method getName ] { - - Parameters [2] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $description = <default> ] + - Parameters [0] { } + - Return [ string ] } } } @@ -24221,16 +24234,17 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Properties [2] { - Property [ private $name = NULL ] Property [ private $description = NULL ] + Property [ private $name = NULL ] } - Methods [4] { - Method [ <internal:phalcon, prototype Phalcon\Acl\RoleInterface> public method getName ] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <optional> ?string $description = <default> ] } - - Return [ string ] } Method [ <internal:phalcon, prototype Stringable> public method __toString ] { @@ -24247,12 +24261,11 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\RoleInterface> public method getName ] { - - Parameters [2] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <optional> ?string $description = <default> ] + - Parameters [0] { } + - Return [ string ] } } } @@ -25041,24 +25054,28 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Parameters [0] { } + - Return [ ?Phalcon\Annotations\Collection ] } Method [ <internal:phalcon> public method getConstantsAnnotations ] { - Parameters [0] { } + - Return [ array ] } Method [ <internal:phalcon> public method getPropertiesAnnotations ] { - Parameters [0] { } + - Return [ array ] } Method [ <internal:phalcon> public method getMethodsAnnotations ] { - Parameters [0] { } + - Return [ array ] } Method [ <internal:phalcon> public method getReflectionData ] { @@ -25107,98 +25124,98 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getFilter ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getPath ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getSourcePath ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getContent ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> ?string $basePath = <default> ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getTargetPath ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getFilter ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getTargetUri ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getPath ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getType ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealSourcePath ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> ?string $basePath = <default> ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getVersion ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealTargetPath ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> ?string $basePath = <default> ] } - - Return [ ?string ] + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealTargetUri ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getSourcePath ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getContent ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getTargetPath ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealSourcePath ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getTargetUri ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealTargetPath ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getType ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealTargetUri ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getVersion ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method isAutoVersion ] { @@ -25349,98 +25366,98 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getFilter ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getPath ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getSourcePath ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getContent ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> ?string $basePath = <default> ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getTargetPath ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getFilter ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getTargetUri ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getPath ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getType ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealSourcePath ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> ?string $basePath = <default> ] } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getVersion ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealTargetPath ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <optional> ?string $basePath = <default> ] } - - Return [ ?string ] + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealTargetUri ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getSourcePath ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getContent ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getTargetPath ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealSourcePath ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getTargetUri ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealTargetPath ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset, prototype Phalcon\Assets\AssetInterface> public method getType ] { - - Parameters [1] { - Parameter #0 [ <optional> ?string $basePath = <default> ] + - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getRealTargetUri ] { + Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method getVersion ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, inherits Phalcon\Assets\Asset> public method isAutoVersion ] { @@ -25571,8 +25588,8 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Property [ protected $autoVersion = false ] Property [ protected $codes = NULL ] Property [ protected $filters = NULL ] - Property [ protected $join = true ] Property [ protected $isLocal = true ] + Property [ protected $join = true ] Property [ protected $prefix = '' ] Property [ protected $sourcePath = '' ] Property [ protected $targetIsLocal = true ] @@ -25582,83 +25599,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [39] { - Method [ <internal:phalcon> public method getAssets ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon> public method getAttributes ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon> public method getCodes ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon> public method getFilters ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon> public method getJoin ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ <internal:phalcon> public method getPrefix ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method getSourcePath ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method getTargetIsLocal ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ <internal:phalcon> public method getTargetPath ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method getTargetUri ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method getVersion ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon> public method add ] { - Parameters [1] { @@ -25736,6 +25676,34 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ int ] } + Method [ <internal:phalcon> public method getAssets ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method getCodes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method getFilters ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, prototype IteratorAggregate> public method getIterator ] { - Parameters [0] { @@ -25743,6 +25711,20 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Traversable ] } + Method [ <internal:phalcon> public method getJoin ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method getPrefix ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon> public method getRealTargetPath ] { - Parameters [1] { @@ -25751,6 +25733,41 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } + Method [ <internal:phalcon> public method getSourcePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getTargetIsLocal ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ <internal:phalcon> public method getTargetPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getVersion ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon> public method has ] { - Parameters [1] { @@ -26098,11 +26115,18 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] { - Parameters [0] { } - - Return [ ?array ] + - Return [ array ] } Method [ <internal:phalcon, inherits Phalcon\Assets\Inline> public method getContent ] { @@ -26126,13 +26150,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method setAttributes ] { - Parameters [1] { @@ -26187,11 +26204,18 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getAttributes ] { - Parameters [0] { } - - Return [ ?array ] + - Return [ array ] } Method [ <internal:phalcon, inherits Phalcon\Assets\Inline> public method getContent ] { @@ -26215,13 +26239,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method getAssetKey ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Assets\Inline, prototype Phalcon\Assets\AssetInterface> public method setAttributes ] { - Parameters [1] { @@ -27223,13 +27240,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { - Parameters [2] { @@ -27244,6 +27254,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -27420,13 +27437,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { - Parameters [2] { @@ -27435,6 +27445,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -27620,13 +27637,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { - Parameters [2] { @@ -27641,6 +27651,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -27817,13 +27834,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method get ] { - Parameters [2] { @@ -27832,6 +27842,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { - Parameters [0] { @@ -28059,17 +28076,17 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] { - Parameters [0] { } - - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getAdapter ] { + Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter> public method getDefaultSerializer ] { - Parameters [0] { } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\AbstractAdapter, prototype Phalcon\Storage\Adapter\AdapterInterface> public method getPrefix ] { @@ -31715,7 +31732,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Parameter #2 [ <optional> string $className = <default> ] Parameter #3 [ <optional> array $arguments = [] ] } - - Return [ NULL ] + - Return [ object ] } Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchObjects ] { @@ -32124,7 +32141,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Parameter #2 [ <optional> string $className = <default> ] Parameter #3 [ <optional> array $arguments = [] ] } - - Return [ NULL ] + - Return [ object ] } Method [ <internal:phalcon, inherits Phalcon\DataMapper\Pdo\Connection\AbstractConnection, prototype Phalcon\DataMapper\Pdo\Connection\ConnectionInterface> public method fetchObjects ] { @@ -34452,20 +34469,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addColumn ] { - Parameters [3] { @@ -34692,6 +34695,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Db\DialectInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { - Parameters [0] { @@ -34734,6 +34744,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insert ] { - Parameters [4] { @@ -35165,20 +35182,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addColumn ] { - Parameters [3] { @@ -35407,6 +35410,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Db\DialectInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { - Parameters [0] { @@ -35449,6 +35459,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insert ] { - Parameters [4] { @@ -35843,20 +35860,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addColumn ] { - Parameters [3] { @@ -36086,6 +36089,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Db\DialectInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getDialectType ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { - Parameters [0] { @@ -36128,6 +36138,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method insert ] { - Parameters [4] { @@ -36349,11 +36366,11 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Property [ protected $after = NULL ] Property [ protected $autoIncrement = false ] Property [ protected $bindType = 2 ] - Property [ protected $_default = NULL ] + Property [ protected $comment = NULL ] + Property [ protected $defaultValue = NULL ] Property [ protected $first = false ] Property [ protected $isNumeric = false ] Property [ protected $name = NULL ] - Property [ protected $comment = NULL ] Property [ protected $notNull = true ] Property [ protected $primary = false ] Property [ protected $scale = 0 ] @@ -36365,79 +36382,79 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [18] { - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getDefault ] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $definition ] } } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getName ] { + Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getAfterPosition ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } - Method [ <internal:phalcon> public method getComment ] { + Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getBindType ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getScale ] { + Method [ <internal:phalcon> public method getComment ] { - Parameters [0] { } - - Return [ int ] + - Return [ ?string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getSize ] { + Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getDefault ] { - Parameters [0] { } } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getType ] { + Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getName ] { - Parameters [0] { } - - Return [ int ] + - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getTypeReference ] { + Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getScale ] { - Parameters [0] { } - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getTypeValues ] { + Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getSize ] { - Parameters [0] { } } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getType ] { - - Parameters [2] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <required> array $definition ] + - Parameters [0] { } + - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getAfterPosition ] { + Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getTypeReference ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getBindType ] { + Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getTypeValues ] { - Parameters [0] { } - - Return [ int ] } Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method hasDefault ] { @@ -38561,6 +38578,15 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [4] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $columns ] + Parameter #2 [ <optional> string $type = <default> ] + } + } + Method [ <internal:phalcon, prototype Phalcon\Db\IndexInterface> public method getColumns ] { - Parameters [0] { @@ -38581,15 +38607,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Return [ string ] } - - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [3] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <required> array $columns ] - Parameter #2 [ <optional> string $type = <default> ] - } - } } } @@ -38685,81 +38702,86 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [11] { - Method [ <internal:phalcon> public method setFinalTime ] { + Method [ <internal:phalcon> public method getFinalTime ] { - - Parameters [1] { - Parameter #0 [ <required> float $finalTime ] + - Parameters [0] { } + - Return [ float ] } - Method [ <internal:phalcon> public method getFinalTime ] { + Method [ <internal:phalcon> public method getInitialTime ] { - Parameters [0] { } - Return [ float ] } - Method [ <internal:phalcon> public method setInitialTime ] { + Method [ <internal:phalcon> public method getSqlBindTypes ] { - - Parameters [1] { - Parameter #0 [ <required> float $initialTime ] + - Parameters [0] { } + - Return [ array ] } - Method [ <internal:phalcon> public method getInitialTime ] { + Method [ <internal:phalcon> public method getSqlStatement ] { - Parameters [0] { } - - Return [ float ] + - Return [ string ] } - Method [ <internal:phalcon> public method setSqlBindTypes ] { + Method [ <internal:phalcon> public method getSqlVariables ] { - - Parameters [1] { - Parameter #0 [ <required> array $sqlBindTypes ] + - Parameters [0] { } + - Return [ array ] } - Method [ <internal:phalcon> public method getSqlBindTypes ] { + Method [ <internal:phalcon> public method getTotalElapsedSeconds ] { - Parameters [0] { } - - Return [ array ] + - Return [ float ] } - Method [ <internal:phalcon> public method setSqlStatement ] { + Method [ <internal:phalcon> public method setFinalTime ] { - Parameters [1] { - Parameter #0 [ <required> string $sqlStatement ] + Parameter #0 [ <required> float $finalTime ] } + - Return [ Phalcon\Db\Profiler\Item ] } - Method [ <internal:phalcon> public method getSqlStatement ] { + Method [ <internal:phalcon> public method setInitialTime ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> float $initialTime ] } - - Return [ string ] + - Return [ Phalcon\Db\Profiler\Item ] } - Method [ <internal:phalcon> public method setSqlVariables ] { + Method [ <internal:phalcon> public method setSqlBindTypes ] { - Parameters [1] { - Parameter #0 [ <required> array $sqlVariables ] + Parameter #0 [ <required> array $sqlBindTypes ] } + - Return [ Phalcon\Db\Profiler\Item ] } - Method [ <internal:phalcon> public method getSqlVariables ] { + Method [ <internal:phalcon> public method setSqlStatement ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $sqlStatement ] } - - Return [ array ] + - Return [ Phalcon\Db\Profiler\Item ] } - Method [ <internal:phalcon> public method getTotalElapsedSeconds ] { + Method [ <internal:phalcon> public method setSqlVariables ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> array $sqlVariables ] } - - Return [ float ] + - Return [ Phalcon\Db\Profiler\Item ] } } } @@ -38780,11 +38802,11 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [3] { - Method [ <internal:phalcon> public method getValue ] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> $value ] } - - Return [ string ] } Method [ <internal:phalcon, prototype Stringable> public method __toString ] { @@ -38794,11 +38816,11 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon> public method getValue ] { - - Parameters [1] { - Parameter #0 [ <required> $value ] + - Parameters [0] { } + - Return [ string ] } } } @@ -38826,6 +38848,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [9] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> array $definition ] + } + } + Method [ <internal:phalcon, prototype Phalcon\Db\ReferenceInterface> public method getColumns ] { - Parameters [0] { @@ -38881,14 +38911,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Return [ string ] } - - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> string $name ] - Parameter #1 [ <required> array $definition ] - } - } } } @@ -39089,7 +39111,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Static properties [1] { - Property [ protected static $_default = NULL ] + Property [ protected static $defaultDi = NULL ] } - Static methods [3] { @@ -39472,41 +39494,41 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [12] { - Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getExtras ] { + Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getException ] { - Parameters [0] { } + - Return [ ?Throwable ] } - Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getInput ] { + Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getExtras ] { - Parameters [0] { } } - Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getMessages ] { + Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getInput ] { - Parameters [0] { } } - Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getStatus ] { + Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getMessages ] { - Parameters [0] { } } - Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getOutput ] { + Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getStatus ] { - Parameters [0] { } } - Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getException ] { + Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\ReadableInterface> public method getOutput ] { - Parameters [0] { } - - Return [ ?Throwable ] } Method [ <internal:phalcon, prototype Phalcon\Domain\Payload\WriteableInterface> public method setException ] { @@ -40438,13 +40460,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [28] { - Method [ <internal:phalcon> public method getWorkFactor ] { - - - Parameters [0] { - } - - Return [ int ] - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -40556,6 +40571,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ ?string ] } + Method [ <internal:phalcon> public method getWorkFactor ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon> public method hash ] { - Parameters [2] { @@ -41173,7 +41195,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Properties [1] { - Property [ protected $algorithm = NULL ] + Property [ protected $algorithm = '' ] } - Methods [6] { @@ -41495,46 +41517,66 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Property [ private $signature = NULL ] } - - Methods [6] { + - Methods [8] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [3] { + Parameter #0 [ <required> Phalcon\Encryption\Security\JWT\Token\Item $headers ] + Parameter #1 [ <required> Phalcon\Encryption\Security\JWT\Token\Item $claims ] + Parameter #2 [ <required> Phalcon\Encryption\Security\JWT\Token\Signature $signature ] + } + } + Method [ <internal:phalcon> public method getClaims ] { - Parameters [0] { } + - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] } Method [ <internal:phalcon> public method getHeaders ] { - Parameters [0] { } + - Return [ Phalcon\Encryption\Security\JWT\Token\Item ] } - Method [ <internal:phalcon> public method getSignature ] { + Method [ <internal:phalcon> public method getPayload ] { - Parameters [0] { } + - Return [ string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon> public method getSignature ] { - - Parameters [3] { - Parameter #0 [ <required> Phalcon\Encryption\Security\JWT\Token\Item $headers ] - Parameter #1 [ <required> Phalcon\Encryption\Security\JWT\Token\Item $claims ] - Parameter #2 [ <required> Phalcon\Encryption\Security\JWT\Token\Signature $signature ] + - Parameters [0] { } + - Return [ Phalcon\Encryption\Security\JWT\Token\Signature ] } - Method [ <internal:phalcon> public method getPayload ] { + Method [ <internal:phalcon> public method getToken ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> public method getToken ] { + Method [ <internal:phalcon> public method validate ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Encryption\Security\JWT\Validator $validator ] } - - Return [ string ] + - Return [ array ] + } + + Method [ <internal:phalcon> public method verify ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Encryption\Security\JWT\Signer\SignerInterface $signer ] + Parameter #1 [ <required> string $key ] + } + - Return [ bool ] } } } @@ -41550,12 +41592,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { + Property [ private $errors = NULL ] Property [ private $timeShift = 0 ] Property [ private $token = NULL ] } - - Methods [10] { + - Methods [11] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -41564,6 +41607,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon> public method getErrors ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon> public method setToken ] { - Parameters [1] { @@ -41575,7 +41625,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Method [ <internal:phalcon> public method validateAudience ] { - Parameters [1] { - Parameter #0 [ <required> string $audience ] + Parameter #0 [ <required> $audience ] } - Return [ Phalcon\Encryption\Security\JWT\Validator ] } @@ -41750,6 +41800,16 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [9] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [4] { + Parameter #0 [ <required> string $type ] + Parameter #1 [ <optional> $source = <default> ] + Parameter #2 [ <optional> $data = <default> ] + Parameter #3 [ <optional> bool $cancelable = <default> ] + } + } + Method [ <internal:phalcon, prototype Phalcon\Events\EventInterface> public method getData ] { - Parameters [0] { @@ -41760,7 +41820,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Parameters [0] { } - - Return [ ?NULL ] + - Return [ ?object ] } Method [ <internal:phalcon, prototype Phalcon\Events\EventInterface> public method getType ] { @@ -41770,16 +41830,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [4] { - Parameter #0 [ <required> string $type ] - Parameter #1 [ <optional> $source = <default> ] - Parameter #2 [ <optional> $data = <default> ] - Parameter #3 [ <optional> bool $cancelable = <default> ] - } - } - Method [ <internal:phalcon, prototype Phalcon\Events\EventInterface> public method isCancelable ] { - Parameters [0] { @@ -42969,19 +43019,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [25] { - Method [ <internal:phalcon> public method getData ] { - - - Parameters [0] { - } - } - - Method [ <internal:phalcon> public method setValidators ] { - - - Parameters [1] { - Parameter #0 [ <required> array $validators ] - } - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -43015,6 +43052,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Filter\Validation\ValidationInterface ] } + Method [ <internal:phalcon> public method getData ] { + + - Parameters [0] { + } + } + Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method getEntity ] { - Parameters [0] { @@ -43116,6 +43159,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ void ] } + Method [ <internal:phalcon> public method setValidators ] { + + - Parameters [1] { + Parameter #0 [ <required> array $validators ] + } + - Return [ Phalcon\Filter\Validation ] + } + Method [ <internal:phalcon, prototype Phalcon\Filter\Validation\ValidationInterface> public method validate ] { - Parameters [2] { @@ -44897,48 +44948,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageFileEmpty ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageIniSize ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageValid ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { @@ -44983,6 +44992,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ float ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { @@ -44992,6 +45022,30 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { @@ -45137,48 +45191,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageFileEmpty ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageIniSize ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageValid ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { @@ -45223,6 +45235,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ float ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { @@ -45232,6 +45265,30 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { @@ -45370,48 +45427,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageFileEmpty ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageIniSize ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageValid ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { @@ -45456,6 +45471,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ float ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { @@ -45465,6 +45501,30 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { @@ -45603,48 +45663,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageFileEmpty ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageIniSize ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageValid ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { @@ -45689,6 +45707,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ float ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { @@ -45698,6 +45737,30 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { @@ -45836,48 +45899,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageFileEmpty ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageIniSize ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageValid ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { @@ -45922,6 +45943,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ float ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { @@ -45931,6 +45973,30 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { @@ -46069,48 +46135,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageFileEmpty ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageIniSize ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageValid ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { @@ -46155,6 +46179,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ float ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { @@ -46164,6 +46209,30 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { @@ -46302,48 +46371,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageFileEmpty ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageIniSize ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { - - - Parameters [1] { - Parameter #0 [ <required> string $messageValid ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method checkUpload ] { - Parameters [2] { @@ -46388,6 +46415,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ float ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageFileEmpty ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageIniSize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method getMessageValid ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method isAllowEmpty ] { - Parameters [2] { @@ -46397,6 +46445,30 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageFileEmpty ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageIniSize ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> public method setMessageValid ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Filter\Validation\Validator\File\AbstractFile> protected method checkIsUploadedFile ] { - Parameters [1] { @@ -47958,7 +48030,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Property [ protected $sessionService = NULL ] } - - Methods [23] { + - Methods [24] { Method [ <internal:phalcon, overwrites Phalcon\Flash\FlashInterface, prototype Phalcon\Flash\FlashInterface> public method message ] { - Parameters [2] { @@ -47976,55 +48048,62 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getAutoescape ] { + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = <default> ] + Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = <default> ] } - - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getCssClasses ] { + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method clear ] { - Parameters [0] { } - - Return [ array ] + - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getCssIconClasses ] { + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method error ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ ?string ] + } + + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getAutoescape ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getCustomTemplate ] { + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getAutomaticHtml ] { - Parameters [0] { } - - Return [ string ] + - Return [ bool ] } - Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, ctor> public method __construct ] { + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getCssClasses ] { - - Parameters [2] { - Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = <default> ] - Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = <default> ] + - Parameters [0] { } + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method clear ] { + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getCssIconClasses ] { - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method error ] { + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getCustomTemplate ] { - - Parameters [1] { - Parameter #0 [ <required> string $message ] + - Parameters [0] { } - - Return [ ?string ] + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getEscaperService ] { @@ -48257,7 +48336,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Property [ protected $sessionService = NULL ] } - - Methods [28] { + - Methods [29] { Method [ <internal:phalcon, overwrites Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\AbstractFlash> public method clear ] { - Parameters [0] { @@ -48323,6 +48402,22 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Session\ManagerInterface ] } + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = <default> ] + Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = <default> ] + } + } + + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method error ] { + + - Parameters [1] { + Parameter #0 [ <required> string $message ] + } + - Return [ ?string ] + } + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getAutoescape ] { - Parameters [0] { @@ -48330,6 +48425,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getAutomaticHtml ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getCssClasses ] { - Parameters [0] { @@ -48351,22 +48453,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <optional> ?Phalcon\Html\Escaper\EscaperInterface $escaper = <default> ] - Parameter #1 [ <optional> ?Phalcon\Session\ManagerInterface $session = <default> ] - } - } - - Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash, prototype Phalcon\Flash\FlashInterface> public method error ] { - - - Parameters [1] { - Parameter #0 [ <required> string $message ] - } - - Return [ ?string ] - } - Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getEscaperService ] { - Parameters [0] { @@ -52147,20 +52233,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [43] { - Method [ <internal:phalcon> public method getValidation ] { - - - Parameters [0] { - } - - Return [ null ] - } - - Method [ <internal:phalcon> public method getWhitelist ] { - - - Parameters [0] { - } - - Return [ array ] - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -52304,6 +52376,20 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon> public method getValidation ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Filter\Validation\ValidationInterface ] + } + + Method [ <internal:phalcon> public method getWhitelist ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon> public method has ] { - Parameters [1] { @@ -52822,20 +52908,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [7] { - Method [ <internal:phalcon> public method getSeparator ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method setSeparator ] { - - - Parameters [1] { - Parameter #0 [ <required> string $separator ] - } - } - Method [ <internal:phalcon> public method add ] { - Parameters [2] { @@ -52852,6 +52924,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ void ] } + Method [ <internal:phalcon> public method getSeparator ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon> public method remove ] { - Parameters [1] { @@ -52867,6 +52946,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } + Method [ <internal:phalcon> public method setSeparator ] { + + - Parameters [1] { + Parameter #0 [ <required> string $separator ] + } + - Return [ Phalcon\Html\Breadcrumbs ] + } + Method [ <internal:phalcon> public method toArray ] { - Parameters [0] { @@ -52893,25 +52980,11 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Property [ protected $flags = 11 ] } - - Methods [20] { - Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method getEncoding ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method getFlags ] { - - - Parameters [0] { - } - - Return [ int ] - } - + - Methods [21] { Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method attributes ] { - Parameters [1] { - Parameter #0 [ <required> string $input ] + Parameter #0 [ <required> $input ] } - Return [ string ] } @@ -52972,6 +53045,20 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } + Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method getEncoding ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getFlags ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:phalcon, prototype Phalcon\Html\Escaper\EscaperInterface> public method html ] { - Parameters [1] { @@ -53036,6 +53123,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } + Method [ <internal:phalcon> protected method phpHtmlSpecialChars ] { + + - Parameters [1] { + Parameter #0 [ <required> string $input ] + } + - Return [ string ] + } + Method [ <internal:phalcon> private method doEscapeCss ] { - Parameters [1] { @@ -59171,20 +59266,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [71] { - Method [ <internal:phalcon> public method getHttpMethodParameterOverride ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ <internal:phalcon> public method setHttpMethodParameterOverride ] { - - - Parameters [1] { - Parameter #0 [ <required> bool $httpMethodParameterOverride ] - } - } - Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> public method get ] { - Parameters [5] { @@ -59231,6 +59312,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } + Method [ <internal:phalcon> public method getHttpMethodParameterOverride ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ <internal:phalcon> public method getPreferredIsoLocaleVariant ] { - Parameters [0] { @@ -59624,6 +59712,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ int ] } + Method [ <internal:phalcon> public method setHttpMethodParameterOverride ] { + + - Parameters [1] { + Parameter #0 [ <required> bool $override ] + } + - Return [ Phalcon\Http\Request ] + } + Method [ <internal:phalcon> public method setParameterFilters ] { - Parameters [3] { @@ -59846,6 +59942,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [12] { + Method [ <internal:phalcon, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> array $file ] + Parameter #1 [ <optional> $key = <default> ] + } + } + Method [ <internal:phalcon, prototype Phalcon\Http\Request\FileInterface> public method getError ] { - Parameters [0] { @@ -59867,14 +59971,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ ?string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> array $file ] - Parameter #1 [ <optional> $key = <default> ] - } - } - Method [ <internal:phalcon, prototype Phalcon\Http\Request\FileInterface> public method getName ] { - Parameters [0] { @@ -61850,25 +61946,17 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Static methods [0] { } - - Properties [8] { + - Properties [7] { Property [ protected $defaultFormatter = 'Phalcon\Logger\...' ] Property [ protected $formatter = NULL ] Property [ protected $inTransaction = false ] Property [ protected $queue = NULL ] - Property [ protected $handler = NULL ] Property [ protected $mode = 'ab' ] Property [ protected $name = NULL ] Property [ protected $options = NULL ] } - Methods [16] { - Method [ <internal:phalcon> public method getName ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -61884,6 +61972,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon> public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + Method [ <internal:phalcon, overwrites Phalcon\Logger\Adapter\AbstractAdapter, prototype Phalcon\Logger\Adapter\AdapterInterface> public method process ] { - Parameters [1] { @@ -62284,19 +62379,20 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method setDateFormat ] { + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> protected method getFormattedDate ] { - Parameters [1] { - Parameter #0 [ <required> string $dateFormat ] + Parameter #0 [ <required> Phalcon\Logger\Item $item ] } + - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> protected method getFormattedDate ] { + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method setDateFormat ] { - Parameters [1] { - Parameter #0 [ <required> Phalcon\Logger\Item $item ] + Parameter #0 [ <required> string $format ] } - - Return [ string ] + - Return [ void ] } Method [ <internal:phalcon, inherits Phalcon\Support\Helper\Str\AbstractStr> protected method toEndsWith ] { @@ -62367,20 +62463,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [12] { - Method [ <internal:phalcon> public method getFormat ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ <internal:phalcon> public method setFormat ] { - - - Parameters [1] { - Parameter #0 [ <required> string $format ] - } - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -62397,18 +62479,26 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method getDateFormat ] { + Method [ <internal:phalcon> public method getFormat ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method setDateFormat ] { + Method [ <internal:phalcon> public method setFormat ] { - Parameters [1] { - Parameter #0 [ <required> string $dateFormat ] + Parameter #0 [ <required> string $format ] } + - Return [ Phalcon\Logger\Formatter\Line ] + } + + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method getDateFormat ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> protected method getFormattedDate ] { @@ -62419,6 +62509,14 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Logger\Formatter\AbstractFormatter> public method setDateFormat ] { + + - Parameters [1] { + Parameter #0 [ <required> string $format ] + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\Support\Helper\Str\AbstractStr> protected method toEndsWith ] { - Parameters [3] { @@ -62483,56 +62581,57 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Properties [5] { Property [ protected $context = NULL ] + Property [ protected $dateTime = NULL ] Property [ protected $message = NULL ] Property [ protected $level = NULL ] Property [ protected $levelName = NULL ] - Property [ protected $dateTime = NULL ] } - Methods [6] { - Method [ <internal:phalcon> public method getContext ] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ <required> string $message ] + Parameter #1 [ <required> string $levelName ] + Parameter #2 [ <required> int $level ] + Parameter #3 [ <required> DateTimeImmutable $dateTime ] + Parameter #4 [ <optional> array $context = [] ] } - - Return [ array ] } - Method [ <internal:phalcon> public method getMessage ] { + Method [ <internal:phalcon> public method getContext ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } - Method [ <internal:phalcon> public method getLevel ] { + Method [ <internal:phalcon> public method getDateTime ] { - Parameters [0] { } - - Return [ int ] + - Return [ DateTimeImmutable ] } - Method [ <internal:phalcon> public method getLevelName ] { + Method [ <internal:phalcon> public method getMessage ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon> public method getDateTime ] { + Method [ <internal:phalcon> public method getLevel ] { - Parameters [0] { } + - Return [ int ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon> public method getLevelName ] { - - Parameters [5] { - Parameter #0 [ <required> string $message ] - Parameter #1 [ <required> string $levelName ] - Parameter #2 [ <required> int $level ] - Parameter #3 [ <required> DateTimeImmutable $dateTime ] - Parameter #4 [ <optional> array $context = [] ] + - Parameters [0] { } + - Return [ string ] } } } @@ -62949,57 +63048,57 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [13] { - Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getCode ] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ <required> string $message ] + Parameter #1 [ <optional> $field = <default> ] + Parameter #2 [ <optional> string $type = <default> ] + Parameter #3 [ <optional> int $code = <default> ] + Parameter #4 [ <optional> array $metaData = [] ] } - - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getField ] { + Method [ <internal:phalcon, prototype Stringable> public method __toString ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getMessage ] { + Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getCode ] { - Parameters [0] { } - - Return [ string ] + - Return [ int ] } - Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getType ] { + Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getField ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getMetaData ] { + Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getMessage ] { - Parameters [0] { } - - Return [ array ] + - Return [ string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getType ] { - - Parameters [5] { - Parameter #0 [ <required> string $message ] - Parameter #1 [ <optional> $field = <default> ] - Parameter #2 [ <optional> string $type = <default> ] - Parameter #3 [ <optional> int $code = <default> ] - Parameter #4 [ <optional> array $metaData = [] ] + - Parameters [0] { } + - Return [ string ] } - Method [ <internal:phalcon, prototype Stringable> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Messages\MessageInterface> public method getMetaData ] { - Parameters [0] { } - - Return [ string ] + - Return [ array ] } Method [ <internal:phalcon, prototype JsonSerializable> public method jsonSerialize ] { @@ -64296,6 +64395,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Parameters [0] { } + - Return [ void ] } Method [ <internal:phalcon, inherits Phalcon\Di\Injectable> public method __get ] { @@ -64600,25 +64700,11 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Properties [2] { - Property [ protected $handler = NULL ] Property [ protected $definition = NULL ] + Property [ protected $handler = NULL ] } - Methods [4] { - Method [ <internal:phalcon> public method getHandler ] { - - - Parameters [0] { - } - - Return [ ?NULL ] - } - - Method [ <internal:phalcon> public method getDefinition ] { - - - Parameters [0] { - } - - Return [ string ] - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -64634,6 +64720,20 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { Parameter #2 [ <optional> ?Phalcon\Mvc\Model\BinderInterface $modelBinder = <default> ] } } + + Method [ <internal:phalcon> public method getDefinition ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon> public method getHandler ] { + + - Parameters [0] { + } + - Return [ ?object ] + } } } @@ -64815,13 +64915,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [86] { - Method [ <internal:phalcon> public method getTransaction ] { - - - Parameters [0] { - } - - Return [ null ] - } - Method [ <internal:phalcon, ctor> final public method __construct ] { - Parameters [3] { @@ -65199,6 +65292,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Mvc\ModelInterface ] } + Method [ <internal:phalcon> public method getTransaction ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\Model\TransactionInterface ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> final public method setWriteConnectionService ] { - Parameters [1] { @@ -65449,6 +65549,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Parameters [1] { Parameter #0 [ <required> array $attributes ] } + - Return [ void ] } Method [ <internal:phalcon> protected method skipAttributesOnCreate ] { @@ -65647,20 +65748,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [9] { - Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BinderInterface> public method getBoundModels ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ <internal:phalcon> public method getOriginalValues ] { - - - Parameters [0] { - } - - Return [ array ] - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -65687,6 +65774,20 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BinderInterface> public method getBoundModels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon> public method getOriginalValues ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\BinderInterface> public method getCache ] { - Parameters [0] { @@ -68442,13 +68543,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [49] { - Method [ <internal:phalcon> public method getTransaction ] { - - - Parameters [0] { - } - - Return [ null ] - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [3] { @@ -68546,6 +68640,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ bool ] } + Method [ <internal:phalcon> public method getTransaction ] { + + - Parameters [0] { + } + - Return [ ?Phalcon\Mvc\Model\TransactionInterface ] + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\QueryInterface> public method parse ] { - Parameters [0] { @@ -70778,34 +70879,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } } - 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> 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> array $keyRouteIds ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, ctor> public method __construct ] { - Parameters [1] { @@ -70961,6 +71034,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getDefaults ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getKeyRouteNames ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getKeyRouteIds ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method getMatchedRoute ] { - Parameters [0] { @@ -71088,19 +71182,28 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ Phalcon\Mvc\RouterInterface ] } - Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method getDefaults ] { + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] } - - Return [ array ] + - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Events\EventsAwareInterface> public method setEventsManager ] { + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setKeyRouteNames ] { - Parameters [1] { - Parameter #0 [ <required> Phalcon\Events\ManagerInterface $eventsManager ] + Parameter #0 [ <required> array $routeNames ] } - - Return [ void ] + - Return [ Phalcon\Mvc\Router ] + } + + Method [ <internal:phalcon, inherits Phalcon\Mvc\Router> public method setKeyRouteIds ] { + + - Parameters [1] { + Parameter #0 [ <required> array $routeIds ] + } + - Return [ Phalcon\Mvc\Router ] } Method [ <internal:phalcon, inherits Phalcon\Mvc\Router, prototype Phalcon\Mvc\RouterInterface> public method wasMatched ] { @@ -71470,13 +71573,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [25] { - Method [ <internal:phalcon> public method getId ] { - - - Parameters [0] { - } - - Return [ ?string ] - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [3] { @@ -71558,6 +71654,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ ?string ] } + Method [ <internal:phalcon> public method getId ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + Method [ <internal:phalcon> public method getMatch ] { - Parameters [0] { @@ -71910,27 +72013,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [60] { - 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 ] { - Parameters [1] { @@ -72046,6 +72128,27 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ string ] } + 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, prototype Phalcon\Events\EventsAwareInterface> public method getEventsManager ] { - Parameters [0] { @@ -73186,13 +73289,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [25] { - Method [ <internal:phalcon> public method getRegisteredEngines ] { - - - Parameters [0] { - } - - Return [ ?array ] - } - Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -73244,6 +73340,13 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Return [ array ] } + Method [ <internal:phalcon> public method getRegisteredEngines ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ <internal:phalcon> public method getVar ] { - Parameters [1] { @@ -76769,33 +76872,34 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [12] { - Method [ <internal:phalcon> public method getDetailed ] { + Method [ <internal:phalcon, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <optional> array $styles = [] ] + Parameter #1 [ <optional> bool $detailed = <default> ] } - - Return [ bool ] } - Method [ <internal:phalcon> public method setDetailed ] { + Method [ <internal:phalcon> public method all ] { - - Parameters [1] { - Parameter #0 [ <required> bool $detailed ] + - Parameters [0] { } + - Return [ string ] } - Method [ <internal:phalcon, ctor> public method __construct ] { + Method [ <internal:phalcon> public method getDetailed ] { - - Parameters [2] { - Parameter #0 [ <optional> array $styles = [] ] - Parameter #1 [ <optional> bool $detailed = <default> ] + - Parameters [0] { } + - Return [ bool ] } - Method [ <internal:phalcon> public method all ] { + Method [ <internal:phalcon> public method setDetailed ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> bool $detailed ] } - - Return [ string ] + - Return [ void ] } Method [ <internal:phalcon> public method one ] { @@ -77795,7 +77899,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { - Parameters [1] { Parameter #0 [ <required> array $collection ] } - - Return [ NULL ] + - Return [ object ] } } } @@ -80551,47 +80655,47 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0RC4 ] { } - Methods [24] { - Method [ <internal:phalcon> public method getCategory ] { + Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AbstractAdapter, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ <required> array $options ] } - - Return [ int ] } - Method [ <internal:phalcon> public method getDefaultDomain ] { + Method [ <internal:phalcon> public method exists ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> string $index ] } - - Return [ string ] + - Return [ bool ] } - Method [ <internal:phalcon> public method getDirectory ] { + Method [ <internal:phalcon> public method getCategory ] { - Parameters [0] { } + - Return [ int ] } - Method [ <internal:phalcon> public method getLocale ] { + Method [ <internal:phalcon> public method getDefaultDomain ] { - Parameters [0] { } - Return [ string ] } - Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AbstractAdapter, ctor> public method __construct ] { + Method [ <internal:phalcon> public method getDirectory ] { - - Parameters [2] { - Parameter #0 [ <required> Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ <required> array $options ] + - Parameters [0] { } } - Method [ <internal:phalcon> public method exists ] { + Method [ <internal:phalcon> public method getLocale ] { - - Parameters [1] { - Parameter #0 [ <required> string $index ] + - Parameters [0] { } - - Return [ bool ] + - Return [ string ] } Method [ <internal:phalcon, overwrites Phalcon\Translate\Adapter\AdapterInterface, prototype Phalcon\Translate\Adapter\AdapterInterface> public method has ] { |