From 6a11ad0583f99f6da3e51d70efddecec4e84e2f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Jun 2022 09:02:33 +0200 Subject: update to 5.0.0RC1 drop dependency on psr extension --- PHPINFO | 6 +- REFLECTION | 8328 ++++++++++++++++++++++++++--------------------------- php-phalcon5.spec | 17 +- 3 files changed, 4073 insertions(+), 4278 deletions(-) diff --git a/PHPINFO b/PHPINFO index 031122a..726ece6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,9 +5,9 @@ phalcon Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance. phalcon => enabled Author => Phalcon Team and contributors -Version => 5.0.0beta3 -Build Date => Feb 7 2022 00:00:00 -Powered by Zephir => Version 0.15.2-$Id$ +Version => 5.0.0RC1 +Build Date => Jun 1 2022 00:00:00 +Powered by Zephir => Version 0.16.0-4fac47b Directive => Local Value => Master Value phalcon.db.escape_identifiers => On => On diff --git a/REFLECTION b/REFLECTION index 7e11958..2d9fc2e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 phalcon version 5.0.0beta3 ] { +Extension [ extension #116 phalcon version 5.0.0RC1 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -6,7 +6,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Dependency [ standard (Required) ] Dependency [ hash (Required) ] Dependency [ json (Required) ] - Dependency [ psr (Required) ] } - INI { @@ -69,7 +68,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - - Classes [620] { + - Classes [615] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -439,6 +438,50 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Interface [ interface Phalcon\Storage\Serializer\SerializerInterface extends Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method getData ] { + + - Parameters [0] { + } + } + + Method [ abstract public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ abstract public method serialize ] { + + - Parameters [0] { + } + } + + Method [ abstract public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + } + } + } + Interface [ interface Phalcon\Forms\Element\ElementInterface ] { - Constants [0] { @@ -878,50 +921,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Interface [ interface Phalcon\Storage\Serializer\SerializerInterface extends Serializable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [4] { - Method [ abstract public method getData ] { - - - Parameters [0] { - } - } - - Method [ abstract public method setData ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ void ] - } - - Method [ abstract public method serialize ] { - - - Parameters [0] { - } - } - - Method [ abstract public method unserialize ] { - - - Parameters [1] { - Parameter #0 [ string $data ] - } - } - } - } - Interface [ interface Phalcon\Assets\AssetInterface ] { - Constants [0] { @@ -2092,34 +2091,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Interface [ interface Phalcon\Http\Message\RequestMethodInterface ] { - - - Constants [10] { - Constant [ public string METHOD_CONNECT ] { CONNECT } - Constant [ public string METHOD_DELETE ] { DELETE } - Constant [ public string METHOD_GET ] { GET } - Constant [ public string METHOD_HEAD ] { HEAD } - Constant [ public string METHOD_OPTIONS ] { OPTIONS } - Constant [ public string METHOD_PATCH ] { PATCH } - Constant [ public string METHOD_POST ] { POST } - Constant [ public string METHOD_PURGE ] { PURGE } - Constant [ public string METHOD_PUT ] { PUT } - Constant [ public string METHOD_TRACE ] { TRACE } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - Interface [ interface Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { @@ -2134,7 +2105,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Properties [0] { } - - Methods [7] { + - Methods [9] { Method [ abstract public method get ] { - Parameters [1] { @@ -2143,16 +2114,16 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ Phalcon\Annotations\Reflection ] } - Method [ abstract public method getMethod ] { + Method [ abstract public method getConstant ] { - Parameters [2] { Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] + Parameter #1 [ string $constantName ] } - Return [ Phalcon\Annotations\Collection ] } - Method [ abstract public method getMethods ] { + Method [ abstract public method getConstants ] { - Parameters [1] { Parameter #0 [ string $className ] @@ -2177,6 +2148,23 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ array ] } + Method [ abstract public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ abstract public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + Method [ abstract public method getReader ] { - Parameters [0] { @@ -2635,6 +2623,83 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Interface [ interface Phalcon\Html\Link\Interfaces\LinkInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getHref ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getRels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method isTemplated ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method getLinks ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getLinksByRel ] { + + - Parameters [1] { + Parameter #0 [ string $rel ] + } + - Return [ array ] + } + } + } + Interface [ interface Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { @@ -2753,7 +2818,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [0] { } - - Return [ ?Psr\SimpleCache\CacheInterface ] } Method [ abstract public method getFirst ] { @@ -3678,6 +3742,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } + - Return [ string ] } } } @@ -4017,6 +4082,89 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Interface [ interface Phalcon\Cache\CacheInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + - Return [ bool ] + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method getMultiple ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + + Method [ abstract public method setMultiple ] { + + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $ttl = ] + } + - Return [ bool ] + } + } + } + Interface [ interface Phalcon\Domain\Payload\ReadableInterface ] { - Constants [0] { @@ -4136,97 +4284,9 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Interface [ interface Phalcon\Http\Message\ResponseStatusCodeInterface ] { + Interface [ interface Phalcon\Logger\LoggerInterface ] { - - Constants [88] { - Constant [ public int STATUS_CONTINUE ] { 100 } - Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } - Constant [ public int STATUS_PROCESSING ] { 102 } - Constant [ public int STATUS_EARLY_HINTS ] { 103 } - Constant [ public int STATUS_OK ] { 200 } - Constant [ public int STATUS_CREATED ] { 201 } - Constant [ public int STATUS_ACCEPTED ] { 202 } - Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } - Constant [ public int STATUS_NO_CONTENT ] { 204 } - Constant [ public int STATUS_RESET_CONTENT ] { 205 } - Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } - Constant [ public int STATUS_MULTI_STATUS ] { 207 } - Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } - Constant [ public int STATUS_IM_USED ] { 226 } - Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } - Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } - Constant [ public int STATUS_FOUND ] { 302 } - Constant [ public int STATUS_SEE_OTHER ] { 303 } - Constant [ public int STATUS_NOT_MODIFIED ] { 304 } - Constant [ public int STATUS_USE_PROXY ] { 305 } - Constant [ public int STATUS_RESERVED ] { 306 } - Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } - Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } - Constant [ public int STATUS_BAD_REQUEST ] { 400 } - Constant [ public int STATUS_UNAUTHORIZED ] { 401 } - Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } - Constant [ public int STATUS_FORBIDDEN ] { 403 } - Constant [ public int STATUS_NOT_FOUND ] { 404 } - Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } - Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } - Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } - Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } - Constant [ public int STATUS_CONFLICT ] { 409 } - Constant [ public int STATUS_GONE ] { 410 } - Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } - Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } - Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } - Constant [ public int STATUS_URI_TOO_LONG ] { 414 } - Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } - Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } - Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } - Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } - Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } - Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } - Constant [ public int STATUS_LOCKED ] { 423 } - Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } - Constant [ public int STATUS_TOO_EARLY ] { 425 } - Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } - Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } - Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } - Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } - Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } - Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } - Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } - Constant [ public int STATUS_BAD_GATEWAY ] { 502 } - Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } - Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } - Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } - Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } - Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } - Constant [ public int STATUS_LOOP_DETECTED ] { 508 } - Constant [ public int STATUS_NOT_EXTENDED ] { 510 } - Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } - Constant [ public int STATUS_THIS_IS_FINE ] { 218 } - Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } - Constant [ public int STATUS_METHOD_FAILURE ] { 420 } - Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } - Constant [ public int STATUS_NO_RESPONSE ] { 444 } - Constant [ public int STATUS_RETRY_WITH ] { 449 } - Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } - Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } - Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } - Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } - Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } - Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } - Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } - Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } - Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } - Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } - Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } - Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } - Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } - Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } - Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } - Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } - Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } - Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } - Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } + - Constants [0] { } - Static properties [0] { @@ -4238,7 +4298,117 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Properties [0] { } - - Methods [0] { + - Methods [13] { + Method [ abstract public method alert ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method critical ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method debug ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method emergency ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method error ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method getAdapter ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ abstract public method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getLogLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ abstract public method getName ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method info ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method log ] { + + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method notice ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } + + Method [ abstract public method warning ] { + + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] + } + - Return [ void ] + } } } @@ -5186,7 +5356,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [0] { } - - Return [ Psr\Log\LoggerInterface ] + - Return [ Phalcon\Logger\LoggerInterface ] } Method [ abstract public method getLogFormat ] { @@ -6307,6 +6477,140 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Interface [ interface Phalcon\Html\Link\Interfaces\EvolvableLinkInterface extends Phalcon\Html\Link\Interfaces\LinkInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ abstract public method withHref ] { + + - Parameters [1] { + Parameter #0 [ string $href ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + } + + Method [ abstract public method withRel ] { + + - Parameters [1] { + Parameter #0 [ string $rel ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + } + + Method [ abstract public method withoutRel ] { + + - Parameters [1] { + Parameter #0 [ string $rel ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + } + + Method [ abstract public method withAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $attribute ] + Parameter #1 [ string $value ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + } + + Method [ abstract public method withoutAttribute ] { + + - Parameters [1] { + Parameter #0 [ string $attribute ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + } + + Method [ abstract public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getHref ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method getRels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method isTemplated ] { + + - Parameters [0] { + } + - Return [ bool ] + } + } + } + + Interface [ interface Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface extends Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method withLink ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] + } + + Method [ abstract public method withoutLink ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] + } + + Method [ abstract public method getLinks ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ abstract public method getLinksByRel ] { + + - Parameters [1] { + Parameter #0 [ string $rel ] + } + - Return [ array ] + } + } + } + Interface [ interface Phalcon\Html\Link\Serializer\SerializerInterface ] { - Constants [0] { @@ -6490,6 +6794,140 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Interface [ interface Phalcon\Http\Message\RequestMethodInterface ] { + + - Constants [10] { + Constant [ public string METHOD_CONNECT ] { CONNECT } + Constant [ public string METHOD_DELETE ] { DELETE } + Constant [ public string METHOD_GET ] { GET } + Constant [ public string METHOD_HEAD ] { HEAD } + Constant [ public string METHOD_OPTIONS ] { OPTIONS } + Constant [ public string METHOD_PATCH ] { PATCH } + Constant [ public string METHOD_POST ] { POST } + Constant [ public string METHOD_PURGE ] { PURGE } + Constant [ public string METHOD_PUT ] { PUT } + Constant [ public string METHOD_TRACE ] { TRACE } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ interface Phalcon\Http\Message\ResponseStatusCodeInterface ] { + + - Constants [88] { + Constant [ public int STATUS_CONTINUE ] { 100 } + Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } + Constant [ public int STATUS_PROCESSING ] { 102 } + Constant [ public int STATUS_EARLY_HINTS ] { 103 } + Constant [ public int STATUS_OK ] { 200 } + Constant [ public int STATUS_CREATED ] { 201 } + Constant [ public int STATUS_ACCEPTED ] { 202 } + Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } + Constant [ public int STATUS_NO_CONTENT ] { 204 } + Constant [ public int STATUS_RESET_CONTENT ] { 205 } + Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } + Constant [ public int STATUS_MULTI_STATUS ] { 207 } + Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } + Constant [ public int STATUS_IM_USED ] { 226 } + Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } + Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } + Constant [ public int STATUS_FOUND ] { 302 } + Constant [ public int STATUS_SEE_OTHER ] { 303 } + Constant [ public int STATUS_NOT_MODIFIED ] { 304 } + Constant [ public int STATUS_USE_PROXY ] { 305 } + Constant [ public int STATUS_RESERVED ] { 306 } + Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } + Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } + Constant [ public int STATUS_BAD_REQUEST ] { 400 } + Constant [ public int STATUS_UNAUTHORIZED ] { 401 } + Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } + Constant [ public int STATUS_FORBIDDEN ] { 403 } + Constant [ public int STATUS_NOT_FOUND ] { 404 } + Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } + Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } + Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } + Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } + Constant [ public int STATUS_CONFLICT ] { 409 } + Constant [ public int STATUS_GONE ] { 410 } + Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } + Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } + Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } + Constant [ public int STATUS_URI_TOO_LONG ] { 414 } + Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } + Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } + Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } + Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } + Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } + Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } + Constant [ public int STATUS_LOCKED ] { 423 } + Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } + Constant [ public int STATUS_TOO_EARLY ] { 425 } + Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } + Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } + Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } + Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } + Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } + Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } + Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } + Constant [ public int STATUS_BAD_GATEWAY ] { 502 } + Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } + Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } + Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } + Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } + Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } + Constant [ public int STATUS_LOOP_DETECTED ] { 508 } + Constant [ public int STATUS_NOT_EXTENDED ] { 510 } + Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } + Constant [ public int STATUS_THIS_IS_FINE ] { 218 } + Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } + Constant [ public int STATUS_METHOD_FAILURE ] { 420 } + Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } + Constant [ public int STATUS_NO_RESPONSE ] { 444 } + Constant [ public int STATUS_RETRY_WITH ] { 449 } + Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } + Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } + Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } + Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } + Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } + Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } + Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } + Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } + Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } + Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } + Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } + Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } + Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } + Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } + Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } + Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } + Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } + Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } + Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Interface [ interface Phalcon\Http\RequestInterface ] { - Constants [0] { @@ -8421,7 +8859,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] - Parameter #4 [ $options = ] + Parameter #4 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } @@ -8433,7 +8871,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] - Parameter #4 [ $options = ] + Parameter #4 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } @@ -8445,7 +8883,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] - Parameter #4 [ $options = ] + Parameter #4 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } @@ -8460,7 +8898,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #4 [ $intermediateReferencedFields ] Parameter #5 [ string $referencedModel ] Parameter #6 [ $referencedFields ] - Parameter #7 [ $options = ] + Parameter #7 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } @@ -8475,7 +8913,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #4 [ $intermediateReferencedFields ] Parameter #5 [ string $referencedModel ] Parameter #6 [ $referencedFields ] - Parameter #7 [ $options = ] + Parameter #7 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } @@ -10426,6 +10864,104 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Interface [ interface Phalcon\Session\BagInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ abstract public method __get ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + } + + Method [ abstract public method __isset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method __set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method __unset ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method init ] { + + - Parameters [1] { + Parameter #0 [ array $data = [] ] + } + - Return [ void ] + } + + Method [ abstract public method get ] { + + - Parameters [3] { + Parameter #0 [ string $element ] + Parameter #1 [ $defaultValue = ] + Parameter #2 [ ?string $cast = ] + } + } + + Method [ abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ string $element ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ bool ] + } + + Method [ abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $element ] + } + - Return [ void ] + } + + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + Interface [ interface Phalcon\Session\ManagerInterface ] { - Constants [3] { @@ -10563,7 +11099,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ abstract public method setId ] { - Parameters [1] { - Parameter #0 [ string $id ] + Parameter #0 [ string $sessionId ] } - Return [ Phalcon\Session\ManagerInterface ] } @@ -10601,7 +11137,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ abstract public method regenerateId ] { - Parameters [1] { - Parameter #0 [ $deleteOldSession = ] + Parameter #0 [ bool $deleteOldSession = ] } - Return [ Phalcon\Session\ManagerInterface ] } @@ -10793,6 +11329,30 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Interface [ interface Phalcon\Di\InitializationAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method initialize ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + Interface [ interface Phalcon\Di\ServiceProviderInterface ] { - Constants [0] { @@ -11124,7 +11684,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -11447,6 +12007,89 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Class [ abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + + Method [ abstract public method serialize ] { + + - Parameters [0] { + } + } + + Method [ abstract public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $data ] + } + } + } + } + Class [ abstract class Phalcon\Di\Injectable implements Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -11875,7 +12518,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $serializerFactory = NULL ] } - - Methods [21] { + - Methods [22] { Method [ public method getDefaultSerializer ] { - Parameters [0] { @@ -11914,7 +12557,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ abstract public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ string $key ] @@ -11977,6 +12620,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -12062,7 +12712,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $lowerKeys = NULL ] } - - Methods [27] { + - Methods [29] { Method [ public method __construct ] { - Parameters [2] { @@ -12184,6 +12834,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -12245,7 +12896,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } @@ -12304,6 +12970,91 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + } + } + Class [ abstract class Phalcon\Filter\Validation\Validator\File\AbstractFile extends Phalcon\Filter\Validation\AbstractValidator implements Phalcon\Filter\Validation\ValidatorInterface ] { - Constants [0] { @@ -12505,7 +13256,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -12537,107 +13288,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ abstract class Phalcon\Http\Message\AbstractCommon ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [3] { - Method [ final protected method cloneInstance ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - - Method [ final protected method checkStringParameter ] { - - - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ void ] - } - - Method [ final protected method processWith ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - } - } - - Class [ abstract class Phalcon\Storage\Serializer\AbstractSerializer implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $data = NULL ] - } - - - Methods [6] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $data = ] - } - } - - Method [ protected method isSerializable ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ bool ] - } - - Method [ public method getData ] { - - - Parameters [0] { - } - } - - Method [ public method setData ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ void ] - } - - Method [ abstract public method serialize ] { - - - Parameters [0] { - } - } - - Method [ abstract public method unserialize ] { - - - Parameters [1] { - Parameter #0 [ string $data ] - } - } - } - } - Class [ class Phalcon\Config\Config extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Config\ConfigInterface ] { - Constants [1] { @@ -12657,7 +13307,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [32] { + - Methods [34] { Method [ public method getPathDelimiter ] { - Parameters [0] { @@ -12836,6 +13486,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -12890,7 +13541,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } @@ -14116,7 +14782,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ abstract class Phalcon\Http\Message\AbstractMessage extends Phalcon\Http\Message\AbstractCommon ] { + Class [ abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - Constants [0] { } @@ -14127,235 +14793,47 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Static methods [0] { } - - Properties [4] { - Property [ protected $body = NULL ] - Property [ protected $headers = NULL ] - Property [ protected $protocolVersion = '1.1' ] - Property [ protected $uri = NULL ] + - Properties [2] { + Property [ protected $annotations = NULL ] + Property [ protected $reader = NULL ] } - - Methods [24] { - Method [ public method getBody ] { - - - Parameters [0] { - } - } - - Method [ public method getProtocolVersion ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getUri ] { - - - Parameters [0] { - } - } - - Method [ public method getHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ array ] - } - - Method [ public method getHeaderLine ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ string ] - } - - Method [ public method getHeaders ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method hasHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ bool ] - } - - Method [ public method withAddedHeader ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } - } - - Method [ public method withBody ] { + - Methods [9] { + Method [ public method get ] { - Parameters [1] { - Parameter #0 [ Psr\Http\Message\StreamInterface $body ] + Parameter #0 [ $className ] } + - Return [ Phalcon\Annotations\Reflection ] } - Method [ public method withHeader ] { + Method [ public method getConstant ] { - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } - } - - Method [ public method withProtocolVersion ] { - - - Parameters [1] { - Parameter #0 [ $version ] - } - } - - Method [ public method withoutHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - } - - Method [ final protected method checkHeaderHost ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $collection ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method checkHeaderName ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ void ] - } - - Method [ final protected method checkHeaderValue ] { - - - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ string $className ] + Parameter #1 [ string $constantName ] } - - Return [ void ] + - Return [ Phalcon\Annotations\Collection ] } - Method [ final protected method getHeaderValue ] { + Method [ public method getConstants ] { - Parameters [1] { - Parameter #0 [ $values ] + Parameter #0 [ string $className ] } - Return [ array ] } - Method [ final protected method getUriHost ] { - - - Parameters [1] { - Parameter #0 [ Psr\Http\Message\UriInterface $uri ] - } - - Return [ string ] - } - - Method [ final protected method populateHeaderCollection ] { - - - Parameters [1] { - Parameter #0 [ array $headers ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method processBody ] { - - - Parameters [2] { - Parameter #0 [ $body = ] - Parameter #1 [ string $mode = ] - } - - Return [ Psr\Http\Message\StreamInterface ] - } - - Method [ final protected method processHeaders ] { - - - Parameters [1] { - Parameter #0 [ $headers ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method processProtocol ] { - - - Parameters [1] { - Parameter #0 [ $protocol = ] - } - - Return [ string ] - } - - Method [ final protected method cloneInstance ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - - Method [ final protected method checkStringParameter ] { - - - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ void ] - } - - Method [ final protected method processWith ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - } - } - - Class [ abstract class Phalcon\Annotations\Adapter\AbstractAdapter implements Phalcon\Annotations\Adapter\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $annotations = NULL ] - Property [ protected $reader = NULL ] - } - - - Methods [7] { - Method [ public method get ] { - - - Parameters [1] { - Parameter #0 [ $className ] - } - - Return [ Phalcon\Annotations\Reflection ] - } - - Method [ public method getMethod ] { + Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] + Parameter #1 [ string $propertyName ] } - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getMethods ] { + Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ string $className ] @@ -14363,16 +14841,16 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ array ] } - Method [ public method getProperty ] { + Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ string $className ] - Parameter #1 [ string $propertyName ] + Parameter #1 [ string $methodName ] } - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getProperties ] { + Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ string $className ] @@ -16135,193 +16613,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\Http\Message\Stream implements Stringable, PsrExt\Http\Message\StreamInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $handle = NULL ] - Property [ protected $stream = NULL ] - } - - - Methods [23] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ $stream ] - Parameter #1 [ string $mode = ] - } - } - - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method close ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method detach ] { - - - Parameters [0] { - } - } - - Method [ public method eof ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method getContents ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getMetadata ] { - - - Parameters [1] { - Parameter #0 [ $key = ] - } - } - - Method [ public method getSize ] { - - - Parameters [0] { - } - - Return [ ?int ] - } - - Method [ public method isReadable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method isSeekable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method isWritable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method read ] { - - - Parameters [1] { - Parameter #0 [ $length ] - } - - Return [ string ] - } - - Method [ public method rewind ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method seek ] { - - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $whence = ] - } - - Return [ void ] - } - - Method [ public method setStream ] { - - - Parameters [2] { - Parameter #0 [ $stream ] - Parameter #1 [ string $mode = ] - } - - Return [ void ] - } - - Method [ public method tell ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method write ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ int ] - } - - Method [ private method checkHandle ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ private method checkReadable ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ private method checkSeekable ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ private method checkWritable ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ private method getArrVal ] { - - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - } - } - } - } - Class [ abstract class Phalcon\Logger\Adapter\AbstractAdapter implements Phalcon\Logger\Adapter\AdapterInterface ] { - Constants [0] { @@ -16699,6 +16990,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $translateKey ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -16768,7 +17060,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Properties [4] { Property [ protected $container = NULL ] - Property [ protected $defaultModule = NULL ] + Property [ protected $defaultModule = '' ] Property [ protected $eventsManager = NULL ] Property [ protected $modules = NULL ] } @@ -17856,6 +18148,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $name ] } + - Return [ mixed ] } Method [ public method offsetExists ] { @@ -18476,7 +18769,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -18742,19 +19035,9 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ abstract class Phalcon\Http\Message\AbstractRequest extends Phalcon\Http\Message\AbstractMessage implements Phalcon\Http\Message\RequestMethodInterface ] { + Class [ abstract class Phalcon\Html\Link\AbstractLink ] { - - Constants [10] { - Constant [ public string METHOD_CONNECT ] { CONNECT } - Constant [ public string METHOD_DELETE ] { DELETE } - Constant [ public string METHOD_GET ] { GET } - Constant [ public string METHOD_HEAD ] { HEAD } - Constant [ public string METHOD_OPTIONS ] { OPTIONS } - Constant [ public string METHOD_PATCH ] { PATCH } - Constant [ public string METHOD_POST ] { POST } - Constant [ public string METHOD_PURGE ] { PURGE } - Constant [ public string METHOD_PUT ] { PUT } - Constant [ public string METHOD_TRACE ] { TRACE } + - Constants [0] { } - Static properties [0] { @@ -18763,251 +19046,156 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Static methods [0] { } - - Properties [6] { - Property [ protected $body = NULL ] - Property [ protected $headers = NULL ] - Property [ protected $protocolVersion = '1.1' ] - Property [ protected $method = 'GET' ] - Property [ protected $requestTarget = NULL ] - Property [ protected $uri = NULL ] + - Properties [4] { + Property [ protected $attributes = NULL ] + Property [ protected $href = '' ] + Property [ protected $rels = NULL ] + Property [ protected $templated = false ] } - - Methods [31] { - Method [ public method getMethod ] { + - Methods [11] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ string $rel = ] + Parameter #1 [ string $href = ] + Parameter #2 [ array $attributes = [] ] } - - Return [ string ] } - Method [ public method getUri ] { + Method [ protected method doGetAttributes ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getRequestTarget ] { + Method [ protected method doGetHref ] { - Parameters [0] { } - Return [ string ] } - Method [ public method withMethod ] { - - - Parameters [1] { - Parameter #0 [ $method ] - } - } - - Method [ public method withRequestTarget ] { - - - Parameters [1] { - Parameter #0 [ $requestTarget ] - } - } - - Method [ public method withUri ] { - - - Parameters [2] { - Parameter #0 [ Psr\Http\Message\UriInterface $uri ] - Parameter #1 [ $preserveHost = ] - } - } - - Method [ final protected method processMethod ] { - - - Parameters [1] { - Parameter #0 [ $method = ] - } - - Return [ string ] - } - - Method [ final protected method processUri ] { - - - Parameters [1] { - Parameter #0 [ $uri ] - } - - Return [ Psr\Http\Message\UriInterface ] - } - - Method [ public method getBody ] { + Method [ protected method doGetRels ] { - Parameters [0] { } - } - - Method [ public method getProtocolVersion ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - Return [ array ] } - Method [ public method getHeaderLine ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ string ] - } - - Method [ public method getHeaders ] { + Method [ protected method doIsTemplated ] { - Parameters [0] { } - - Return [ array ] + - Return [ bool ] } - Method [ public method hasHeader ] { + Method [ protected method hrefIsTemplated ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $href ] } - Return [ bool ] } - Method [ public method withAddedHeader ] { + Method [ protected method doWithAttribute ] { - Parameters [2] { - Parameter #0 [ $name ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] } } - Method [ public method withBody ] { + Method [ protected method doWithHref ] { - Parameters [1] { - Parameter #0 [ Psr\Http\Message\StreamInterface $body ] + Parameter #0 [ string $href ] } } - Method [ public method withHeader ] { + Method [ protected method doWithRel ] { - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ string $key ] } } - Method [ public method withProtocolVersion ] { + Method [ protected method doWithoutAttribute ] { - Parameters [1] { - Parameter #0 [ $version ] + Parameter #0 [ string $key ] } } - Method [ public method withoutHeader ] { + Method [ protected method doWithoutRel ] { - Parameters [1] { - Parameter #0 [ $name ] + Parameter #0 [ string $key ] } } + } + } - Method [ final protected method checkHeaderHost ] { + Class [ abstract class Phalcon\Html\Link\AbstractLinkProvider ] { - - Parameters [1] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $collection ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } + - Constants [0] { + } - Method [ final protected method checkHeaderName ] { + - Static properties [0] { + } - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ void ] - } + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $links = NULL ] + } - Method [ final protected method checkHeaderValue ] { + - Methods [6] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ array $links = [] ] } - - Return [ void ] } - Method [ final protected method getHeaderValue ] { + Method [ protected method doGetLinks ] { - - Parameters [1] { - Parameter #0 [ $values ] + - Parameters [0] { } - Return [ array ] } - Method [ final protected method getUriHost ] { + Method [ protected method doGetLinksByRel ] { - Parameters [1] { - Parameter #0 [ Psr\Http\Message\UriInterface $uri ] + Parameter #0 [ string $rel ] } - - Return [ string ] + - Return [ array ] } - Method [ final protected method populateHeaderCollection ] { + Method [ protected method doWithLink ] { - Parameters [1] { - Parameter #0 [ array $headers ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method processBody ] { - - - Parameters [2] { - Parameter #0 [ $body = ] - Parameter #1 [ string $mode = ] + Parameter #0 [ $link ] } - - Return [ Psr\Http\Message\StreamInterface ] } - Method [ final protected method processHeaders ] { + Method [ protected method doWithoutLink ] { - Parameters [1] { - Parameter #0 [ $headers ] + Parameter #0 [ $link ] } - - Return [ Phalcon\Support\Collection\CollectionInterface ] } - Method [ final protected method processProtocol ] { + Method [ protected method getKey ] { - Parameters [1] { - Parameter #0 [ $protocol = ] + Parameter #0 [ $link ] } - Return [ string ] } - - Method [ final protected method cloneInstance ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - - Method [ final protected method checkStringParameter ] { - - - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ void ] - } - - Method [ final protected method processWith ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } } } @@ -19312,6 +19500,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ Phalcon\Logger\Item $item ] } + - Return [ string ] } } } @@ -19407,7 +19596,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [2] { Parameter #0 [ $result ] - Parameter #1 [ ?Psr\SimpleCache\CacheInterface $cache = ] + Parameter #1 [ $cache = ] } } @@ -19438,7 +19627,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [0] { } - - Return [ ?Psr\SimpleCache\CacheInterface ] + - Return [ ?Phalcon\Cache\CacheInterface ] } Method [ public method getFirst ] { @@ -19508,6 +19697,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $index ] } + - Return [ mixed ] } Method [ public method offsetExists ] { @@ -19725,7 +19915,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] } - Return [ bool ] } @@ -19733,14 +19923,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ $maxlifetime ] + Parameter #0 [ int $maxlifetime ] } } Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] } - Return [ string ] } @@ -19757,7 +19947,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method write ] { - Parameters [2] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } - Return [ bool ] @@ -19988,6 +20178,193 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Class [ abstract class Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $adapter = NULL ] + } + + - Methods [21] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] + } + } + + Method [ public method getAdapter ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ protected method checkKey ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ void ] + } + + Method [ protected method checkKeys ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + - Return [ void ] + } + + Method [ protected method doClear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method doDelete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + - Return [ bool ] + } + + Method [ protected method doGet ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doGetMultiple ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doHas ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ protected method doSet ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + + Method [ protected method doSetMultiple ] { + + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $ttl = ] + } + - Return [ bool ] + } + + Method [ abstract protected method getExceptionClass ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ abstract public method clear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method deleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + - Return [ bool ] + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method getMultiple ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ abstract public method set ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + + Method [ abstract public method setMultiple ] { + + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $ttl = ] + } + - Return [ bool ] + } + } + } + Class [ class Phalcon\Di\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -20225,6 +20602,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $name ] } + - Return [ mixed ] } Method [ public method offsetExists ] { @@ -20542,7 +20920,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -21039,7 +21417,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\Html\Link\Link implements PsrExt\Link\LinkInterface ] { + Class [ class Phalcon\Html\Link\Link extends Phalcon\Html\Link\AbstractLink implements Phalcon\Html\Link\Interfaces\LinkInterface ] { - Constants [0] { } @@ -21057,8 +21435,36 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $templated = false ] } - - Methods [6] { - Method [ public method __construct ] { + - Methods [15] { + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getHref ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isTemplated ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $rel = ] @@ -21067,41 +21473,81 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Method [ public method getAttributes ] { + Method [ protected method doGetAttributes ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getHref ] { + Method [ protected method doGetHref ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getRels ] { + Method [ protected method doGetRels ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method isTemplated ] { + Method [ protected method doIsTemplated ] { - Parameters [0] { } + - Return [ bool ] } - Method [ protected method hrefIsTemplated ] { + Method [ protected method hrefIsTemplated ] { - Parameters [1] { Parameter #0 [ string $href ] } - Return [ bool ] } + + Method [ protected method doWithAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ protected method doWithHref ] { + + - Parameters [1] { + Parameter #0 [ string $href ] + } + } + + Method [ protected method doWithRel ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ protected method doWithoutAttribute ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ protected method doWithoutRel ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } } } - Class [ class Phalcon\Html\Link\LinkProvider implements PsrExt\Link\LinkProviderInterface ] { + Class [ class Phalcon\Html\Link\LinkProvider extends Phalcon\Html\Link\AbstractLinkProvider implements Phalcon\Html\Link\Interfaces\LinkProviderInterface ] { - Constants [0] { } @@ -21116,34 +21562,200 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $links = NULL ] } - - Methods [4] { - Method [ public method __construct ] { + - Methods [8] { + Method [ public method getLinks ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getLinksByRel ] { + + - Parameters [1] { + Parameter #0 [ $rel ] + } + - Return [ array ] + } + + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $links = [] ] } } - Method [ public method getLinks ] { + Method [ protected method doGetLinks ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getLinksByRel ] { + Method [ protected method doGetLinksByRel ] { - Parameters [1] { - Parameter #0 [ $rel ] + Parameter #0 [ string $rel ] } + - Return [ array ] } - Method [ protected method getKey ] { + Method [ protected method doWithLink ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + + Method [ protected method doWithoutLink ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + + Method [ protected method getKey ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + - Return [ string ] + } + } + } + + Class [ abstract class Phalcon\Logger\AbstractLogger ] { + + - Constants [9] { + Constant [ public int ALERT ] { 2 } + Constant [ public int CRITICAL ] { 1 } + Constant [ public int CUSTOM ] { 8 } + Constant [ public int DEBUG ] { 7 } + Constant [ public int EMERGENCY ] { 0 } + Constant [ public int ERROR ] { 3 } + Constant [ public int INFO ] { 6 } + Constant [ public int NOTICE ] { 5 } + Constant [ public int WARNING ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $adapters = NULL ] + Property [ protected $excluded = NULL ] + Property [ protected $logLevel = 8 ] + Property [ protected $name = '' ] + Property [ protected $timezone = NULL ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $adapters = [] ] + Parameter #2 [ ?DateTimeZone $timezone = ] + } + } + + Method [ public method addAdapter ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] + } + - Return [ Phalcon\Logger\AbstractLogger ] + } + + Method [ public method excludeAdapters ] { + + - Parameters [1] { + Parameter #0 [ array $adapters = [] ] + } + - Return [ Phalcon\Logger\AbstractLogger ] + } + + Method [ public method getAdapter ] { - Parameters [1] { - Parameter #0 [ Psr\Link\LinkInterface $link ] + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ public method getAdapters ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getLogLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getName ] { + + - Parameters [0] { } - Return [ string ] } + + Method [ public method removeAdapter ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Logger\AbstractLogger ] + } + + Method [ public method setAdapters ] { + + - Parameters [1] { + Parameter #0 [ array $adapters ] + } + - Return [ Phalcon\Logger\AbstractLogger ] + } + + Method [ public method setLogLevel ] { + + - Parameters [1] { + Parameter #0 [ int $level ] + } + - Return [ Phalcon\Logger\AbstractLogger ] + } + + Method [ protected method addMessage ] { + + - Parameters [3] { + Parameter #0 [ int $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context = [] ] + } + - Return [ bool ] + } + + Method [ protected method getLevelNumber ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + - Return [ int ] + } + + Method [ protected method getLevels ] { + + - Parameters [0] { + } + - Return [ array ] + } } } @@ -21253,20 +21865,20 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Properties [20] { Property [ protected $container = NULL ] - Property [ protected $action = NULL ] - Property [ protected $controller = NULL ] - Property [ protected $defaultAction = NULL ] - Property [ protected $defaultController = NULL ] - Property [ protected $defaultModule = NULL ] - Property [ protected $defaultNamespace = NULL ] + Property [ protected $action = '' ] + Property [ protected $controller = '' ] + Property [ protected $defaultAction = '' ] + Property [ protected $defaultController = '' ] + Property [ protected $defaultModule = '' ] + Property [ protected $defaultNamespace = '' ] Property [ protected $defaultParams = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $keyRouteNames = NULL ] Property [ protected $keyRouteIds = NULL ] Property [ protected $matchedRoute = NULL ] Property [ protected $matches = NULL ] - Property [ protected $module = NULL ] - Property [ protected $namespaceName = NULL ] + Property [ protected $module = '' ] + Property [ protected $namespaceName = '' ] Property [ protected $notFoundPaths = NULL ] Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] @@ -21759,7 +22371,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] } - Return [ bool ] } @@ -21767,14 +22379,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ $maxlifetime ] + Parameter #0 [ int $maxlifetime ] } } Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] } - Return [ string ] } @@ -21791,7 +22403,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method write ] { - Parameters [2] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } - Return [ bool ] @@ -21828,7 +22440,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $prefix = 'ph-apcu-' ] } - - Methods [21] { + - Methods [29] { Method [ public method __construct ] { - Parameters [2] { @@ -21860,14 +22472,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - Method [ public method getKeys ] { - Parameters [1] { @@ -21911,6 +22515,71 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ protected method phpApcuDec ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ int $step = ] + Parameter #2 [ $success = ] + Parameter #3 [ int $ttl = ] + } + } + + Method [ protected method phpApcuDelete ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ protected method phpApcuExists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ protected method phpApcuInc ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ int $step = ] + Parameter #2 [ $success = ] + Parameter #3 [ int $ttl = ] + } + } + + Method [ protected method phpApcuFetch ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $success = ] + } + } + + Method [ protected method phpApcuIterator ] { + + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + } + + Method [ protected method phpApcuStore ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $payload ] + Parameter #2 [ int $ttl = ] + } + } + Method [ public method getDefaultSerializer ] { - Parameters [0] { @@ -21918,6 +22587,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getAdapter ] { - Parameters [0] { @@ -22019,7 +22696,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $prefix = 'ph-memc-' ] } - - Methods [25] { + - Methods [26] { Method [ public method __construct ] { - Parameters [2] { @@ -22051,14 +22728,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - Method [ public method getAdapter ] { - Parameters [0] { @@ -22151,6 +22820,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getPrefix ] { - Parameters [0] { @@ -22166,6 +22843,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -22247,7 +22931,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $data = NULL ] } - - Methods [21] { + - Methods [22] { Method [ public method __construct ] { - Parameters [2] { @@ -22279,14 +22963,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - Method [ public method getKeys ] { - Parameters [1] { @@ -22330,6 +23006,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + Method [ public method getDefaultSerializer ] { - Parameters [0] { @@ -22337,6 +23020,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getAdapter ] { - Parameters [0] { @@ -22438,7 +23129,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $prefix = 'ph-reds-' ] } - - Methods [25] { + - Methods [26] { Method [ public method __construct ] { - Parameters [2] { @@ -22470,14 +23161,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - Method [ public method getAdapter ] { - Parameters [0] { @@ -22566,6 +23249,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getPrefix ] { - Parameters [0] { @@ -22581,6 +23272,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -22662,7 +23360,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $storageDir = '' ] } - - Methods [29] { + - Methods [35] { Method [ public method __construct ] { - Parameters [2] { @@ -22794,6 +23492,47 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } + Method [ protected method phpFileExists ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + - Return [ bool ] + } + + Method [ protected method phpFileGetContents ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + } + + Method [ protected method phpFilePutContents ] { + + - Parameters [4] { + Parameter #0 [ string $filename ] + Parameter #1 [ $data ] + Parameter #2 [ int $flags = ] + Parameter #3 [ $context = ] + } + } + + Method [ protected method phpFopen ] { + + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] + } + } + + Method [ protected method phpUnlink ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + - Return [ bool ] + } + Method [ private method getDirFromFile ] { - Parameters [1] { @@ -22838,6 +23577,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -22897,6 +23643,113 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Class [ class Phalcon\Storage\Serializer\Igbinary extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [12] { + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ protected method phpIgbinarySerialize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ ?string ] + } + + Method [ protected method doSerialize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ ?string ] + } + + Method [ protected method doUnserialize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + } + } + Class [ class Phalcon\Acl\Adapter\Memory extends Phalcon\Acl\Adapter\AbstractAdapter implements Phalcon\Events\EventsAwareInterface, Phalcon\Acl\Adapter\AdapterInterface ] { - Constants [0] { @@ -23405,7 +24258,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $ttl = 172800 ] } - - Methods [10] { + - Methods [12] { Method [ public method __construct ] { - Parameters [1] { @@ -23437,16 +24290,16 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ Phalcon\Annotations\Reflection ] } - Method [ public method getMethod ] { + Method [ public method getConstant ] { - Parameters [2] { Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] + Parameter #1 [ string $constantName ] } - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getMethods ] { + Method [ public method getConstants ] { - Parameters [1] { Parameter #0 [ string $className ] @@ -23471,6 +24324,23 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ array ] } + Method [ public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + Method [ public method getReader ] { - Parameters [0] { @@ -23504,7 +24374,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $data = NULL ] } - - Methods [9] { + - Methods [11] { Method [ public method read ] { - Parameters [1] { @@ -23529,16 +24399,16 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ Phalcon\Annotations\Reflection ] } - Method [ public method getMethod ] { + Method [ public method getConstant ] { - Parameters [2] { Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] + Parameter #1 [ string $constantName ] } - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getMethods ] { + Method [ public method getConstants ] { - Parameters [1] { Parameter #0 [ string $className ] @@ -23563,6 +24433,23 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ array ] } + Method [ public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + Method [ public method getReader ] { - Parameters [0] { @@ -23596,7 +24483,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $annotationsDir = './' ] } - - Methods [10] { + - Methods [12] { Method [ public method __construct ] { - Parameters [1] { @@ -23628,16 +24515,16 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ Phalcon\Annotations\Reflection ] } - Method [ public method getMethod ] { + Method [ public method getConstant ] { - Parameters [2] { Parameter #0 [ string $className ] - Parameter #1 [ string $methodName ] + Parameter #1 [ string $constantName ] } - Return [ Phalcon\Annotations\Collection ] } - Method [ public method getMethods ] { + Method [ public method getConstants ] { - Parameters [1] { Parameter #0 [ string $className ] @@ -23662,6 +24549,23 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ array ] } + Method [ public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ string $className ] + Parameter #1 [ string $methodName ] + } + - Return [ Phalcon\Annotations\Collection ] + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ string $className ] + } + - Return [ array ] + } + Method [ public method getReader ] { - Parameters [0] { @@ -23900,6 +24804,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ public method get ] { @@ -24099,14 +25004,15 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $classAnnotations = NULL ] - Property [ protected $methodAnnotations = NULL ] + Property [ protected $constantAnnotations = NULL ] Property [ protected $propertyAnnotations = NULL ] + Property [ protected $methodAnnotations = NULL ] Property [ protected $reflectionData = NULL ] } - - Methods [5] { + - Methods [6] { Method [ public method __construct ] { - Parameters [1] { @@ -24120,7 +25026,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Method [ public method getMethodsAnnotations ] { + Method [ public method getConstantsAnnotations ] { - Parameters [0] { } @@ -24132,258 +25038,264 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Method [ public method getReflectionData ] { - - - Parameters [0] { - } - - Return [ array ] - } - } - } - - Class [ class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [10] { - Property [ protected $attributes = NULL ] - Property [ protected $isAutoVersion = false ] - Property [ protected $filter = NULL ] - Property [ protected $isLocal = NULL ] - Property [ protected $path = NULL ] - Property [ protected $sourcePath = NULL ] - Property [ protected $targetPath = NULL ] - Property [ protected $targetUri = NULL ] - Property [ protected $type = NULL ] - Property [ protected $version = NULL ] - } - - - Methods [28] { - Method [ public method __construct ] { - - - Parameters [6] { - Parameter #0 [ string $path ] - Parameter #1 [ bool $local = ] - Parameter #2 [ bool $filter = ] - Parameter #3 [ array $attributes = [] ] - Parameter #4 [ ?string $version = ] - Parameter #5 [ bool $autoVersion = ] - } - } - - Method [ public method getFilter ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method getPath ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getSourcePath ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getTargetPath ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getTargetUri ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getType ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getVersion ] { - - - Parameters [0] { - } - - Return [ ?string ] - } - - Method [ public method getAssetKey ] { + Method [ public method getMethodsAnnotations ] { - Parameters [0] { } - - Return [ string ] } - Method [ public method getAttributes ] { + Method [ public method getReflectionData ] { - Parameters [0] { } - Return [ array ] } - - Method [ public method getContent ] { - - - Parameters [1] { - Parameter #0 [ ?string $basePath = ] - } - - Return [ string ] - } - - Method [ public method getRealSourcePath ] { - - - Parameters [1] { - Parameter #0 [ ?string $basePath = ] - } - - Return [ string ] - } - - Method [ public method getRealTargetPath ] { - - - Parameters [1] { - Parameter #0 [ ?string $basePath = ] - } - - Return [ string ] - } - - Method [ public method getRealTargetUri ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method isAutoVersion ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method isLocal ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method setAttributes ] { - - - Parameters [1] { - Parameter #0 [ array $attributes ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setAutoVersion ] { - - - Parameters [1] { - Parameter #0 [ bool $flag ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setFilter ] { - - - Parameters [1] { - Parameter #0 [ bool $filter ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setIsLocal ] { - - - Parameters [1] { - Parameter #0 [ bool $flag ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setSourcePath ] { - - - Parameters [1] { - Parameter #0 [ string $sourcePath ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setTargetPath ] { - - - Parameters [1] { - Parameter #0 [ string $targetPath ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setTargetUri ] { - - - Parameters [1] { - Parameter #0 [ string $targetUri ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setType ] { - - - Parameters [1] { - Parameter #0 [ string $type ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setPath ] { - - - Parameters [1] { - Parameter #0 [ string $path ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ public method setVersion ] { - - - Parameters [1] { - Parameter #0 [ string $version ] - } - - Return [ Phalcon\Assets\AssetInterface ] - } - - Method [ protected method phpFileExists ] { - - - Parameters [1] { - Parameter #0 [ string $filename ] - } - - Return [ bool ] - } - - Method [ protected method phpFileGetContents ] { - - - Parameters [1] { - Parameter #0 [ string $filename ] - } - } } } - Class [ class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { + Class [ class Phalcon\Assets\Asset\Css extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ protected $attributes = NULL ] + Property [ protected $isAutoVersion = false ] + Property [ protected $filter = NULL ] + Property [ protected $isLocal = NULL ] + Property [ protected $path = NULL ] + Property [ protected $sourcePath = NULL ] + Property [ protected $targetPath = NULL ] + Property [ protected $targetUri = NULL ] + Property [ protected $type = NULL ] + Property [ protected $version = NULL ] + } + + - Methods [28] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ string $path ] + Parameter #1 [ bool $local = ] + Parameter #2 [ bool $filter = ] + Parameter #3 [ array $attributes = [] ] + Parameter #4 [ ?string $version = ] + Parameter #5 [ bool $autoVersion = ] + } + } + + Method [ public method getFilter ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getSourcePath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTargetPath ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getType ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + - Return [ ?string ] + } + + Method [ public method getAssetKey ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getContent ] { + + - Parameters [1] { + Parameter #0 [ ?string $basePath = ] + } + - Return [ string ] + } + + Method [ public method getRealSourcePath ] { + + - Parameters [1] { + Parameter #0 [ ?string $basePath = ] + } + - Return [ string ] + } + + Method [ public method getRealTargetPath ] { + + - Parameters [1] { + Parameter #0 [ ?string $basePath = ] + } + - Return [ string ] + } + + Method [ public method getRealTargetUri ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method isAutoVersion ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method isLocal ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setAutoVersion ] { + + - Parameters [1] { + Parameter #0 [ bool $flag ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ bool $filter ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setIsLocal ] { + + - Parameters [1] { + Parameter #0 [ bool $flag ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setSourcePath ] { + + - Parameters [1] { + Parameter #0 [ string $sourcePath ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setTargetPath ] { + + - Parameters [1] { + Parameter #0 [ string $targetPath ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setTargetUri ] { + + - Parameters [1] { + Parameter #0 [ string $targetUri ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ string $type ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setPath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ public method setVersion ] { + + - Parameters [1] { + Parameter #0 [ string $version ] + } + - Return [ Phalcon\Assets\AssetInterface ] + } + + Method [ protected method phpFileExists ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + - Return [ bool ] + } + + Method [ protected method phpFileGetContents ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + } + } + } + + Class [ class Phalcon\Assets\Asset\Js extends Phalcon\Assets\Asset implements Phalcon\Assets\AssetInterface ] { - Constants [0] { } @@ -24811,6 +25723,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [0] { } + - Return [ Traversable ] } Method [ public method getRealTargetPath ] { @@ -26153,7 +27066,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $prefix = 'ph-apcu-' ] } - - Methods [21] { + - Methods [29] { Method [ public method __construct ] { - Parameters [2] { @@ -26185,14 +27098,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - Method [ public method getKeys ] { - Parameters [1] { @@ -26236,6 +27141,71 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ protected method phpApcuDec ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ int $step = ] + Parameter #2 [ $success = ] + Parameter #3 [ int $ttl = ] + } + } + + Method [ protected method phpApcuDelete ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ protected method phpApcuExists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ protected method phpApcuInc ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ int $step = ] + Parameter #2 [ $success = ] + Parameter #3 [ int $ttl = ] + } + } + + Method [ protected method phpApcuFetch ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $success = ] + } + } + + Method [ protected method phpApcuIterator ] { + + - Parameters [1] { + Parameter #0 [ string $pattern ] + } + } + + Method [ protected method phpApcuStore ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $payload ] + Parameter #2 [ int $ttl = ] + } + } + Method [ public method getDefaultSerializer ] { - Parameters [0] { @@ -26243,6 +27213,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getAdapter ] { - Parameters [0] { @@ -26344,7 +27322,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $prefix = 'ph-memc-' ] } - - Methods [21] { + - Methods [22] { Method [ public method __construct ] { - Parameters [2] { @@ -26376,14 +27354,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - Method [ public method getAdapter ] { - Parameters [0] { @@ -26440,6 +27410,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getPrefix ] { - Parameters [0] { @@ -26455,6 +27433,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -26536,7 +27521,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $data = NULL ] } - - Methods [21] { + - Methods [22] { Method [ public method __construct ] { - Parameters [2] { @@ -26568,14 +27553,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - Method [ public method getKeys ] { - Parameters [1] { @@ -26619,6 +27596,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + Method [ public method getDefaultSerializer ] { - Parameters [0] { @@ -26626,6 +27610,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getAdapter ] { - Parameters [0] { @@ -26727,7 +27719,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $prefix = 'ph-reds-' ] } - - Methods [21] { + - Methods [22] { Method [ public method __construct ] { - Parameters [2] { @@ -26759,14 +27751,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method get ] { - - - Parameters [2] { - Parameter #0 [ string $key ] - Parameter #1 [ $defaultValue = ] - } - } - Method [ public method getAdapter ] { - Parameters [0] { @@ -26823,6 +27807,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + Method [ public method getPrefix ] { - Parameters [0] { @@ -26838,6 +27830,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -26919,7 +27918,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $storageDir = '' ] } - - Methods [21] { + - Methods [27] { Method [ public method __construct ] { - Parameters [2] { @@ -27002,6 +28001,47 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } + Method [ protected method phpFileExists ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + - Return [ bool ] + } + + Method [ protected method phpFileGetContents ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + } + + Method [ protected method phpFilePutContents ] { + + - Parameters [4] { + Parameter #0 [ string $filename ] + Parameter #1 [ $data ] + Parameter #2 [ int $flags = ] + Parameter #3 [ $context = ] + } + } + + Method [ protected method phpFopen ] { + + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] + } + } + + Method [ protected method phpUnlink ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + - Return [ bool ] + } + Method [ public method getDefaultSerializer ] { - Parameters [0] { @@ -27030,6 +28070,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } + Method [ protected method doGet ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + Method [ protected method getFilteredKeys ] { - Parameters [2] { @@ -27089,7 +28136,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\Cache\Cache implements PsrExt\SimpleCache\CacheInterface ] { + Class [ class Phalcon\Cache\Cache extends Phalcon\Cache\AbstractCache implements Phalcon\Cache\CacheInterface ] { - Constants [0] { } @@ -27104,36 +28151,23 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $adapter = NULL ] } - - Methods [12] { - Method [ public method getAdapter ] { - - - Parameters [0] { - } - } - - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] - } - } - - Method [ public method clear ] { + - Methods [21] { + Method [ public method clear ] { - Parameters [0] { } - Return [ bool ] } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method deleteMultiple ] { + Method [ public method deleteMultiple ] { - Parameters [1] { Parameter #0 [ $keys ] @@ -27141,15 +28175,15 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $defaultValue = ] } } - Method [ public method getMultiple ] { + Method [ public method getMultiple ] { - Parameters [2] { Parameter #0 [ $keys ] @@ -27157,25 +28191,25 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] } - Return [ bool ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [3] { - Parameter #0 [ $key ] + Parameter #0 [ string $key ] Parameter #1 [ $value ] Parameter #2 [ $ttl = ] } - Return [ bool ] } - Method [ public method setMultiple ] { + Method [ public method setMultiple ] { - Parameters [2] { Parameter #0 [ $values ] @@ -27184,7 +28218,28 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ protected method checkKey ] { + Method [ protected method getExceptionClass ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Cache\Adapter\AdapterInterface $adapter ] + } + } + + Method [ public method getAdapter ] { + + - Parameters [0] { + } + - Return [ Phalcon\Cache\Adapter\AdapterInterface ] + } + + Method [ protected method checkKey ] { - Parameters [1] { Parameter #0 [ string $key ] @@ -27192,13 +28247,79 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } - Method [ protected method checkKeys ] { + Method [ protected method checkKeys ] { - Parameters [1] { Parameter #0 [ $keys ] } - Return [ void ] } + + Method [ protected method doClear ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ protected method doDelete ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ protected method doDeleteMultiple ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + - Return [ bool ] + } + + Method [ protected method doGet ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doGetMultiple ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $defaultValue = ] + } + } + + Method [ protected method doHas ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ bool ] + } + + Method [ protected method doSet ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + Parameter #2 [ $ttl = ] + } + - Return [ bool ] + } + + Method [ protected method doSetMultiple ] { + + - Parameters [2] { + Parameter #0 [ $values ] + Parameter #1 [ $ttl = ] + } + - Return [ bool ] + } } } @@ -27230,7 +28351,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $config ] } - - Return [ Psr\SimpleCache\CacheInterface ] + - Return [ Phalcon\Cache\CacheInterface ] } Method [ public method newInstance ] { @@ -27239,7 +28360,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #0 [ string $name ] Parameter #1 [ array $options = [] ] } - - Return [ Psr\SimpleCache\CacheInterface ] + - Return [ Phalcon\Cache\CacheInterface ] } Method [ protected method getExceptionClass ] { @@ -27276,7 +28397,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\Cache\Exception\Exception extends Exception implements Throwable, Stringable, PsrExt\SimpleCache\CacheException ] { + Class [ class Phalcon\Cache\Exception\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -27367,7 +28488,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable, PsrExt\SimpleCache\InvalidArgumentException, PsrExt\SimpleCache\CacheException ] { + Class [ class Phalcon\Cache\Exception\InvalidArgumentException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -27471,7 +28592,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Properties [6] { Property [ protected $container = NULL ] - Property [ protected $defaultModule = NULL ] + Property [ protected $defaultModule = '' ] Property [ protected $eventsManager = NULL ] Property [ protected $modules = NULL ] Property [ protected $arguments = NULL ] @@ -28206,12 +29327,12 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $container = NULL ] Property [ protected $action = NULL ] Property [ protected $defaultAction = NULL ] - Property [ protected $defaultModule = NULL ] + Property [ protected $defaultModule = '' ] Property [ protected $defaultParams = NULL ] Property [ protected $defaultTask = NULL ] Property [ protected $matchedRoute = NULL ] Property [ protected $matches = NULL ] - Property [ protected $module = NULL ] + Property [ protected $module = '' ] Property [ protected $params = NULL ] Property [ protected $routes = NULL ] Property [ protected $task = NULL ] @@ -28716,7 +29837,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [32] { + - Methods [34] { Method [ public method __construct ] { - Parameters [2] { @@ -28895,6 +30016,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -28949,7 +30071,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } @@ -28992,7 +30129,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [36] { + - Methods [38] { Method [ public method __construct ] { - Parameters [2] { @@ -29204,6 +30341,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -29258,7 +30396,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } @@ -29301,7 +30454,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [33] { + - Methods [35] { Method [ public method __construct ] { - Parameters [1] { @@ -29489,6 +30642,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -29543,7 +30697,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } @@ -29586,7 +30755,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [32] { + - Methods [34] { Method [ public method __construct ] { - Parameters [1] { @@ -29764,6 +30933,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -29818,7 +30988,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } @@ -29861,7 +31046,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $pathDelimiter = '.' ] } - - Methods [34] { + - Methods [36] { Method [ public method __construct ] { - Parameters [2] { @@ -30058,6 +31243,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -30112,7 +31298,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } @@ -30341,46 +31542,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\Container\Container implements PsrExt\Container\ContainerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $container = NULL ] - } - - - Methods [3] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Di\DiInterface $container ] - } - } - - Method [ public method get ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - } - - Method [ public method has ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } - } - } - Class [ class Phalcon\DataMapper\Pdo\Connection extends Phalcon\DataMapper\Pdo\Connection\AbstractConnection implements Phalcon\DataMapper\Pdo\Connection\PdoInterface, Phalcon\DataMapper\Pdo\Connection\ConnectionInterface ] { - Constants [0] { @@ -31305,7 +32466,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger extends PsrExt\Log\AbstractLogger implements PsrExt\Log\LoggerInterface ] { + Class [ class Phalcon\DataMapper\Pdo\Profiler\MemoryLogger implements Phalcon\Logger\LoggerInterface ] { - Constants [0] { } @@ -31320,85 +32481,123 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $messages = NULL ] } - - Methods [10] { - Method [ public method getMessages ] { + - Methods [14] { + Method [ public method alert ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ array ] + - Return [ void ] } - Method [ public method emergency ] { + Method [ public method critical ] { - Parameters [2] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } + - Return [ void ] } - Method [ public method alert ] { + Method [ public method debug ] { - Parameters [2] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } + - Return [ void ] } - Method [ public method critical ] { + Method [ public method emergency ] { - Parameters [2] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } + - Return [ void ] } - Method [ public method error ] { + Method [ public method error ] { - Parameters [2] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } + - Return [ void ] } - Method [ public method warning ] { + Method [ public method getAdapter ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Logger\Adapter\AdapterInterface ] + } + + Method [ public method getAdapters ] { + + - Parameters [0] { } + - Return [ array ] + } + + Method [ public method getLogLevel ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ public method getMessages ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getName ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method notice ] { + Method [ public method info ] { - Parameters [2] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } + - Return [ void ] } - Method [ public method info ] { + Method [ public method notice ] { - Parameters [2] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } + - Return [ void ] } - Method [ public method debug ] { + Method [ public method warning ] { - Parameters [2] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } + - Return [ void ] } - Method [ public method log ] { + Method [ public method log ] { - Parameters [3] { Parameter #0 [ $level ] - Parameter #1 [ $message ] + Parameter #1 [ string $message ] Parameter #2 [ array $context = [] ] } + - Return [ void ] } } } @@ -31426,7 +32625,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ ?Psr\Log\LoggerInterface $logger = ] + Parameter #0 [ ?Phalcon\Logger\LoggerInterface $logger = ] } } @@ -31450,7 +32649,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [0] { } - - Return [ Psr\Log\LoggerInterface ] + - Return [ Phalcon\Logger\LoggerInterface ] } Method [ public method getLogLevel ] { @@ -37202,7 +38401,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Class [ class Phalcon\Db\Enum ] { - - Constants [17] { + - Constants [18] { Constant [ public int FETCH_ASSOC ] { 2 } Constant [ public int FETCH_BOTH ] { 4 } Constant [ public int FETCH_BOUND ] { 6 } @@ -37220,6 +38419,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Constant [ public int FETCH_PROPS_LATE ] { 1048576 } Constant [ public int FETCH_SERIALIZE ] { 524288 } Constant [ public int FETCH_UNIQUE ] { 196608 } + Constant [ public int FETCH_DEFAULT ] { 0 } } - Static properties [0] { @@ -37690,7 +38890,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $bindParams = NULL ] Property [ protected $bindTypes = NULL ] Property [ protected $connection = NULL ] - Property [ protected $fetchMode = 5 ] + Property [ protected $fetchMode = 0 ] Property [ protected $pdoStatement = NULL ] Property [ protected $result = NULL ] Property [ protected $rowCount = false ] @@ -37727,18 +38927,18 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method fetch ] { - Parameters [3] { - Parameter #0 [ $fetchStyle = ] - Parameter #1 [ $cursorOrientation = ] - Parameter #2 [ $cursorOffset = ] + Parameter #0 [ ?int $fetchStyle = ] + Parameter #1 [ int $cursorOrientation = ] + Parameter #2 [ int $cursorOffset = ] } } Method [ public method fetchAll ] { - Parameters [3] { - Parameter #0 [ $fetchStyle = ] - Parameter #1 [ $fetchArgument = ] - Parameter #2 [ $ctorArgs = ] + Parameter #0 [ ?int $fetchStyle = ] + Parameter #1 [ int $fetchArgument = ] + Parameter #2 [ int $ctorArgs = ] } - Return [ array ] } @@ -38012,6 +39212,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $name ] } + - Return [ mixed ] } Method [ public method offsetExists ] { @@ -38442,7 +39643,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $useSigning = true ] } - - Methods [35] { + - Methods [37] { Method [ public method __construct ] { - Parameters [3] { @@ -38546,6 +39747,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } + Method [ public method isValidDecryptLength ] { + + - Parameters [1] { + Parameter #0 [ string $input ] + } + - Return [ bool ] + } + Method [ public method setAuthData ] { - Parameters [1] { @@ -38730,6 +39939,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } + Method [ protected method phpOpensslCipherIvLength ] { + + - Parameters [1] { + Parameter #0 [ string $cipher ] + } + } + Method [ protected method phpOpensslRandomPseudoBytes ] { - Parameters [1] { @@ -42181,7 +43397,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -42308,7 +43524,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -42435,7 +43651,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -42562,7 +43778,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -42698,7 +43914,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -42833,7 +44049,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -42969,7 +44185,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -43096,7 +44312,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -43223,7 +44439,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -43441,7 +44657,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -43576,7 +44792,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -43809,7 +45025,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -44042,7 +45258,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -44275,7 +45491,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -44508,7 +45724,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -44741,7 +45957,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -44974,7 +46190,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -45207,7 +46423,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -45334,7 +46550,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -45461,7 +46677,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -45590,7 +46806,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -45717,7 +46933,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -45844,7 +47060,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -45971,7 +47187,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -46106,7 +47322,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -46233,7 +47449,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -46360,7 +47576,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -46515,7 +47731,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -46642,7 +47858,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ string $field ] } - - Return [ ?int ] + - Return [ int ] } Method [ protected method prepareLabel ] { @@ -50949,6 +52165,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ public method get ] { @@ -51290,7 +52507,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $lowerKeys = NULL ] } - - Methods [30] { + - Methods [32] { Method [ public method render ] { - Parameters [0] { @@ -51434,6 +52651,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -51495,7 +52713,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } @@ -54377,7 +55610,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $indent = ' ' ] Property [ protected $indentLevel = 1 ] Property [ protected $attributes = NULL ] - Property [ protected $type = 'numeric' ] + Property [ protected $type = 'number' ] } - Methods [13] { @@ -57129,7 +58362,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\Html\Link\EvolvableLink extends Phalcon\Html\Link\Link implements PsrExt\Link\LinkInterface, PsrExt\Link\EvolvableLinkInterface ] { + Class [ class Phalcon\Html\Link\EvolvableLink extends Phalcon\Html\Link\Link implements Phalcon\Html\Link\Interfaces\LinkInterface, Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] { - Constants [0] { } @@ -57147,44 +58380,77 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $templated = false ] } - - Methods [11] { - Method [ public method withAttribute ] { + - Methods [20] { + Method [ public method withAttribute ] { - Parameters [2] { Parameter #0 [ $attribute ] Parameter #1 [ $value ] } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ public method withHref ] { + Method [ public method withHref ] { - Parameters [1] { - Parameter #0 [ $href ] + Parameter #0 [ string $href ] } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ public method withRel ] { + Method [ public method withRel ] { - Parameters [1] { - Parameter #0 [ $rel ] + Parameter #0 [ string $rel ] } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ public method withoutAttribute ] { + Method [ public method withoutAttribute ] { - Parameters [1] { - Parameter #0 [ $attribute ] + Parameter #0 [ string $attribute ] } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] } - Method [ public method withoutRel ] { + Method [ public method withoutRel ] { - Parameters [1] { - Parameter #0 [ $rel ] + Parameter #0 [ string $rel ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkInterface ] + } + + Method [ public method getAttributes ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method getHref ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method getRels ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method isTemplated ] { + + - Parameters [0] { } + - Return [ bool ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ string $rel = ] @@ -57193,41 +58459,81 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Method [ public method getAttributes ] { + Method [ protected method doGetAttributes ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getHref ] { + Method [ protected method doGetHref ] { - Parameters [0] { } + - Return [ string ] } - Method [ public method getRels ] { + Method [ protected method doGetRels ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method isTemplated ] { + Method [ protected method doIsTemplated ] { - Parameters [0] { } + - Return [ bool ] } - Method [ protected method hrefIsTemplated ] { + Method [ protected method hrefIsTemplated ] { - Parameters [1] { Parameter #0 [ string $href ] } - Return [ bool ] } + + Method [ protected method doWithAttribute ] { + + - Parameters [2] { + Parameter #0 [ string $key ] + Parameter #1 [ $value ] + } + } + + Method [ protected method doWithHref ] { + + - Parameters [1] { + Parameter #0 [ string $href ] + } + } + + Method [ protected method doWithRel ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ protected method doWithoutAttribute ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } + + Method [ protected method doWithoutRel ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + } } } - Class [ class Phalcon\Html\Link\EvolvableLinkProvider extends Phalcon\Html\Link\LinkProvider implements PsrExt\Link\LinkProviderInterface, PsrExt\Link\EvolvableLinkProviderInterface ] { + Class [ class Phalcon\Html\Link\EvolvableLinkProvider extends Phalcon\Html\Link\LinkProvider implements Phalcon\Html\Link\Interfaces\LinkProviderInterface, Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] { - Constants [0] { } @@ -57242,45 +58548,78 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $links = NULL ] } - - Methods [6] { - Method [ public method withLink ] { + - Methods [10] { + Method [ public method withLink ] { - Parameters [1] { - Parameter #0 [ Psr\Link\LinkInterface $link ] + Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] + } + + Method [ public method withoutLink ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Html\Link\Interfaces\LinkInterface $link ] + } + - Return [ Phalcon\Html\Link\Interfaces\EvolvableLinkProviderInterface ] + } + + Method [ public method getLinks ] { + + - Parameters [0] { } + - Return [ array ] } - Method [ public method withoutLink ] { + Method [ public method getLinksByRel ] { - Parameters [1] { - Parameter #0 [ Psr\Link\LinkInterface $link ] + Parameter #0 [ $rel ] } + - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $links = [] ] } } - Method [ public method getLinks ] { + Method [ protected method doGetLinks ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method getLinksByRel ] { + Method [ protected method doGetLinksByRel ] { - Parameters [1] { - Parameter #0 [ $rel ] + Parameter #0 [ string $rel ] + } + - Return [ array ] + } + + Method [ protected method doWithLink ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + + Method [ protected method doWithoutLink ] { + + - Parameters [1] { + Parameter #0 [ $link ] } } - Method [ protected method getKey ] { + Method [ protected method getKey ] { - Parameters [1] { - Parameter #0 [ Psr\Link\LinkInterface $link ] + Parameter #0 [ $link ] } - Return [ string ] } @@ -57757,2274 +59096,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\Http\Message\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] - } - - - Methods [10] { - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] - } - } - - Method [ public method __wakeup ] { - - - Parameters [0] { - } - } - - Method [ final public method getMessage ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getCode ] { - - - Parameters [0] { - } - } - - Method [ final public method getFile ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ final public method getLine ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ final public method getTrace ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ final public method getPrevious ] { - - - Parameters [0] { - } - - Return [ ?Throwable ] - } - - Method [ final public method getTraceAsString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - } - } - - Class [ final class Phalcon\Http\Message\Request extends Phalcon\Http\Message\AbstractRequest implements Phalcon\Http\Message\RequestMethodInterface, PsrExt\Http\Message\RequestInterface, PsrExt\Http\Message\MessageInterface ] { - - - Constants [10] { - Constant [ public string METHOD_CONNECT ] { CONNECT } - Constant [ public string METHOD_DELETE ] { DELETE } - Constant [ public string METHOD_GET ] { GET } - Constant [ public string METHOD_HEAD ] { HEAD } - Constant [ public string METHOD_OPTIONS ] { OPTIONS } - Constant [ public string METHOD_PATCH ] { PATCH } - Constant [ public string METHOD_POST ] { POST } - Constant [ public string METHOD_PURGE ] { PURGE } - Constant [ public string METHOD_PUT ] { PUT } - Constant [ public string METHOD_TRACE ] { TRACE } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $body = NULL ] - Property [ protected $headers = NULL ] - Property [ protected $protocolVersion = '1.1' ] - Property [ protected $method = 'GET' ] - Property [ protected $requestTarget = NULL ] - Property [ protected $uri = NULL ] - } - - - Methods [32] { - Method [ public method __construct ] { - - - Parameters [4] { - Parameter #0 [ string $method = ] - Parameter #1 [ $uri = ] - Parameter #2 [ $body = ] - Parameter #3 [ $headers = ] - } - } - - Method [ public method getMethod ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getUri ] { - - - Parameters [0] { - } - } - - Method [ public method getRequestTarget ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method withMethod ] { - - - Parameters [1] { - Parameter #0 [ $method ] - } - } - - Method [ public method withRequestTarget ] { - - - Parameters [1] { - Parameter #0 [ $requestTarget ] - } - } - - Method [ public method withUri ] { - - - Parameters [2] { - Parameter #0 [ Psr\Http\Message\UriInterface $uri ] - Parameter #1 [ $preserveHost = ] - } - } - - Method [ final protected method processMethod ] { - - - Parameters [1] { - Parameter #0 [ $method = ] - } - - Return [ string ] - } - - Method [ final protected method processUri ] { - - - Parameters [1] { - Parameter #0 [ $uri ] - } - - Return [ Psr\Http\Message\UriInterface ] - } - - Method [ public method getBody ] { - - - Parameters [0] { - } - } - - Method [ public method getProtocolVersion ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ array ] - } - - Method [ public method getHeaderLine ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ string ] - } - - Method [ public method getHeaders ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method hasHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ bool ] - } - - Method [ public method withAddedHeader ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } - } - - Method [ public method withBody ] { - - - Parameters [1] { - Parameter #0 [ Psr\Http\Message\StreamInterface $body ] - } - } - - Method [ public method withHeader ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } - } - - Method [ public method withProtocolVersion ] { - - - Parameters [1] { - Parameter #0 [ $version ] - } - } - - Method [ public method withoutHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - } - - Method [ final protected method checkHeaderHost ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $collection ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method checkHeaderName ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ void ] - } - - Method [ final protected method checkHeaderValue ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - - Return [ void ] - } - - Method [ final protected method getHeaderValue ] { - - - Parameters [1] { - Parameter #0 [ $values ] - } - - Return [ array ] - } - - Method [ final protected method getUriHost ] { - - - Parameters [1] { - Parameter #0 [ Psr\Http\Message\UriInterface $uri ] - } - - Return [ string ] - } - - Method [ final protected method populateHeaderCollection ] { - - - Parameters [1] { - Parameter #0 [ array $headers ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method processBody ] { - - - Parameters [2] { - Parameter #0 [ $body = ] - Parameter #1 [ string $mode = ] - } - - Return [ Psr\Http\Message\StreamInterface ] - } - - Method [ final protected method processHeaders ] { - - - Parameters [1] { - Parameter #0 [ $headers ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method processProtocol ] { - - - Parameters [1] { - Parameter #0 [ $protocol = ] - } - - Return [ string ] - } - - Method [ final protected method cloneInstance ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - - Method [ final protected method checkStringParameter ] { - - - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ void ] - } - - Method [ final protected method processWith ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - } - } - - Class [ final class Phalcon\Http\Message\RequestFactory implements PsrExt\Http\Message\RequestFactoryInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method createRequest ] { - - - Parameters [2] { - Parameter #0 [ string $method ] - Parameter #1 [ $uri ] - } - - Return [ Psr\Http\Message\RequestInterface ] - } - } - } - - Class [ final class Phalcon\Http\Message\Response extends Phalcon\Http\Message\AbstractMessage implements PsrExt\Http\Message\ResponseInterface, PsrExt\Http\Message\MessageInterface, Phalcon\Http\Message\ResponseStatusCodeInterface ] { - - - Constants [88] { - Constant [ public int STATUS_CONTINUE ] { 100 } - Constant [ public int STATUS_SWITCHING_PROTOCOLS ] { 101 } - Constant [ public int STATUS_PROCESSING ] { 102 } - Constant [ public int STATUS_EARLY_HINTS ] { 103 } - Constant [ public int STATUS_OK ] { 200 } - Constant [ public int STATUS_CREATED ] { 201 } - Constant [ public int STATUS_ACCEPTED ] { 202 } - Constant [ public int STATUS_NON_AUTHORITATIVE_INFORMATION ] { 203 } - Constant [ public int STATUS_NO_CONTENT ] { 204 } - Constant [ public int STATUS_RESET_CONTENT ] { 205 } - Constant [ public int STATUS_PARTIAL_CONTENT ] { 206 } - Constant [ public int STATUS_MULTI_STATUS ] { 207 } - Constant [ public int STATUS_ALREADY_REPORTED ] { 208 } - Constant [ public int STATUS_IM_USED ] { 226 } - Constant [ public int STATUS_MULTIPLE_CHOICES ] { 300 } - Constant [ public int STATUS_MOVED_PERMANENTLY ] { 301 } - Constant [ public int STATUS_FOUND ] { 302 } - Constant [ public int STATUS_SEE_OTHER ] { 303 } - Constant [ public int STATUS_NOT_MODIFIED ] { 304 } - Constant [ public int STATUS_USE_PROXY ] { 305 } - Constant [ public int STATUS_RESERVED ] { 306 } - Constant [ public int STATUS_TEMPORARY_REDIRECT ] { 307 } - Constant [ public int STATUS_PERMANENT_REDIRECT ] { 308 } - Constant [ public int STATUS_BAD_REQUEST ] { 400 } - Constant [ public int STATUS_UNAUTHORIZED ] { 401 } - Constant [ public int STATUS_PAYMENT_REQUIRED ] { 402 } - Constant [ public int STATUS_FORBIDDEN ] { 403 } - Constant [ public int STATUS_NOT_FOUND ] { 404 } - Constant [ public int STATUS_METHOD_NOT_ALLOWED ] { 405 } - Constant [ public int STATUS_NOT_ACCEPTABLE ] { 406 } - Constant [ public int STATUS_PROXY_AUTHENTICATION_REQUIRED ] { 407 } - Constant [ public int STATUS_REQUEST_TIMEOUT ] { 408 } - Constant [ public int STATUS_CONFLICT ] { 409 } - Constant [ public int STATUS_GONE ] { 410 } - Constant [ public int STATUS_LENGTH_REQUIRED ] { 411 } - Constant [ public int STATUS_PRECONDITION_FAILED ] { 412 } - Constant [ public int STATUS_PAYLOAD_TOO_LARGE ] { 413 } - Constant [ public int STATUS_URI_TOO_LONG ] { 414 } - Constant [ public int STATUS_UNSUPPORTED_MEDIA_TYPE ] { 415 } - Constant [ public int STATUS_RANGE_NOT_SATISFIABLE ] { 416 } - Constant [ public int STATUS_EXPECTATION_FAILED ] { 417 } - Constant [ public int STATUS_IM_A_TEAPOT ] { 418 } - Constant [ public int STATUS_MISDIRECTED_REQUEST ] { 421 } - Constant [ public int STATUS_UNPROCESSABLE_ENTITY ] { 422 } - Constant [ public int STATUS_LOCKED ] { 423 } - Constant [ public int STATUS_FAILED_DEPENDENCY ] { 424 } - Constant [ public int STATUS_TOO_EARLY ] { 425 } - Constant [ public int STATUS_UPGRADE_REQUIRED ] { 426 } - Constant [ public int STATUS_PRECONDITION_REQUIRED ] { 428 } - Constant [ public int STATUS_TOO_MANY_REQUESTS ] { 429 } - Constant [ public int STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE ] { 431 } - Constant [ public int STATUS_UNAVAILABLE_FOR_LEGAL_REASONS ] { 451 } - Constant [ public int STATUS_INTERNAL_SERVER_ERROR ] { 500 } - Constant [ public int STATUS_NOT_IMPLEMENTED ] { 501 } - Constant [ public int STATUS_BAD_GATEWAY ] { 502 } - Constant [ public int STATUS_SERVICE_UNAVAILABLE ] { 503 } - Constant [ public int STATUS_GATEWAY_TIMEOUT ] { 504 } - Constant [ public int STATUS_VERSION_NOT_SUPPORTED ] { 505 } - Constant [ public int STATUS_VARIANT_ALSO_NEGOTIATES ] { 506 } - Constant [ public int STATUS_INSUFFICIENT_STORAGE ] { 507 } - Constant [ public int STATUS_LOOP_DETECTED ] { 508 } - Constant [ public int STATUS_NOT_EXTENDED ] { 510 } - Constant [ public int STATUS_NETWORK_AUTHENTICATION_REQUIRED ] { 511 } - Constant [ public int STATUS_THIS_IS_FINE ] { 218 } - Constant [ public int STATUS_PAGE_EXPIRED ] { 419 } - Constant [ public int STATUS_METHOD_FAILURE ] { 420 } - Constant [ public int STATUS_LOGIN_TIMEOUT ] { 440 } - Constant [ public int STATUS_NO_RESPONSE ] { 444 } - Constant [ public int STATUS_RETRY_WITH ] { 449 } - Constant [ public int STATUS_BLOCKED_BY_WINDOWS_PARENTAL_CONTROLS ] { 450 } - Constant [ public int STATUS_REQUEST_HEADER_TOO_LARGE ] { 494 } - Constant [ public int STATUS_SSL_CERTIFICATE_ERROR ] { 495 } - Constant [ public int STATUS_SSL_CERTIFICATE_REQUIRED ] { 496 } - Constant [ public int STATUS_HTTP_REQUEST_SENT_TO_HTTPS_PORT ] { 497 } - Constant [ public int STATUS_INVALID_TOKEN_ESRI ] { 498 } - Constant [ public int STATUS_CLIENT_CLOSED_REQUEST ] { 499 } - Constant [ public int STATUS_BANDWIDTH_LIMIT_EXCEEDED ] { 509 } - Constant [ public int STATUS_UNKNOWN_ERROR ] { 520 } - Constant [ public int STATUS_WEB_SERVER_IS_DOWN ] { 521 } - Constant [ public int STATUS_CONNECTION_TIMEOUT ] { 522 } - Constant [ public int STATUS_ORIGIN_IS_UNREACHABLE ] { 523 } - Constant [ public int STATUS_TIMEOUT_OCCURRED ] { 524 } - Constant [ public int STATUS_SSL_HANDSHAKE_FAILED ] { 525 } - Constant [ public int STATUS_INVALID_SSL_CERTIFICATE ] { 526 } - Constant [ public int STATUS_RAILGUN_ERROR ] { 527 } - Constant [ public int STATUS_ORIGIN_DNS_ERROR ] { 530 } - Constant [ public int STATUS_NETWORK_READ_TIMEOUT_ERROR ] { 598 } - Constant [ public int STATUS_NETWORK_CONNECT_TIMEOUT_ERROR ] { 599 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [6] { - Property [ protected $body = NULL ] - Property [ protected $headers = NULL ] - Property [ protected $protocolVersion = '1.1' ] - Property [ protected $uri = NULL ] - Property [ protected $reasonPhrase = '' ] - Property [ protected $statusCode = 200 ] - } - - - Methods [33] { - Method [ public method getReasonPhrase ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getStatusCode ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method __construct ] { - - - Parameters [3] { - Parameter #0 [ $body = ] - Parameter #1 [ int $code = ] - Parameter #2 [ array $headers = [] ] - } - } - - Method [ public method withStatus ] { - - - Parameters [2] { - Parameter #0 [ $code ] - Parameter #1 [ $reasonPhrase = ] - } - - Return [ Phalcon\Http\Message\Response ] - } - - Method [ protected method getPhrases ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ protected method processCode ] { - - - Parameters [2] { - Parameter #0 [ $code ] - Parameter #1 [ $phrase = ] - } - - Return [ void ] - } - - Method [ private method checkCodeType ] { - - - Parameters [1] { - Parameter #0 [ $code ] - } - - Return [ void ] - } - - Method [ private method checkCodeValue ] { - - - Parameters [1] { - Parameter #0 [ int $code ] - } - - Return [ void ] - } - - Method [ private method isBetween ] { - - - Parameters [3] { - Parameter #0 [ int $value ] - Parameter #1 [ int $from ] - Parameter #2 [ int $to ] - } - - Return [ bool ] - } - - Method [ public method getBody ] { - - - Parameters [0] { - } - } - - Method [ public method getProtocolVersion ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getUri ] { - - - Parameters [0] { - } - } - - Method [ public method getHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ array ] - } - - Method [ public method getHeaderLine ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ string ] - } - - Method [ public method getHeaders ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method hasHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ bool ] - } - - Method [ public method withAddedHeader ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } - } - - Method [ public method withBody ] { - - - Parameters [1] { - Parameter #0 [ Psr\Http\Message\StreamInterface $body ] - } - } - - Method [ public method withHeader ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } - } - - Method [ public method withProtocolVersion ] { - - - Parameters [1] { - Parameter #0 [ $version ] - } - } - - Method [ public method withoutHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - } - - Method [ final protected method checkHeaderHost ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $collection ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method checkHeaderName ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ void ] - } - - Method [ final protected method checkHeaderValue ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - - Return [ void ] - } - - Method [ final protected method getHeaderValue ] { - - - Parameters [1] { - Parameter #0 [ $values ] - } - - Return [ array ] - } - - Method [ final protected method getUriHost ] { - - - Parameters [1] { - Parameter #0 [ Psr\Http\Message\UriInterface $uri ] - } - - Return [ string ] - } - - Method [ final protected method populateHeaderCollection ] { - - - Parameters [1] { - Parameter #0 [ array $headers ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method processBody ] { - - - Parameters [2] { - Parameter #0 [ $body = ] - Parameter #1 [ string $mode = ] - } - - Return [ Psr\Http\Message\StreamInterface ] - } - - Method [ final protected method processHeaders ] { - - - Parameters [1] { - Parameter #0 [ $headers ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method processProtocol ] { - - - Parameters [1] { - Parameter #0 [ $protocol = ] - } - - Return [ string ] - } - - Method [ final protected method cloneInstance ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - - Method [ final protected method checkStringParameter ] { - - - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ void ] - } - - Method [ final protected method processWith ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - } - } - - Class [ final class Phalcon\Http\Message\ResponseFactory implements PsrExt\Http\Message\ResponseFactoryInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method createResponse ] { - - - Parameters [2] { - Parameter #0 [ int $code = ] - Parameter #1 [ string $reasonPhrase = ] - } - - Return [ Psr\Http\Message\ResponseInterface ] - } - } - } - - Class [ final class Phalcon\Http\Message\ServerRequest extends Phalcon\Http\Message\AbstractRequest implements Phalcon\Http\Message\RequestMethodInterface, PsrExt\Http\Message\ServerRequestInterface, PsrExt\Http\Message\MessageInterface, PsrExt\Http\Message\RequestInterface ] { - - - Constants [10] { - Constant [ public string METHOD_CONNECT ] { CONNECT } - Constant [ public string METHOD_DELETE ] { DELETE } - Constant [ public string METHOD_GET ] { GET } - Constant [ public string METHOD_HEAD ] { HEAD } - Constant [ public string METHOD_OPTIONS ] { OPTIONS } - Constant [ public string METHOD_PATCH ] { PATCH } - Constant [ public string METHOD_POST ] { POST } - Constant [ public string METHOD_PURGE ] { PURGE } - Constant [ public string METHOD_PUT ] { PUT } - Constant [ public string METHOD_TRACE ] { TRACE } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [12] { - Property [ protected $body = NULL ] - Property [ protected $headers = NULL ] - Property [ protected $protocolVersion = '1.1' ] - Property [ protected $method = 'GET' ] - Property [ protected $requestTarget = NULL ] - Property [ protected $uri = NULL ] - Property [ protected $attributes = NULL ] - Property [ protected $cookieParams = NULL ] - Property [ protected $parsedBody = NULL ] - Property [ protected $queryParams = NULL ] - Property [ protected $serverParams = NULL ] - Property [ protected $uploadedFiles = NULL ] - } - - - Methods [46] { - Method [ public method getCookieParams ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getParsedBody ] { - - - Parameters [0] { - } - } - - Method [ public method getQueryParams ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getServerParams ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method getUploadedFiles ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method __construct ] { - - - Parameters [10] { - Parameter #0 [ string $method = ] - Parameter #1 [ $uri = ] - Parameter #2 [ array $serverParams = [] ] - Parameter #3 [ $body = ] - Parameter #4 [ $headers = ] - Parameter #5 [ array $cookies = [] ] - Parameter #6 [ array $queryParams = [] ] - Parameter #7 [ array $uploadFiles = [] ] - Parameter #8 [ $parsedBody = ] - Parameter #9 [ string $protocol = ] - } - } - - Method [ public method getAttribute ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $defaultValue = ] - } - } - - Method [ public method getAttributes ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method withAttribute ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } - - Return [ Phalcon\Http\Message\ServerRequest ] - } - - Method [ public method withCookieParams ] { - - - Parameters [1] { - Parameter #0 [ array $cookies ] - } - - Return [ Phalcon\Http\Message\ServerRequest ] - } - - Method [ public method withParsedBody ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ Phalcon\Http\Message\ServerRequest ] - } - - Method [ public method withQueryParams ] { - - - Parameters [1] { - Parameter #0 [ array $query ] - } - - Return [ Phalcon\Http\Message\ServerRequest ] - } - - Method [ public method withUploadedFiles ] { - - - Parameters [1] { - Parameter #0 [ array $uploadedFiles ] - } - - Return [ Phalcon\Http\Message\ServerRequest ] - } - - Method [ public method withoutAttribute ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ Phalcon\Http\Message\ServerRequest ] - } - - Method [ private method checkUploadedFiles ] { - - - Parameters [1] { - Parameter #0 [ array $files ] - } - - Return [ void ] - } - - Method [ public method getMethod ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getUri ] { - - - Parameters [0] { - } - } - - Method [ public method getRequestTarget ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method withMethod ] { - - - Parameters [1] { - Parameter #0 [ $method ] - } - } - - Method [ public method withRequestTarget ] { - - - Parameters [1] { - Parameter #0 [ $requestTarget ] - } - } - - Method [ public method withUri ] { - - - Parameters [2] { - Parameter #0 [ Psr\Http\Message\UriInterface $uri ] - Parameter #1 [ $preserveHost = ] - } - } - - Method [ final protected method processMethod ] { - - - Parameters [1] { - Parameter #0 [ $method = ] - } - - Return [ string ] - } - - Method [ final protected method processUri ] { - - - Parameters [1] { - Parameter #0 [ $uri ] - } - - Return [ Psr\Http\Message\UriInterface ] - } - - Method [ public method getBody ] { - - - Parameters [0] { - } - } - - Method [ public method getProtocolVersion ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ array ] - } - - Method [ public method getHeaderLine ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ string ] - } - - Method [ public method getHeaders ] { - - - Parameters [0] { - } - - Return [ array ] - } - - Method [ public method hasHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ bool ] - } - - Method [ public method withAddedHeader ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } - } - - Method [ public method withBody ] { - - - Parameters [1] { - Parameter #0 [ Psr\Http\Message\StreamInterface $body ] - } - } - - Method [ public method withHeader ] { - - - Parameters [2] { - Parameter #0 [ $name ] - Parameter #1 [ $value ] - } - } - - Method [ public method withProtocolVersion ] { - - - Parameters [1] { - Parameter #0 [ $version ] - } - } - - Method [ public method withoutHeader ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - } - - Method [ final protected method checkHeaderHost ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $collection ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method checkHeaderName ] { - - - Parameters [1] { - Parameter #0 [ $name ] - } - - Return [ void ] - } - - Method [ final protected method checkHeaderValue ] { - - - Parameters [1] { - Parameter #0 [ $value ] - } - - Return [ void ] - } - - Method [ final protected method getHeaderValue ] { - - - Parameters [1] { - Parameter #0 [ $values ] - } - - Return [ array ] - } - - Method [ final protected method getUriHost ] { - - - Parameters [1] { - Parameter #0 [ Psr\Http\Message\UriInterface $uri ] - } - - Return [ string ] - } - - Method [ final protected method populateHeaderCollection ] { - - - Parameters [1] { - Parameter #0 [ array $headers ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method processBody ] { - - - Parameters [2] { - Parameter #0 [ $body = ] - Parameter #1 [ string $mode = ] - } - - Return [ Psr\Http\Message\StreamInterface ] - } - - Method [ final protected method processHeaders ] { - - - Parameters [1] { - Parameter #0 [ $headers ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ final protected method processProtocol ] { - - - Parameters [1] { - Parameter #0 [ $protocol = ] - } - - Return [ string ] - } - - Method [ final protected method cloneInstance ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - - Method [ final protected method checkStringParameter ] { - - - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ void ] - } - - Method [ final protected method processWith ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - } - } - - Class [ class Phalcon\Http\Message\ServerRequestFactory implements PsrExt\Http\Message\ServerRequestFactoryInterface, Phalcon\Http\Message\RequestMethodInterface ] { - - - Constants [10] { - Constant [ public string METHOD_CONNECT ] { CONNECT } - Constant [ public string METHOD_DELETE ] { DELETE } - Constant [ public string METHOD_GET ] { GET } - Constant [ public string METHOD_HEAD ] { HEAD } - Constant [ public string METHOD_OPTIONS ] { OPTIONS } - Constant [ public string METHOD_PATCH ] { PATCH } - Constant [ public string METHOD_POST ] { POST } - Constant [ public string METHOD_PURGE ] { PURGE } - Constant [ public string METHOD_PUT ] { PUT } - Constant [ public string METHOD_TRACE ] { TRACE } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [17] { - Method [ public method createServerRequest ] { - - - Parameters [3] { - Parameter #0 [ string $method ] - Parameter #1 [ $uri ] - Parameter #2 [ array $serverParams = [] ] - } - - Return [ Psr\Http\Message\ServerRequestInterface ] - } - - Method [ public method load ] { - - - Parameters [5] { - Parameter #0 [ ?array $server = [] ] - Parameter #1 [ ?array $get = [] ] - Parameter #2 [ ?array $post = [] ] - Parameter #3 [ ?array $cookies = [] ] - Parameter #4 [ ?array $files = [] ] - } - - Return [ Phalcon\Http\Message\ServerRequest ] - } - - Method [ protected method getHeaders ] { - - - Parameters [0] { - } - } - - Method [ private method calculateUriHost ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] - Parameter #1 [ Phalcon\Support\Collection\CollectionInterface $headers ] - } - - Return [ array ] - } - - Method [ private method calculateUriHostFromHeader ] { - - - Parameters [1] { - Parameter #0 [ string $host ] - } - - Return [ array ] - } - - Method [ private method calculateUriPath ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] - } - - Return [ string ] - } - - Method [ private method calculateUriQuery ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] - } - - Return [ string ] - } - - Method [ private method calculateUriScheme ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] - Parameter #1 [ Phalcon\Support\Collection\CollectionInterface $headers ] - } - - Return [ string ] - } - - Method [ private method checkNullArray ] { - - - Parameters [2] { - Parameter #0 [ $source ] - Parameter #1 [ array $super ] - } - - Return [ array ] - } - - Method [ private method createUploadedFile ] { - - - Parameters [1] { - Parameter #0 [ array $file ] - } - - Return [ Phalcon\Http\Message\UploadedFile ] - } - - Method [ private method getHeader ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $headers ] - Parameter #1 [ string $name ] - Parameter #2 [ $defaultValue = ] - } - } - - Method [ private method parseCookieHeader ] { - - - Parameters [1] { - Parameter #0 [ string $cookieHeader ] - } - - Return [ array ] - } - - Method [ private method parseHeaders ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ private method parseProtocol ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] - } - - Return [ string ] - } - - Method [ private method parseServer ] { - - - Parameters [1] { - Parameter #0 [ array $server ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ private method parseUploadedFiles ] { - - - Parameters [1] { - Parameter #0 [ array $files ] - } - - Return [ Phalcon\Support\Collection\CollectionInterface ] - } - - Method [ private method parseUri ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Support\Collection\CollectionInterface $server ] - Parameter #1 [ Phalcon\Support\Collection\CollectionInterface $headers ] - } - - Return [ Phalcon\Http\Message\Uri ] - } - } - } - - Class [ final class Phalcon\Http\Message\StreamFactory implements PsrExt\Http\Message\StreamFactoryInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [3] { - Method [ public method createStream ] { - - - Parameters [1] { - Parameter #0 [ string $content = ] - } - - Return [ Psr\Http\Message\StreamInterface ] - } - - Method [ public method createStreamFromFile ] { - - - Parameters [2] { - Parameter #0 [ string $filename ] - Parameter #1 [ string $mode = ] - } - - Return [ Psr\Http\Message\StreamInterface ] - } - - Method [ public method createStreamFromResource ] { - - - Parameters [1] { - Parameter #0 [ $phpResource ] - } - - Return [ Psr\Http\Message\StreamInterface ] - } - } - } - - Class [ class Phalcon\Http\Message\Stream\Input extends Phalcon\Http\Message\Stream implements Stringable, PsrExt\Http\Message\StreamInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $handle = NULL ] - Property [ protected $stream = NULL ] - Property [ private $data = '' ] - Property [ private $eof = false ] - } - - - Methods [18] { - Method [ public method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getContents ] { - - - Parameters [1] { - Parameter #0 [ int $length = ] - } - - Return [ string ] - } - - Method [ public method isWritable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method read ] { - - - Parameters [1] { - Parameter #0 [ $length ] - } - - Return [ string ] - } - - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - - Method [ public method close ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method detach ] { - - - Parameters [0] { - } - } - - Method [ public method eof ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method getMetadata ] { - - - Parameters [1] { - Parameter #0 [ $key = ] - } - } - - Method [ public method getSize ] { - - - Parameters [0] { - } - - Return [ ?int ] - } - - Method [ public method isReadable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method isSeekable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method rewind ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method seek ] { - - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $whence = ] - } - - Return [ void ] - } - - Method [ public method setStream ] { - - - Parameters [2] { - Parameter #0 [ $stream ] - Parameter #1 [ string $mode = ] - } - - Return [ void ] - } - - Method [ public method tell ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method write ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ int ] - } - } - } - - Class [ class Phalcon\Http\Message\Stream\Memory extends Phalcon\Http\Message\Stream implements PsrExt\Http\Message\StreamInterface, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $handle = NULL ] - Property [ protected $stream = NULL ] - } - - - Methods [18] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $mode = ] - } - } - - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method close ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method detach ] { - - - Parameters [0] { - } - } - - Method [ public method eof ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method getContents ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getMetadata ] { - - - Parameters [1] { - Parameter #0 [ $key = ] - } - } - - Method [ public method getSize ] { - - - Parameters [0] { - } - - Return [ ?int ] - } - - Method [ public method isReadable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method isSeekable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method isWritable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method read ] { - - - Parameters [1] { - Parameter #0 [ $length ] - } - - Return [ string ] - } - - Method [ public method rewind ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method seek ] { - - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $whence = ] - } - - Return [ void ] - } - - Method [ public method setStream ] { - - - Parameters [2] { - Parameter #0 [ $stream ] - Parameter #1 [ string $mode = ] - } - - Return [ void ] - } - - Method [ public method tell ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method write ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ int ] - } - } - } - - Class [ class Phalcon\Http\Message\Stream\Temp extends Phalcon\Http\Message\Stream implements PsrExt\Http\Message\StreamInterface, Stringable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $handle = NULL ] - Property [ protected $stream = NULL ] - } - - - Methods [18] { - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ $mode = ] - } - } - - Method [ public method __destruct ] { - - - Parameters [0] { - } - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method close ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method detach ] { - - - Parameters [0] { - } - } - - Method [ public method eof ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method getContents ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getMetadata ] { - - - Parameters [1] { - Parameter #0 [ $key = ] - } - } - - Method [ public method getSize ] { - - - Parameters [0] { - } - - Return [ ?int ] - } - - Method [ public method isReadable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method isSeekable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method isWritable ] { - - - Parameters [0] { - } - - Return [ bool ] - } - - Method [ public method read ] { - - - Parameters [1] { - Parameter #0 [ $length ] - } - - Return [ string ] - } - - Method [ public method rewind ] { - - - Parameters [0] { - } - - Return [ void ] - } - - Method [ public method seek ] { - - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $whence = ] - } - - Return [ void ] - } - - Method [ public method setStream ] { - - - Parameters [2] { - Parameter #0 [ $stream ] - Parameter #1 [ string $mode = ] - } - - Return [ void ] - } - - Method [ public method tell ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method write ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - - Return [ int ] - } - } - } - - Class [ final class Phalcon\Http\Message\UploadedFile implements PsrExt\Http\Message\UploadedFileInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ private $alreadyMoved = false ] - Property [ private $clientFilename = NULL ] - Property [ private $clientMediaType = NULL ] - Property [ private $error = 0 ] - Property [ private $fileName = '' ] - Property [ private $size = NULL ] - Property [ private $stream = NULL ] - } - - - Methods [12] { - Method [ public method getClientFilename ] { - - - Parameters [0] { - } - - Return [ ?string ] - } - - Method [ public method getClientMediaType ] { - - - Parameters [0] { - } - - Return [ ?string ] - } - - Method [ public method getError ] { - - - Parameters [0] { - } - - Return [ int ] - } - - Method [ public method getSize ] { - - - Parameters [0] { - } - - Return [ ?int ] - } - - Method [ public method __construct ] { - - - Parameters [5] { - Parameter #0 [ $stream ] - Parameter #1 [ ?int $size = ] - Parameter #2 [ int $error = ] - Parameter #3 [ ?string $clientFilename = ] - Parameter #4 [ ?string $clientMediaType = ] - } - } - - Method [ public method getStream ] { - - - Parameters [0] { - } - } - - Method [ public method moveTo ] { - - - Parameters [1] { - Parameter #0 [ $targetPath ] - } - - Return [ void ] - } - - Method [ private method checkError ] { - - - Parameters [1] { - Parameter #0 [ int $error ] - } - - Return [ void ] - } - - Method [ private method checkStream ] { - - - Parameters [2] { - Parameter #0 [ $stream ] - Parameter #1 [ int $error ] - } - - Return [ void ] - } - - Method [ private method getErrorDescription ] { - - - Parameters [1] { - Parameter #0 [ int $error ] - } - - Return [ string ] - } - - Method [ private method storeFile ] { - - - Parameters [1] { - Parameter #0 [ string $targetPath ] - } - - Return [ void ] - } - - Method [ private method isBetween ] { - - - Parameters [3] { - Parameter #0 [ int $value ] - Parameter #1 [ int $from ] - Parameter #2 [ int $to ] - } - - Return [ bool ] - } - } - } - - Class [ final class Phalcon\Http\Message\UploadedFileFactory implements PsrExt\Http\Message\UploadedFileFactoryInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method createUploadedFile ] { - - - Parameters [5] { - Parameter #0 [ Psr\Http\Message\StreamInterface $stream ] - Parameter #1 [ ?int $size = ] - Parameter #2 [ int $error = ] - Parameter #3 [ ?string $clientFilename = ] - Parameter #4 [ ?string $clientMediaType = ] - } - - Return [ Psr\Http\Message\UploadedFileInterface ] - } - } - } - - Class [ final class Phalcon\Http\Message\Uri extends Phalcon\Http\Message\AbstractCommon implements Stringable, PsrExt\Http\Message\UriInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [8] { - Property [ protected $fragment = '' ] - Property [ protected $host = '' ] - Property [ protected $pass = '' ] - Property [ protected $path = '' ] - Property [ protected $port = NULL ] - Property [ protected $query = '' ] - Property [ protected $scheme = 'https' ] - Property [ protected $user = '' ] - } - - - Methods [28] { - Method [ public method getFragment ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getHost ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getPath ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getPort ] { - - - Parameters [0] { - } - - Return [ ?int ] - } - - Method [ public method getQuery ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getScheme ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ string $uri = ] - } - } - - Method [ public method __toString ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getAuthority ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method getUserInfo ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method withFragment ] { - - - Parameters [1] { - Parameter #0 [ $fragment ] - } - - Return [ Phalcon\Http\Message\Uri ] - } - - Method [ public method withPath ] { - - - Parameters [1] { - Parameter #0 [ $path ] - } - - Return [ Phalcon\Http\Message\Uri ] - } - - Method [ public method withPort ] { - - - Parameters [1] { - Parameter #0 [ $port ] - } - - Return [ Phalcon\Http\Message\Uri ] - } - - Method [ public method withQuery ] { - - - Parameters [1] { - Parameter #0 [ $query ] - } - - Return [ Phalcon\Http\Message\Uri ] - } - - Method [ public method withScheme ] { - - - Parameters [1] { - Parameter #0 [ $scheme ] - } - - Return [ Phalcon\Http\Message\Uri ] - } - - Method [ public method withUserInfo ] { - - - Parameters [2] { - Parameter #0 [ $user ] - Parameter #1 [ $password = ] - } - - Return [ Phalcon\Http\Message\Uri ] - } - - Method [ public method withHost ] { - - - Parameters [1] { - Parameter #0 [ $host ] - } - - Return [ Phalcon\Http\Message\Uri ] - } - - Method [ private method checkValue ] { - - - Parameters [3] { - Parameter #0 [ string $value ] - Parameter #1 [ string $prefix = ] - Parameter #2 [ string $suffix = ] - } - - Return [ string ] - } - - Method [ private method filterFragment ] { - - - Parameters [1] { - Parameter #0 [ string $fragment ] - } - - Return [ string ] - } - - Method [ private method filterPath ] { - - - Parameters [1] { - Parameter #0 [ string $path ] - } - - Return [ string ] - } - - Method [ private method filterPort ] { - - - Parameters [1] { - Parameter #0 [ $port ] - } - - Return [ ?int ] - } - - Method [ private method filterQuery ] { - - - Parameters [1] { - Parameter #0 [ string $query ] - } - - Return [ string ] - } - - Method [ private method filterScheme ] { - - - Parameters [1] { - Parameter #0 [ string $scheme ] - } - - Return [ string ] - } - - Method [ private method splitQueryValue ] { - - - Parameters [1] { - Parameter #0 [ string $element ] - } - - Return [ array ] - } - - Method [ private method getArrVal ] { - - - Parameters [3] { - Parameter #0 [ array $collection ] - Parameter #1 [ $index ] - Parameter #2 [ $defaultValue = ] - } - } - - Method [ final protected method cloneInstance ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - - Method [ final protected method checkStringParameter ] { - - - Parameters [1] { - Parameter #0 [ $element ] - } - - Return [ void ] - } - - Method [ final protected method processWith ] { - - - Parameters [2] { - Parameter #0 [ $element ] - Parameter #1 [ string $property ] - } - } - } - } - - Class [ final class Phalcon\Http\Message\UriFactory implements PsrExt\Http\Message\UriFactoryInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ public method createUri ] { - - - Parameters [1] { - Parameter #0 [ string $uri = ] - } - - Return [ Psr\Http\Message\UriInterface ] - } - } - } - Class [ class Phalcon\Http\Request extends Phalcon\Di\AbstractInjectionAware implements Phalcon\Di\InjectionAwareInterface, Phalcon\Http\RequestInterface, Phalcon\Http\Message\RequestMethodInterface ] { - Constants [10] { @@ -61535,57 +60606,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ abstract class Phalcon\Http\Server\AbstractMiddleware implements PsrExt\Http\Server\MiddlewareInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method process ] { - - - Parameters [2] { - Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] - Parameter #1 [ Psr\Http\Server\RequestHandlerInterface $handler ] - } - - Return [ Psr\Http\Message\ResponseInterface ] - } - } - } - - Class [ abstract class Phalcon\Http\Server\AbstractRequestHandler implements PsrExt\Http\Server\RequestHandlerInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method handle ] { - - - Parameters [1] { - Parameter #0 [ Psr\Http\Message\ServerRequestInterface $request ] - } - - Return [ Psr\Http\Message\ResponseInterface ] - } - } - } - Class [ class Phalcon\Image\Adapter\Gd extends Phalcon\Image\Adapter\AbstractAdapter implements Phalcon\Image\Adapter\AdapterInterface ] { - Constants [0] { @@ -63061,6 +62081,33 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Class [ class Phalcon\Logger\Enum ] { + + - Constants [9] { + Constant [ public int ALERT ] { 2 } + Constant [ public int CRITICAL ] { 1 } + Constant [ public int CUSTOM ] { 8 } + Constant [ public int DEBUG ] { 7 } + Constant [ public int EMERGENCY ] { 0 } + Constant [ public int ERROR ] { 3 } + Constant [ public int INFO ] { 6 } + Constant [ public int NOTICE ] { 5 } + Constant [ public int WARNING ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Class [ class Phalcon\Logger\Exception extends Exception implements Throwable, Stringable ] { - Constants [0] { @@ -63443,7 +62490,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\Logger\Logger implements PsrExt\Log\LoggerInterface ] { + Class [ class Phalcon\Logger\Logger extends Phalcon\Logger\AbstractLogger implements Phalcon\Logger\LoggerInterface ] { - Constants [9] { Constant [ public int ALERT ] { 2 } @@ -63472,98 +62519,115 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } - Methods [22] { - Method [ public method getAdapters ] { + Method [ public method alert ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } + - Return [ void ] } - Method [ public method getLogLevel ] { + Method [ public method critical ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ int ] + - Return [ void ] } - Method [ public method getName ] { + Method [ public method debug ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ string ] + - Return [ void ] } - Method [ public method __construct ] { + Method [ public method emergency ] { - - Parameters [3] { - Parameter #0 [ string $name ] - Parameter #1 [ array $adapters = [] ] - Parameter #2 [ ?DateTimeZone $timezone = ] + - Parameters [2] { + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } + - Return [ void ] } - Method [ public method addAdapter ] { + Method [ public method error ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] + Parameter #0 [ string $message ] + Parameter #1 [ array $context = [] ] } - - Return [ Phalcon\Logger\Logger ] + - Return [ void ] } - Method [ public method alert ] { + Method [ public method info ] { - Parameters [2] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } - Method [ public method critical ] { + Method [ public method log ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + - Parameters [3] { + Parameter #0 [ $level ] + Parameter #1 [ string $message ] + Parameter #2 [ array $context = [] ] } - Return [ void ] } - Method [ public method debug ] { + Method [ public method notice ] { - Parameters [2] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } - Method [ public method error ] { + Method [ public method warning ] { - Parameters [2] { - Parameter #0 [ $message ] + Parameter #0 [ string $message ] Parameter #1 [ array $context = [] ] } - Return [ void ] } - Method [ public method emergency ] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ string $name ] + Parameter #1 [ array $adapters = [] ] + Parameter #2 [ ?DateTimeZone $timezone = ] + } + } + + Method [ public method addAdapter ] { - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + Parameter #0 [ string $name ] + Parameter #1 [ Phalcon\Logger\Adapter\AdapterInterface $adapter ] } - - Return [ void ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method excludeAdapters ] { + Method [ public method excludeAdapters ] { - Parameters [1] { Parameter #0 [ array $adapters = [] ] } - - Return [ Phalcon\Logger\Logger ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method getAdapter ] { + Method [ public method getAdapter ] { - Parameters [1] { Parameter #0 [ string $name ] @@ -63571,68 +62635,52 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ Phalcon\Logger\Adapter\AdapterInterface ] } - Method [ public method info ] { + Method [ public method getAdapters ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ array ] } - Method [ public method log ] { + Method [ public method getLogLevel ] { - - Parameters [3] { - Parameter #0 [ $level ] - Parameter #1 [ $message ] - Parameter #2 [ array $context = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ int ] } - Method [ public method notice ] { + Method [ public method getName ] { - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] + - Parameters [0] { } - - Return [ void ] + - Return [ string ] } - Method [ public method removeAdapter ] { + Method [ public method removeAdapter ] { - Parameters [1] { Parameter #0 [ string $name ] } - - Return [ Phalcon\Logger\Logger ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method setAdapters ] { + Method [ public method setAdapters ] { - Parameters [1] { Parameter #0 [ array $adapters ] } - - Return [ Phalcon\Logger\Logger ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method setLogLevel ] { + Method [ public method setLogLevel ] { - Parameters [1] { Parameter #0 [ int $level ] } - - Return [ Phalcon\Logger\Logger ] + - Return [ Phalcon\Logger\AbstractLogger ] } - Method [ public method warning ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array $context = [] ] - } - - Return [ void ] - } - - Method [ protected method addMessage ] { + Method [ protected method addMessage ] { - Parameters [3] { Parameter #0 [ int $level ] @@ -63642,19 +62690,19 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ protected method getLevels ] { + Method [ protected method getLevelNumber ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $level ] } - - Return [ array ] + - Return [ int ] } - Method [ private method getLevelNumber ] { + Method [ protected method getLevels ] { - - Parameters [1] { - Parameter #0 [ $level ] + - Parameters [0] { } - - Return [ int ] + - Return [ array ] } } } @@ -64050,6 +63098,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $index ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -64098,7 +63147,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Properties [7] { Property [ protected $container = NULL ] - Property [ protected $defaultModule = NULL ] + Property [ protected $defaultModule = '' ] Property [ protected $eventsManager = NULL ] Property [ protected $modules = NULL ] Property [ protected $implicitView = true ] @@ -65088,7 +64137,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $alias ] + Parameter #0 [ $offset ] } - Return [ bool ] } @@ -65096,15 +64145,16 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $alias ] + Parameter #0 [ $offset ] } + - Return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $alias ] - Parameter #1 [ $definition ] + Parameter #0 [ $offset ] + Parameter #1 [ $value ] } - Return [ void ] } @@ -65112,7 +64162,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $alias ] + Parameter #0 [ $offset ] } - Return [ void ] } @@ -65393,7 +64443,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #0 [ $method ] Parameter #1 [ string $routePattern ] Parameter #2 [ $handler ] - Parameter #3 [ string $name ] + Parameter #3 [ ?string $name = ] } - Return [ void ] } @@ -65717,7 +64767,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $uniqueTypes = NULL ] } - - Methods [84] { + - Methods [86] { Method [ public method getTransaction ] { - Parameters [0] { @@ -66027,8 +65077,9 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $serialized ] } + - Return [ void ] } Method [ final public method setConnectionService ] { @@ -66252,7 +65303,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #0 [ $fields ] Parameter #1 [ string $referenceModel ] Parameter #2 [ $referencedFields ] - Parameter #3 [ $options = ] + Parameter #3 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\Relation ] } @@ -66263,7 +65314,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #0 [ $fields ] Parameter #1 [ string $referenceModel ] Parameter #2 [ $referencedFields ] - Parameter #3 [ $options = ] + Parameter #3 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\Relation ] } @@ -66277,7 +65328,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #3 [ $intermediateReferencedFields ] Parameter #4 [ string $referenceModel ] Parameter #5 [ $referencedFields ] - Parameter #6 [ $options = ] + Parameter #6 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\Relation ] } @@ -66288,7 +65339,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #0 [ $fields ] Parameter #1 [ string $referenceModel ] Parameter #2 [ $referencedFields ] - Parameter #3 [ $options = ] + Parameter #3 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\Relation ] } @@ -66302,7 +65353,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #3 [ $intermediateReferencedFields ] Parameter #4 [ string $referenceModel ] Parameter #5 [ $referencedFields ] - Parameter #6 [ $options = ] + Parameter #6 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\Relation ] } @@ -66377,6 +65428,21 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ public method getDI ] { - Parameters [0] { @@ -67267,7 +66333,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] - Parameter #4 [ $options = ] + Parameter #4 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } @@ -67282,7 +66348,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #4 [ $intermediateReferencedFields ] Parameter #5 [ string $referencedModel ] Parameter #6 [ $referencedFields ] - Parameter #7 [ $options = ] + Parameter #7 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } @@ -67294,7 +66360,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] - Parameter #4 [ $options = ] + Parameter #4 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } @@ -67306,7 +66372,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #1 [ $fields ] Parameter #2 [ string $referencedModel ] Parameter #3 [ $referencedFields ] - Parameter #4 [ $options = ] + Parameter #4 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } @@ -67321,7 +66387,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Parameter #4 [ $intermediateReferencedFields ] Parameter #5 [ string $referencedModel ] Parameter #6 [ $referencedFields ] - Parameter #7 [ $options = ] + Parameter #7 [ array $options = [] ] } - Return [ Phalcon\Mvc\Model\RelationInterface ] } @@ -70470,13 +69536,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $disableHydration = false ] } - - Methods [28] { + - Methods [30] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $columnTypes ] Parameter #1 [ ?Phalcon\Db\ResultInterface $result = ] - Parameter #2 [ ?Psr\SimpleCache\CacheInterface $cache = ] + Parameter #2 [ $cache = ] } } @@ -70484,6 +69550,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ public method toArray ] { @@ -70508,6 +69575,21 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ final public method count ] { - Parameters [0] { @@ -70535,7 +69617,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [0] { } - - Return [ ?Psr\SimpleCache\CacheInterface ] + - Return [ ?Phalcon\Cache\CacheInterface ] } Method [ public method getFirst ] { @@ -70605,6 +69687,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $index ] } + - Return [ mixed ] } Method [ public method offsetExists ] { @@ -70713,14 +69796,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $keepSnapshots = false ] } - - Methods [28] { + - Methods [30] { Method [ public method __construct ] { - Parameters [5] { Parameter #0 [ $columnMap ] Parameter #1 [ $model ] Parameter #2 [ $result ] - Parameter #3 [ ?Psr\SimpleCache\CacheInterface $cache = ] + Parameter #3 [ $cache = ] Parameter #4 [ bool $keepSnapshots = ] } } @@ -70755,6 +69838,21 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ final public method count ] { - Parameters [0] { @@ -70782,7 +69880,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [0] { } - - Return [ ?Psr\SimpleCache\CacheInterface ] + - Return [ ?Phalcon\Cache\CacheInterface ] } Method [ public method getFirst ] { @@ -70852,6 +69950,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $index ] } + - Return [ mixed ] } Method [ public method offsetExists ] { @@ -70955,6 +70054,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $index ] } + - Return [ mixed ] } Method [ public method offsetExists ] { @@ -71515,20 +70615,20 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Properties [25] { Property [ protected $container = NULL ] - Property [ protected $action = NULL ] - Property [ protected $controller = NULL ] - Property [ protected $defaultAction = NULL ] - Property [ protected $defaultController = NULL ] - Property [ protected $defaultModule = NULL ] - Property [ protected $defaultNamespace = NULL ] + Property [ protected $action = '' ] + Property [ protected $controller = '' ] + Property [ protected $defaultAction = '' ] + Property [ protected $defaultController = '' ] + Property [ protected $defaultModule = '' ] + Property [ protected $defaultNamespace = '' ] Property [ protected $defaultParams = NULL ] Property [ protected $eventsManager = NULL ] Property [ protected $keyRouteNames = NULL ] Property [ protected $keyRouteIds = NULL ] Property [ protected $matchedRoute = NULL ] Property [ protected $matches = NULL ] - Property [ protected $module = NULL ] - Property [ protected $namespaceName = NULL ] + Property [ protected $module = '' ] + Property [ protected $namespaceName = '' ] Property [ protected $notFoundPaths = NULL ] Property [ protected $params = NULL ] Property [ protected $removeExtraSlashes = false ] @@ -74822,7 +73922,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] } - Return [ bool ] } @@ -74830,14 +73930,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ $maxlifetime ] + Parameter #0 [ int $maxlifetime ] } } Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] } - Return [ string ] } @@ -74854,7 +73954,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method write ] { - Parameters [2] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } - Return [ bool ] @@ -74905,7 +74005,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] } - Return [ bool ] } @@ -74913,14 +74013,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ $maxlifetime ] + Parameter #0 [ int $maxlifetime ] } } Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] } - Return [ string ] } @@ -74937,7 +74037,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method write ] { - Parameters [2] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } - Return [ bool ] @@ -74973,7 +74073,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ private $path = '' ] } - - Methods [9] { + - Methods [16] { Method [ public method __construct ] { - Parameters [1] { @@ -74984,7 +74084,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method destroy ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] } - Return [ bool ] } @@ -74992,7 +74092,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method gc ] { - Parameters [1] { - Parameter #0 [ $maxlifetime ] + Parameter #0 [ int $maxlifetime ] } } @@ -75008,7 +74108,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] } - Return [ string ] } @@ -75016,12 +74116,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method write ] { - Parameters [2] { - Parameter #0 [ $id ] + Parameter #0 [ $sessionId ] Parameter #1 [ $data ] } - Return [ bool ] } + Method [ protected method getArrVal ] { + + - Parameters [4] { + Parameter #0 [ array $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $defaultValue = ] + Parameter #3 [ ?string $cast = ] + } + } + Method [ private method getDirSeparator ] { - Parameters [1] { @@ -75030,6 +74140,54 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } + Method [ protected method phpFileExists ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + } + + Method [ protected method phpFileGetContents ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + } + + Method [ protected method phpFilePutContents ] { + + - Parameters [4] { + Parameter #0 [ string $filename ] + Parameter #1 [ $data ] + Parameter #2 [ int $flags = ] + Parameter #3 [ $context = ] + } + } + + Method [ protected method phpFopen ] { + + - Parameters [2] { + Parameter #0 [ string $filename ] + Parameter #1 [ string $mode ] + } + } + + Method [ protected method phpIniGet ] { + + - Parameters [1] { + Parameter #0 [ string $varname ] + } + - Return [ string ] + } + + Method [ protected method phpIsWritable ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + - Return [ bool ] + } + Method [ public method close ] { - Parameters [0] { @@ -75047,7 +74205,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ class Phalcon\Session\Bag extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Di\InjectionAwareInterface ] { + Class [ class Phalcon\Session\Bag extends Phalcon\Support\Collection implements Serializable, JsonSerializable, Traversable, IteratorAggregate, Countable, Phalcon\Support\Collection\CollectionInterface, ArrayAccess, Phalcon\Session\BagInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { } @@ -75067,16 +74225,16 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ private $session = NULL ] } - - Methods [29] { + - Methods [31] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ string $name ] - Parameter #1 [ ?Phalcon\Di\DiInterface $container = ] + Parameter #0 [ Phalcon\Session\ManagerInterface $session ] + Parameter #1 [ string $name ] } } - Method [ public method clear ] { + Method [ public method clear ] { - Parameters [0] { } @@ -75090,7 +74248,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ Phalcon\Di\DiInterface ] } - Method [ public method init ] { + Method [ public method init ] { - Parameters [1] { Parameter #0 [ array $data = [] ] @@ -75098,7 +74256,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } - Method [ public method remove ] { + Method [ public method remove ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -75106,7 +74264,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -75123,14 +74281,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } - Method [ public method __get ] { + Method [ public method __get ] { - Parameters [1] { Parameter #0 [ string $element ] } } - Method [ public method __isset ] { + Method [ public method __isset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -75138,7 +74296,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method __set ] { + Method [ public method __set ] { - Parameters [2] { Parameter #0 [ string $element ] @@ -75147,7 +74305,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } - Method [ public method __unset ] { + Method [ public method __unset ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -75162,7 +74320,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ int ] } - Method [ public method get ] { + Method [ public method get ] { - Parameters [3] { Parameter #0 [ string $element ] @@ -75193,7 +74351,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ array ] } - Method [ public method has ] { + Method [ public method has ] { - Parameters [1] { Parameter #0 [ string $element ] @@ -75221,6 +74379,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -75265,7 +74424,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } @@ -75411,7 +74585,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ private $uniqueId = '' ] } - - Methods [26] { + - Methods [27] { Method [ public method __construct ] { - Parameters [1] { @@ -75513,7 +74687,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method regenerateId ] { - Parameters [1] { - Parameter #0 [ $deleteOldSession = ] + Parameter #0 [ bool $deleteOldSession = ] } - Return [ Phalcon\Session\ManagerInterface ] } @@ -75546,7 +74720,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method setId ] { - Parameters [1] { - Parameter #0 [ string $id ] + Parameter #0 [ string $sessionId ] } - Return [ Phalcon\Session\ManagerInterface ] } @@ -75581,6 +74755,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ int ] } + Method [ protected method phpHeadersSent ] { + + - Parameters [0] { + } + - Return [ bool ] + } + Method [ private method getUniqueKey ] { - Parameters [1] { @@ -75788,16 +74969,556 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Storage\SerializerFactory extends Phalcon\Factory\AbstractFactory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $mapper = NULL ] + Property [ protected $services = NULL ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $services = [] ] + } + } + + Method [ public method newInstance ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ Phalcon\Storage\Serializer\SerializerInterface ] + } + + Method [ protected method getExceptionClass ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ protected method getServices ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method getService ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + } + + Method [ protected method init ] { + + - Parameters [1] { + Parameter #0 [ array $services = [] ] + } + - Return [ void ] + } + + Method [ protected method checkConfig ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + - Return [ array ] + } + + Method [ protected method checkConfigElement ] { + + - Parameters [2] { + Parameter #0 [ array $config ] + Parameter #1 [ string $element ] + } + - Return [ array ] + } + + Method [ protected method getException ] { + + - Parameters [1] { + Parameter #0 [ string $message ] + } + - Return [ Exception ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\Base64 extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [10] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ protected method phpBase64Decode ] { + + - Parameters [2] { + Parameter #0 [ string $input ] + Parameter #1 [ bool $strict = ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [11] { + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ private method getDecode ] { + + - Parameters [4] { + Parameter #0 [ string $data ] + Parameter #1 [ bool $associative = ] + Parameter #2 [ int $depth = ] + Parameter #3 [ int $options = ] + } + } + + Method [ private method getEncode ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ int $options = ] + Parameter #2 [ int $depth = ] + } + - Return [ string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\MemcachedIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\MemcachedJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + } + } + + Class [ class Phalcon\Storage\Serializer\MemcachedPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] + } + + - Methods [9] { + Method [ public method serialize ] { + + - Parameters [0] { + } + - Return [ mixed ] + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] + } + } + + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + + Method [ protected method isSerializable ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ bool ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data ] } - - Return [ string ] + - Return [ void ] } } } - Class [ class Phalcon\Storage\SerializerFactory extends Phalcon\Factory\AbstractFactory ] { + Class [ class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\Igbinary implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } @@ -75809,83 +75530,102 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } - Properties [2] { - Property [ protected $mapper = NULL ] - Property [ protected $services = NULL ] + Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] } - - Methods [9] { - Method [ public method __construct ] { + - Methods [12] { + Method [ protected method doSerialize ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ $value ] } + - Return [ string ] } - Method [ public method newInstance ] { + Method [ protected method doUnserialize ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $value ] } - - Return [ Phalcon\Storage\Serializer\SerializerInterface ] } - Method [ protected method getExceptionClass ] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ string ] } - Method [ protected method getServices ] { + Method [ public method unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ string $serialized ] } - - Return [ array ] + - Return [ void ] } - Method [ protected method getService ] { + Method [ protected method phpIgbinarySerialize ] { - Parameters [1] { - Parameter #0 [ string $name ] + Parameter #0 [ $value ] + } + - Return [ ?string ] + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $data = ] } } - Method [ protected method init ] { + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ array $services = [] ] + Parameter #0 [ $data ] } - Return [ void ] } - Method [ protected method checkConfig ] { + Method [ protected method isSerializable ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $data ] } - - Return [ array ] + - Return [ bool ] } - Method [ protected method checkConfigElement ] { + Method [ public method __serialize ] { - - Parameters [2] { - Parameter #0 [ array $config ] - Parameter #1 [ string $element ] + - Parameters [0] { } - Return [ array ] } - Method [ protected method getException ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ string $message ] + Parameter #0 [ array $data ] } - - Return [ Exception ] + - Return [ void ] } } } - Class [ class Phalcon\Storage\Serializer\Base64 extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Class [ class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { - Constants [0] { } @@ -75896,11 +75636,12 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] } - - Methods [6] { + - Methods [10] { Method [ public method serialize ] { - Parameters [0] { @@ -75911,11 +75652,20 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $serialized ] } - Return [ void ] } + Method [ private method phpUnserialize ] { + + - Parameters [2] { + Parameter #0 [ string $data ] + Parameter #1 [ array $options = [] ] + } + - Return [ mixed ] + } + Method [ public method __construct ] { - Parameters [1] { @@ -75923,6 +75673,27 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + Method [ protected method isSerializable ] { - Parameters [1] { @@ -75931,23 +75702,24 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method getData ] { + Method [ public method __serialize ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method setData ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ array $data ] } - Return [ void ] } } } - Class [ class Phalcon\Storage\Serializer\Igbinary extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Class [ class Phalcon\Storage\Serializer\RedisIgbinary extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } @@ -75958,21 +75730,23 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] } - - Methods [6] { - Method [ public method serialize ] { + - Methods [9] { + Method [ public method serialize ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method unserialize ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $serialized ] } - Return [ void ] } @@ -75984,6 +75758,27 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + Method [ protected method isSerializable ] { - Parameters [1] { @@ -75992,23 +75787,24 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method getData ] { + Method [ public method __serialize ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method setData ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ array $data ] } - Return [ void ] } } } - Class [ class Phalcon\Storage\Serializer\Json extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Class [ class Phalcon\Storage\Serializer\RedisJson extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } @@ -76019,50 +75815,53 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] } - - Methods [8] { - Method [ public method serialize ] { + - Methods [9] { + Method [ public method serialize ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method unserialize ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $serialized ] } - Return [ void ] } - Method [ private method getDecode ] { + Method [ public method __construct ] { - - Parameters [4] { - Parameter #0 [ string $data ] - Parameter #1 [ bool $associative = ] - Parameter #2 [ int $depth = ] - Parameter #3 [ int $options = ] + - Parameters [1] { + Parameter #0 [ $data = ] } } - Method [ private method getEncode ] { + Method [ public method getData ] { - - Parameters [3] { - Parameter #0 [ $data ] - Parameter #1 [ int $options = ] - Parameter #2 [ int $depth = ] + - Parameters [0] { } - - Return [ string ] } - Method [ public method __construct ] { + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ $data ] } + - Return [ void ] } Method [ protected method isSerializable ] { @@ -76073,23 +75872,24 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method getData ] { + Method [ public method __serialize ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method setData ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ array $data ] } - Return [ void ] } } } - Class [ class Phalcon\Storage\Serializer\Msgpack extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Class [ class Phalcon\Storage\Serializer\RedisMsgpack extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } @@ -76100,22 +75900,23 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] } - - Methods [6] { - Method [ public method serialize ] { + - Methods [9] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ ?string ] + - Return [ mixed ] } - Method [ public method unserialize ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $serialized ] } - Return [ void ] } @@ -76127,6 +75928,27 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + Method [ protected method isSerializable ] { - Parameters [1] { @@ -76135,23 +75957,24 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method getData ] { + Method [ public method __serialize ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method setData ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ array $data ] } - Return [ void ] } } } - Class [ class Phalcon\Storage\Serializer\None extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Class [ class Phalcon\Storage\Serializer\RedisNone extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } @@ -76162,22 +75985,23 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] } - - Methods [6] { - Method [ public method serialize ] { + - Methods [9] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ string ] + - Return [ mixed ] } - Method [ public method unserialize ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $serialized ] } - Return [ void ] } @@ -76189,6 +76013,27 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } + Method [ public method getData ] { + + - Parameters [0] { + } + } + + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + - Return [ void ] + } + Method [ protected method isSerializable ] { - Parameters [1] { @@ -76197,23 +76042,24 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method getData ] { + Method [ public method __serialize ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method setData ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ array $data ] } - Return [ void ] } } } - Class [ class Phalcon\Storage\Serializer\Php extends Phalcon\Storage\Serializer\AbstractSerializer implements Serializable, Phalcon\Storage\Serializer\SerializerInterface ] { + Class [ class Phalcon\Storage\Serializer\RedisPhp extends Phalcon\Storage\Serializer\None implements Phalcon\Storage\Serializer\SerializerInterface, Serializable ] { - Constants [0] { } @@ -76224,47 +76070,53 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ protected $data = NULL ] + Property [ protected $isSuccess = true ] } - - Methods [8] { - Method [ public method serialize ] { + - Methods [9] { + Method [ public method serialize ] { - Parameters [0] { } - - Return [ string ] + - Return [ mixed ] } - Method [ public method unserialize ] { + Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ string $serialized ] } - Return [ void ] } - Method [ private method processSerializable ] { + Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ $data = ] } - - Return [ void ] } - Method [ private method processNotSerializable ] { + Method [ public method getData ] { - - Parameters [1] { - Parameter #0 [ $data ] + - Parameters [0] { } - - Return [ void ] } - Method [ public method __construct ] { + Method [ public method isSuccess ] { + + - Parameters [0] { + } + - Return [ bool ] + } + + Method [ public method setData ] { - Parameters [1] { - Parameter #0 [ $data = ] + Parameter #0 [ $data ] } + - Return [ void ] } Method [ protected method isSerializable ] { @@ -76275,16 +76127,17 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method getData ] { + Method [ public method __serialize ] { - Parameters [0] { } + - Return [ array ] } - Method [ public method setData ] { + Method [ public method __unserialize ] { - Parameters [1] { - Parameter #0 [ $data ] + Parameter #0 [ array $data ] } - Return [ void ] } @@ -76399,7 +76252,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $lowerKeys = NULL ] } - - Methods [27] { + - Methods [29] { Method [ public method remove ] { - Parameters [1] { @@ -76538,6 +76391,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -76582,7 +76436,22 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $serialized ] + } + - Return [ void ] + } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] } - Return [ void ] } @@ -79510,7 +79379,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $lowerKeys = NULL ] } - - Methods [27] { + - Methods [29] { Method [ final public method __construct ] { - Parameters [1] { @@ -79616,6 +79485,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $element ] } + - Return [ mixed ] } Method [ final public method offsetSet ] { @@ -79697,6 +79567,21 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ array ] } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + - Return [ void ] + } + Method [ protected method setData ] { - Parameters [2] { @@ -80458,7 +80343,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { Property [ protected $translate = NULL ] } - - Methods [13] { + - Methods [14] { Method [ public method __construct ] { - Parameters [2] { @@ -80503,6 +80388,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ void ] } + Method [ public method toArray ] { + + - Parameters [0] { + } + - Return [ array ] + } + Method [ protected method phpFopen ] { - Parameters [2] { @@ -80533,6 +80425,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $translateKey ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -80644,14 +80537,198 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ bool ] } - Method [ public method nquery ] { + Method [ public method nquery ] { + + - Parameters [5] { + Parameter #0 [ string $msgid1 ] + Parameter #1 [ string $msgid2 ] + Parameter #2 [ int $count ] + Parameter #3 [ array $placeholders = [] ] + Parameter #4 [ ?string $domain = ] + } + - Return [ string ] + } + + Method [ public method query ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ public method resetDomain ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method setDefaultDomain ] { + + - Parameters [1] { + Parameter #0 [ string $domain ] + } + - Return [ void ] + } + + Method [ public method setDirectory ] { + + - Parameters [1] { + Parameter #0 [ $directory ] + } + - Return [ void ] + } + + Method [ public method setDomain ] { + + - Parameters [1] { + Parameter #0 [ ?string $domain = ] + } + - Return [ string ] + } + + Method [ public method setLocale ] { + + - Parameters [2] { + Parameter #0 [ int $category ] + Parameter #1 [ array $localeArray = [] ] + } + } + + Method [ protected method getOptionsDefault ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ protected method prepareOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + - Return [ void ] + } + + Method [ protected method phpFunctionExists ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ bool ] + } + + Method [ public method _ ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ bool ] + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $translateKey ] + } + - Return [ mixed ] + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + - Return [ void ] + } + + Method [ public method t ] { + + - Parameters [2] { + Parameter #0 [ string $translateKey ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + + Method [ protected method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ string $translation ] + Parameter #1 [ array $placeholders = [] ] + } + - Return [ string ] + } + } + } + + Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $defaultInterpolator = '' ] + Property [ protected $interpolatorFactory = NULL ] + Property [ private $translate = NULL ] + Property [ private $triggerError = false ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] + Parameter #1 [ array $options ] + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ string $index ] + } + - Return [ bool ] + } + + Method [ public method notFound ] { - - Parameters [5] { - Parameter #0 [ string $msgid1 ] - Parameter #1 [ string $msgid2 ] - Parameter #2 [ int $count ] - Parameter #3 [ array $placeholders = [] ] - Parameter #4 [ ?string $domain = ] + - Parameters [1] { + Parameter #0 [ string $index ] } - Return [ string ] } @@ -80665,189 +80742,13 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Return [ string ] } - Method [ public method resetDomain ] { - - - Parameters [0] { - } - - Return [ string ] - } - - Method [ public method setDefaultDomain ] { - - - Parameters [1] { - Parameter #0 [ string $domain ] - } - - Return [ void ] - } - - Method [ public method setDirectory ] { - - - Parameters [1] { - Parameter #0 [ $directory ] - } - - Return [ void ] - } - - Method [ public method setDomain ] { - - - Parameters [1] { - Parameter #0 [ ?string $domain = ] - } - - Return [ string ] - } - - Method [ public method setLocale ] { - - - Parameters [2] { - Parameter #0 [ int $category ] - Parameter #1 [ array $localeArray = [] ] - } - } - - Method [ protected method getOptionsDefault ] { + Method [ public method toArray ] { - Parameters [0] { } - Return [ array ] } - Method [ protected method prepareOptions ] { - - - Parameters [1] { - Parameter #0 [ array $options ] - } - - Return [ void ] - } - - Method [ protected method phpFunctionExists ] { - - - Parameters [1] { - Parameter #0 [ string $name ] - } - - Return [ bool ] - } - - Method [ public method _ ] { - - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } - - Method [ public method offsetExists ] { - - - Parameters [1] { - Parameter #0 [ $translateKey ] - } - - Return [ bool ] - } - - Method [ public method offsetGet ] { - - - Parameters [1] { - Parameter #0 [ $translateKey ] - } - } - - Method [ public method offsetSet ] { - - - Parameters [2] { - Parameter #0 [ $offset ] - Parameter #1 [ $value ] - } - - Return [ void ] - } - - Method [ public method offsetUnset ] { - - - Parameters [1] { - Parameter #0 [ $offset ] - } - - Return [ void ] - } - - Method [ public method t ] { - - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } - - Method [ protected method replacePlaceholders ] { - - - Parameters [2] { - Parameter #0 [ string $translation ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } - } - } - - Class [ class Phalcon\Translate\Adapter\NativeArray extends Phalcon\Translate\Adapter\AbstractAdapter implements Phalcon\Translate\Adapter\AdapterInterface, ArrayAccess ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $defaultInterpolator = '' ] - Property [ protected $interpolatorFactory = NULL ] - Property [ private $translate = NULL ] - Property [ private $triggerError = false ] - } - - - Methods [12] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Translate\InterpolatorFactory $interpolator ] - Parameter #1 [ array $options ] - } - } - - Method [ public method exists ] { - - - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ bool ] - } - - Method [ public method has ] { - - - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ bool ] - } - - Method [ public method notFound ] { - - - Parameters [1] { - Parameter #0 [ string $index ] - } - - Return [ string ] - } - - Method [ public method query ] { - - - Parameters [2] { - Parameter #0 [ string $translateKey ] - Parameter #1 [ array $placeholders = [] ] - } - - Return [ string ] - } - Method [ public method _ ] { - Parameters [2] { @@ -80870,6 +80771,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Parameters [1] { Parameter #0 [ $translateKey ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -81256,11 +81158,8 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [4] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] + - Parameters [1] { + Parameter #0 [ $element ] } } } @@ -81362,11 +81261,8 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [4] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] + - Parameters [1] { + Parameter #0 [ $element ] } } } @@ -81389,18 +81285,14 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Methods [1] { Method [ final public method __invoke ] { - - Parameters [5] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] + - Parameters [1] { + Parameter #0 [ $element ] } } } } - Class [ final class phalcon\15__closure ] { + Class [ final class phalcon\1__closure ] { - Constants [0] { } @@ -81427,83 +81319,7 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ final class phalcon\16__closure ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ final public method __invoke ] { - - - Parameters [5] { - Parameter #0 [ $number ] - Parameter #1 [ $message ] - Parameter #2 [ $file ] - Parameter #3 [ $line ] - Parameter #4 [ $context ] - } - } - } - } - - Class [ final class phalcon\17__closure ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ final public method __invoke ] { - - - Parameters [1] { - Parameter #0 [ $element ] - } - } - } - } - - Class [ final class phalcon\18__closure ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ final public method __invoke ] { - - - Parameters [1] { - Parameter #0 [ $element ] - } - } - } - } - - Class [ final class phalcon\1__closure ] { + Class [ final class phalcon\2__closure ] { - Constants [0] { } @@ -81531,30 +81347,6 @@ Extension [ extension #116 phalcon version 5.0.0beta3 ] { } } - Class [ final class phalcon\2__closure ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ final public method __invoke ] { - - - Parameters [1] { - Parameter #0 [ $element ] - } - } - } - } - Class [ final class phalcon\3__closure ] { - Constants [0] { diff --git a/php-phalcon5.spec b/php-phalcon5.spec index a64f3a9..763380b 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -20,13 +20,14 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name phalcon -# after 40-json.ini, 20-pdo.ini, 40-psr.ini +# after 40-json.ini, 20-pdo.ini %global ini_name 50-%{pecl_name}.ini %global upstream_ver 5.0.0 -%global upstream_pre beta3 +%global upstream_pre RC1 +%global upstream_low rc1 Name: %{?scl_prefix}php-phalcon5 -Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} +Version: %{upstream_ver}%{?upstream_pre:~%{upstream_low}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -40,19 +41,17 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_ver}%{?upstream BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.4.1 -BuildRequires: %{?scl_prefix}php-devel < 8.1 +BuildRequires: %{?scl_prefix}php-devel < 8.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-hash BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-pdo -BuildRequires: %{?scl_prefix}php-pecl-psr-devel >= 1.1.0 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-hash%{?_isa} Requires: %{?scl_prefix}php-json%{?_isa} Requires: %{?scl_prefix}php-pdo%{?_isa} -Requires: %{?scl_prefix}php-psr%{?_isa} >= 1.1.0 %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-phalcon = %{version}-%{release} @@ -182,7 +181,7 @@ done %check # Shared needed extensions modules="" -for mod in hash json pdo psr; do +for mod in hash json pdo; do if [ -f %{php_extdir}/${mod}.so ]; then modules="$modules -d extension=${mod}.so" fi @@ -251,6 +250,10 @@ fi %changelog +* Wed Jun 1 2022 Remi Collet - 5.0.0~rc1-1 +- update to 5.0.0RC1 +- drop dependency on psr extension + * Mon Feb 7 2022 Remi Collet - 5.0.0~beta3-1 - update to 5.0.0beta3 -- cgit