From b7291764e81caf8adae7d5a96a64bf47ac475390 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Dec 2017 07:25:20 +0100 Subject: Update to 3.3.0 using zephir 0.10.6 --- REFLECTION | 2207 +++++++++++++++++++++++++++++++++-------------------- php-phalcon3.spec | 9 +- 2 files changed, 1368 insertions(+), 848 deletions(-) diff --git a/REFLECTION b/REFLECTION index 5301956..440c1be 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #179 phalcon version 3.2.4 ] { +Extension [ extension #183 phalcon version 3.3.0 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -45,7 +45,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } - - Classes [394] { + - Classes [396] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -473,52 +473,6 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } - Interface [ interface Phalcon\Cache\FrontendInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [7] { - Method [ abstract public method getLifetime ] { - } - - Method [ abstract public method isBuffering ] { - } - - Method [ abstract public method start ] { - } - - Method [ abstract public method getContent ] { - } - - Method [ abstract public method stop ] { - } - - Method [ abstract public method beforeStore ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - } - - Method [ abstract public method afterRetrieve ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - } - } - } - Interface [ interface Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [0] { @@ -736,6 +690,52 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } + Interface [ interface Phalcon\Cache\FrontendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getLifetime ] { + } + + Method [ abstract public method isBuffering ] { + } + + Method [ abstract public method start ] { + } + + Method [ abstract public method getContent ] { + } + + Method [ abstract public method stop ] { + } + + Method [ abstract public method beforeStore ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ abstract public method afterRetrieve ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + } + } + Interface [ interface Phalcon\DispatcherInterface ] { - Constants [0] { @@ -964,6 +964,120 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } + Interface [ interface Phalcon\Logger\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [16] { + Method [ abstract public method setFormatter ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] + } + } + + Method [ abstract public method getFormatter ] { + } + + Method [ abstract public method setLogLevel ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + } + + Method [ abstract public method getLogLevel ] { + } + + Method [ abstract public method log ] { + + - Parameters [3] { + Parameter #0 [ $type ] + Parameter #1 [ $message ] + Parameter #2 [ array or NULL $context ] + } + } + + Method [ abstract public method begin ] { + } + + Method [ abstract public method commit ] { + } + + Method [ abstract public method rollback ] { + } + + Method [ abstract public method close ] { + } + + Method [ abstract public method debug ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ abstract public method error ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ abstract public method info ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ abstract public method notice ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ abstract public method warning ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ abstract public method alert ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ abstract public method emergency ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + } + } + Interface [ interface Phalcon\Db\AdapterInterface ] { - Constants [0] { @@ -1394,120 +1508,6 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } - Interface [ interface Phalcon\Logger\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [16] { - Method [ abstract public method setFormatter ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] - } - } - - Method [ abstract public method getFormatter ] { - } - - Method [ abstract public method setLogLevel ] { - - - Parameters [1] { - Parameter #0 [ $level ] - } - } - - Method [ abstract public method getLogLevel ] { - } - - Method [ abstract public method log ] { - - - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - Parameter #2 [ array or NULL $context ] - } - } - - Method [ abstract public method begin ] { - } - - Method [ abstract public method commit ] { - } - - Method [ abstract public method rollback ] { - } - - Method [ abstract public method close ] { - } - - Method [ abstract public method debug ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ abstract public method error ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ abstract public method info ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ abstract public method notice ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ abstract public method warning ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ abstract public method alert ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ abstract public method emergency ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - } - } - Interface [ interface Phalcon\Logger\FormatterInterface ] { - Constants [0] { @@ -5627,8 +5627,8 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Interface [ interface Phalcon\Mvc\Model\Query\BuilderInterface ] { - Constants [2] { - Constant [ string OPERATOR_OR ] { or } - Constant [ string OPERATOR_AND ] { and } + Constant [ public string OPERATOR_OR ] { or } + Constant [ public string OPERATOR_AND ] { and } } - Static properties [0] { @@ -5953,7 +5953,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { - Parameters [2] { Parameter #0 [ $rollbackMessage ] - Parameter #1 [ $rollbackRecord ] + Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] } } @@ -7829,22 +7829,22 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [16] { - Constant [ integer MODELS_ATTRIBUTES ] { 0 } - Constant [ integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ integer MODELS_NOT_NULL ] { 3 } - Constant [ integer MODELS_DATA_TYPES ] { 4 } - Constant [ integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ integer MODELS_DATE_AT ] { 6 } - Constant [ integer MODELS_DATE_IN ] { 7 } - Constant [ integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ integer MODELS_COLUMN_MAP ] { 0 } - Constant [ integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -8152,7 +8152,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Config implements ArrayAccess, Countable ] { - Constants [1] { - Constant [ string DEFAULT_PATH_DELIMITER ] { . } + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [1] { @@ -8258,6 +8258,135 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } + Class [ abstract class Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $_transaction ] + Property [ protected $_queue ] + Property [ protected $_formatter ] + Property [ protected $_logLevel ] + } + + - Methods [18] { + Method [ public method setLogLevel ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + } + + Method [ public method getLogLevel ] { + } + + Method [ public method setFormatter ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] + } + } + + Method [ public method begin ] { + } + + Method [ public method commit ] { + } + + Method [ public method rollback ] { + } + + Method [ public method isTransaction ] { + } + + Method [ public method critical ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ public method emergency ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ public method debug ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ public method error ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ public method info ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ public method notice ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ public method warning ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ public method alert ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } + } + + Method [ public method log ] { + + - Parameters [3] { + Parameter #0 [ $type ] + Parameter #1 [ $message ] + Parameter #2 [ array or NULL $context ] + } + } + + Method [ abstract public method getFormatter ] { + } + + Method [ abstract public method close ] { + } + } + } + Class [ abstract class Phalcon\Db\Adapter implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { @@ -8757,135 +8886,6 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } - Class [ abstract class Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $_transaction ] - Property [ protected $_queue ] - Property [ protected $_formatter ] - Property [ protected $_logLevel ] - } - - - Methods [18] { - Method [ public method setLogLevel ] { - - - Parameters [1] { - Parameter #0 [ $level ] - } - } - - Method [ public method getLogLevel ] { - } - - Method [ public method setFormatter ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] - } - } - - Method [ public method begin ] { - } - - Method [ public method commit ] { - } - - Method [ public method rollback ] { - } - - Method [ public method isTransaction ] { - } - - Method [ public method critical ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ public method emergency ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ public method debug ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ public method error ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ public method info ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ public method notice ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ public method warning ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ public method alert ] { - - - Parameters [2] { - Parameter #0 [ $message ] - Parameter #1 [ array or NULL $context ] - } - } - - Method [ public method log ] { - - - Parameters [3] { - Parameter #0 [ $type ] - Parameter #1 [ $message ] - Parameter #2 [ array or NULL $context ] - } - } - - Method [ abstract public method getFormatter ] { - } - - Method [ abstract public method close ] { - } - } - } - Class [ abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { - Constants [0] { @@ -8931,9 +8931,9 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ abstract class Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { - Constants [3] { - Constant [ integer SESSION_ACTIVE ] { 2 } - Constant [ integer SESSION_NONE ] { 1 } - Constant [ integer SESSION_DISABLED ] { 0 } + Constant [ public integer SESSION_ACTIVE ] { 2 } + Constant [ public integer SESSION_NONE ] { 1 } + Constant [ public integer SESSION_DISABLED ] { 0 } } - Static properties [0] { @@ -10913,12 +10913,12 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ abstract class Phalcon\Dispatcher implements Phalcon\DispatcherInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [6] { - Constant [ integer EXCEPTION_NO_DI ] { 0 } - Constant [ integer EXCEPTION_CYCLIC_ROUTING ] { 1 } - Constant [ integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } - Constant [ integer EXCEPTION_INVALID_HANDLER ] { 3 } - Constant [ integer EXCEPTION_INVALID_PARAMS ] { 4 } - Constant [ integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public integer EXCEPTION_NO_DI ] { 0 } + Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } } - Static properties [0] { @@ -11547,11 +11547,11 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ abstract class Phalcon\Mvc\Model\Resultset implements Phalcon\Mvc\Model\ResultsetInterface, Iterator, Traversable, SeekableIterator, Countable, ArrayAccess, Serializable, JsonSerializable ] { - Constants [5] { - Constant [ integer TYPE_RESULT_FULL ] { 0 } - Constant [ integer TYPE_RESULT_PARTIAL ] { 1 } - Constant [ integer HYDRATE_RECORDS ] { 0 } - Constant [ integer HYDRATE_OBJECTS ] { 2 } - Constant [ integer HYDRATE_ARRAYS ] { 1 } + Constant [ public integer TYPE_RESULT_FULL ] { 0 } + Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } + Constant [ public integer HYDRATE_RECORDS ] { 0 } + Constant [ public integer HYDRATE_OBJECTS ] { 2 } + Constant [ public integer HYDRATE_ARRAYS ] { 1 } } - Static properties [0] { @@ -12198,10 +12198,10 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Router implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [4] { - Constant [ integer URI_SOURCE_GET_URL ] { 0 } - Constant [ integer URI_SOURCE_SERVER_REQUEST_URI ] { 1 } - Constant [ integer POSITION_FIRST ] { 0 } - Constant [ integer POSITION_LAST ] { 1 } + Constant [ public integer URI_SOURCE_GET_URL ] { 0 } + Constant [ public integer URI_SOURCE_SERVER_REQUEST_URI ] { 1 } + Constant [ public integer POSITION_FIRST ] { 0 } + Constant [ public integer POSITION_LAST ] { 1 } } - Static properties [0] { @@ -12633,8 +12633,8 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ abstract class Phalcon\Acl ] { - Constants [2] { - Constant [ integer ALLOW ] { 1 } - Constant [ integer DENY ] { 0 } + Constant [ public integer ALLOW ] { 1 } + Constant [ public integer DENY ] { 0 } } - Static properties [0] { @@ -16714,12 +16714,12 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Cli\Dispatcher extends Phalcon\Dispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\DispatcherInterface, Phalcon\Cli\DispatcherInterface ] { - Constants [6] { - Constant [ integer EXCEPTION_NO_DI ] { 0 } - Constant [ integer EXCEPTION_CYCLIC_ROUTING ] { 1 } - Constant [ integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } - Constant [ integer EXCEPTION_INVALID_HANDLER ] { 3 } - Constant [ integer EXCEPTION_INVALID_PARAMS ] { 4 } - Constant [ integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public integer EXCEPTION_NO_DI ] { 0 } + Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } } - Static properties [0] { @@ -17251,7 +17251,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Cli\Router\Route ] { - Constants [1] { - Constant [ string DEFAULT_DELIMITER ] { } + Constant [ public string DEFAULT_DELIMITER ] { } } - Static properties [2] { @@ -17416,7 +17416,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config implements Countable, ArrayAccess ] { - Constants [1] { - Constant [ string DEFAULT_PATH_DELIMITER ] { . } + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [1] { @@ -17526,7 +17526,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements Countable, ArrayAccess ] { - Constants [1] { - Constant [ string DEFAULT_PATH_DELIMITER ] { . } + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [1] { @@ -17651,7 +17651,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config implements Countable, ArrayAccess ] { - Constants [1] { - Constant [ string DEFAULT_PATH_DELIMITER ] { . } + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [1] { @@ -17760,7 +17760,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config implements Countable, ArrayAccess ] { - Constants [1] { - Constant [ string DEFAULT_PATH_DELIMITER ] { . } + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [1] { @@ -17869,7 +17869,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements Countable, ArrayAccess ] { - Constants [1] { - Constant [ string DEFAULT_PATH_DELIMITER ] { . } + Constant [ public string DEFAULT_PATH_DELIMITER ] { . } } - Static properties [1] { @@ -18068,13 +18068,13 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Crypt implements Phalcon\CryptInterface ] { - Constants [7] { - Constant [ integer PADDING_DEFAULT ] { 0 } - Constant [ integer PADDING_ANSI_X_923 ] { 1 } - Constant [ integer PADDING_PKCS7 ] { 2 } - Constant [ integer PADDING_ISO_10126 ] { 3 } - Constant [ integer PADDING_ISO_IEC_7816_4 ] { 4 } - Constant [ integer PADDING_ZERO ] { 5 } - Constant [ integer PADDING_SPACE ] { 6 } + Constant [ public integer PADDING_DEFAULT ] { 0 } + Constant [ public integer PADDING_ANSI_X_923 ] { 1 } + Constant [ public integer PADDING_PKCS7 ] { 2 } + Constant [ public integer PADDING_ISO_10126 ] { 3 } + Constant [ public integer PADDING_ISO_IEC_7816_4 ] { 4 } + Constant [ public integer PADDING_ZERO ] { 5 } + Constant [ public integer PADDING_SPACE ] { 6 } } - Static properties [0] { @@ -18236,23 +18236,23 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ abstract class Phalcon\Db ] { - Constants [17] { - Constant [ integer FETCH_LAZY ] { 1 } - Constant [ integer FETCH_ASSOC ] { 2 } - Constant [ integer FETCH_NAMED ] { 11 } - Constant [ integer FETCH_NUM ] { 3 } - Constant [ integer FETCH_BOTH ] { 4 } - Constant [ integer FETCH_OBJ ] { 5 } - Constant [ integer FETCH_BOUND ] { 6 } - Constant [ integer FETCH_COLUMN ] { 7 } - Constant [ integer FETCH_CLASS ] { 8 } - Constant [ integer FETCH_INTO ] { 9 } - Constant [ integer FETCH_FUNC ] { 10 } - Constant [ integer FETCH_GROUP ] { 65536 } - Constant [ integer FETCH_UNIQUE ] { 196608 } - Constant [ integer FETCH_KEY_PAIR ] { 12 } - Constant [ integer FETCH_CLASSTYPE ] { 262144 } - Constant [ integer FETCH_SERIALIZE ] { 524288 } - Constant [ integer FETCH_PROPS_LATE ] { 1048576 } + Constant [ public integer FETCH_LAZY ] { 1 } + Constant [ public integer FETCH_ASSOC ] { 2 } + Constant [ public integer FETCH_NAMED ] { 11 } + Constant [ public integer FETCH_NUM ] { 3 } + Constant [ public integer FETCH_BOTH ] { 4 } + Constant [ public integer FETCH_OBJ ] { 5 } + Constant [ public integer FETCH_BOUND ] { 6 } + Constant [ public integer FETCH_COLUMN ] { 7 } + Constant [ public integer FETCH_CLASS ] { 8 } + Constant [ public integer FETCH_INTO ] { 9 } + Constant [ public integer FETCH_FUNC ] { 10 } + Constant [ public integer FETCH_GROUP ] { 65536 } + Constant [ public integer FETCH_UNIQUE ] { 196608 } + Constant [ public integer FETCH_KEY_PAIR ] { 12 } + Constant [ public integer FETCH_CLASSTYPE ] { 262144 } + Constant [ public integer FETCH_SERIALIZE ] { 524288 } + Constant [ public integer FETCH_PROPS_LATE ] { 1048576 } } - Static properties [0] { @@ -19902,31 +19902,31 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Db\Column implements Phalcon\Db\ColumnInterface ] { - Constants [25] { - Constant [ integer TYPE_INTEGER ] { 0 } - Constant [ integer TYPE_DATE ] { 1 } - Constant [ integer TYPE_VARCHAR ] { 2 } - Constant [ integer TYPE_DECIMAL ] { 3 } - Constant [ integer TYPE_DATETIME ] { 4 } - Constant [ integer TYPE_CHAR ] { 5 } - Constant [ integer TYPE_TEXT ] { 6 } - Constant [ integer TYPE_FLOAT ] { 7 } - Constant [ integer TYPE_BOOLEAN ] { 8 } - Constant [ integer TYPE_DOUBLE ] { 9 } - Constant [ integer TYPE_TINYBLOB ] { 10 } - Constant [ integer TYPE_BLOB ] { 11 } - Constant [ integer TYPE_MEDIUMBLOB ] { 12 } - Constant [ integer TYPE_LONGBLOB ] { 13 } - Constant [ integer TYPE_BIGINTEGER ] { 14 } - Constant [ integer TYPE_JSON ] { 15 } - Constant [ integer TYPE_JSONB ] { 16 } - Constant [ integer TYPE_TIMESTAMP ] { 17 } - Constant [ integer BIND_PARAM_NULL ] { 0 } - Constant [ integer BIND_PARAM_INT ] { 1 } - Constant [ integer BIND_PARAM_STR ] { 2 } - Constant [ integer BIND_PARAM_BLOB ] { 3 } - Constant [ integer BIND_PARAM_BOOL ] { 5 } - Constant [ integer BIND_PARAM_DECIMAL ] { 32 } - Constant [ integer BIND_SKIP ] { 1024 } + Constant [ public integer TYPE_INTEGER ] { 0 } + Constant [ public integer TYPE_DATE ] { 1 } + Constant [ public integer TYPE_VARCHAR ] { 2 } + Constant [ public integer TYPE_DECIMAL ] { 3 } + Constant [ public integer TYPE_DATETIME ] { 4 } + Constant [ public integer TYPE_CHAR ] { 5 } + Constant [ public integer TYPE_TEXT ] { 6 } + Constant [ public integer TYPE_FLOAT ] { 7 } + Constant [ public integer TYPE_BOOLEAN ] { 8 } + Constant [ public integer TYPE_DOUBLE ] { 9 } + Constant [ public integer TYPE_TINYBLOB ] { 10 } + Constant [ public integer TYPE_BLOB ] { 11 } + Constant [ public integer TYPE_MEDIUMBLOB ] { 12 } + Constant [ public integer TYPE_LONGBLOB ] { 13 } + Constant [ public integer TYPE_BIGINTEGER ] { 14 } + Constant [ public integer TYPE_JSON ] { 15 } + Constant [ public integer TYPE_JSONB ] { 16 } + Constant [ public integer TYPE_TIMESTAMP ] { 17 } + Constant [ public integer BIND_PARAM_NULL ] { 0 } + Constant [ public integer BIND_PARAM_INT ] { 1 } + Constant [ public integer BIND_PARAM_STR ] { 2 } + Constant [ public integer BIND_PARAM_BLOB ] { 3 } + Constant [ public integer BIND_PARAM_BOOL ] { 5 } + Constant [ public integer BIND_PARAM_DECIMAL ] { 32 } + Constant [ public integer BIND_SKIP ] { 1024 } } - Static properties [0] { @@ -23125,20 +23125,20 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Filter implements Phalcon\FilterInterface ] { - Constants [14] { - Constant [ string FILTER_EMAIL ] { email } - Constant [ string FILTER_ABSINT ] { absint } - Constant [ string FILTER_INT ] { int } - Constant [ string FILTER_INT_CAST ] { int! } - Constant [ string FILTER_STRING ] { string } - Constant [ string FILTER_FLOAT ] { float } - Constant [ string FILTER_FLOAT_CAST ] { float! } - Constant [ string FILTER_ALPHANUM ] { alphanum } - Constant [ string FILTER_TRIM ] { trim } - Constant [ string FILTER_STRIPTAGS ] { striptags } - Constant [ string FILTER_LOWER ] { lower } - Constant [ string FILTER_UPPER ] { upper } - Constant [ string FILTER_URL ] { url } - Constant [ string FILTER_SPECIAL_CHARS ] { special_chars } + Constant [ public string FILTER_EMAIL ] { email } + Constant [ public string FILTER_ABSINT ] { absint } + Constant [ public string FILTER_INT ] { int } + Constant [ public string FILTER_INT_CAST ] { int! } + Constant [ public string FILTER_STRING ] { string } + Constant [ public string FILTER_FLOAT ] { float } + Constant [ public string FILTER_FLOAT_CAST ] { float! } + Constant [ public string FILTER_ALPHANUM ] { alphanum } + Constant [ public string FILTER_TRIM ] { trim } + Constant [ public string FILTER_STRIPTAGS ] { striptags } + Constant [ public string FILTER_LOWER ] { lower } + Constant [ public string FILTER_UPPER ] { upper } + Constant [ public string FILTER_URL ] { url } + Constant [ public string FILTER_SPECIAL_CHARS ] { special_chars } } - Static properties [0] { @@ -26730,7 +26730,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Property [ protected $_strictHostCheck ] } - - Methods [63] { + - Methods [64] { Method [ public method getHttpMethodParameterOverride ] { } @@ -26849,6 +26849,13 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } + Method [ final public method hasHeader ] { + + - Parameters [1] { + Parameter #0 [ $header ] + } + } + Method [ final public method getHeader ] { - Parameters [1] { @@ -27196,7 +27203,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Property [ protected $_dependencyInjector ] } - - Methods [29] { + - Methods [30] { Method [ public method __construct ] { - Parameters [3] { @@ -27366,6 +27373,13 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Parameter #2 [ $attachment ] } } + + Method [ public method removeHeader ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } } } @@ -27575,15 +27589,15 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Image ] { - Constants [9] { - Constant [ integer NONE ] { 1 } - Constant [ integer WIDTH ] { 2 } - Constant [ integer HEIGHT ] { 3 } - Constant [ integer AUTO ] { 4 } - Constant [ integer INVERSE ] { 5 } - Constant [ integer PRECISE ] { 6 } - Constant [ integer TENSILE ] { 7 } - Constant [ integer HORIZONTAL ] { 11 } - Constant [ integer VERTICAL ] { 12 } + Constant [ public integer NONE ] { 1 } + Constant [ public integer WIDTH ] { 2 } + Constant [ public integer HEIGHT ] { 3 } + Constant [ public integer AUTO ] { 4 } + Constant [ public integer INVERSE ] { 5 } + Constant [ public integer PRECISE ] { 6 } + Constant [ public integer TENSILE ] { 7 } + Constant [ public integer HORIZONTAL ] { 11 } + Constant [ public integer VERTICAL ] { 12 } } - Static properties [0] { @@ -28294,53 +28308,262 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } - Class [ class Phalcon\Image\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [2] { - Method [ static public method load ] { - - - Parameters [1] { - Parameter #0 [ $config ] - } - } - - Method [ static protected method loadClass ] { - - - Parameters [2] { - Parameter #0 [ $namespace ] - Parameter #1 [ $config ] - } - } - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ class Phalcon\Kernel ] { + Class [ class Phalcon\Image\Factory extends Phalcon\Factory implements Phalcon\FactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + } + + Method [ static protected method loadClass ] { + + - Parameters [2] { + Parameter #0 [ $namespace ] + Parameter #1 [ $config ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Kernel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method preComputeHashKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Phalcon\Loader implements Phalcon\Events\EventsAwareInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ protected $_eventsManager ] + Property [ protected $_foundPath ] + Property [ protected $_checkedPath ] + Property [ protected $_classes ] + Property [ protected $_extensions ] + Property [ protected $_namespaces ] + Property [ protected $_directories ] + Property [ protected $_files ] + Property [ protected $_registered ] + } + + - Methods [19] { + Method [ public method setEventsManager ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + } + } + + Method [ public method getEventsManager ] { + } + + Method [ public method setExtensions ] { + + - Parameters [1] { + Parameter #0 [ array $extensions ] + } + } + + Method [ public method getExtensions ] { + } + + Method [ public method registerNamespaces ] { + + - Parameters [2] { + Parameter #0 [ array $namespaces ] + Parameter #1 [ $merge ] + } + } + + Method [ protected method prepareNamespace ] { + + - Parameters [1] { + Parameter #0 [ array $namespace ] + } + } + + Method [ public method getNamespaces ] { + } + + Method [ public method registerDirs ] { + + - Parameters [2] { + Parameter #0 [ array $directories ] + Parameter #1 [ $merge ] + } + } + + Method [ public method getDirs ] { + } + + Method [ public method registerFiles ] { + + - Parameters [2] { + Parameter #0 [ array $files ] + Parameter #1 [ $merge ] + } + } + + Method [ public method getFiles ] { + } + + Method [ public method registerClasses ] { + + - Parameters [2] { + Parameter #0 [ array $classes ] + Parameter #1 [ $merge ] + } + } + + Method [ public method getClasses ] { + } + + Method [ public method register ] { + + - Parameters [1] { + Parameter #0 [ $prepend ] + } + } + + Method [ public method unregister ] { + } + + Method [ public method loadFiles ] { + } + + Method [ public method autoLoad ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + } + + Method [ public method getFoundPath ] { + } + + Method [ public method getCheckedPath ] { + } + } + } + + Class [ class Phalcon\Loader\Exception extends Phalcon\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ abstract class Phalcon\Logger ] { - - Constants [0] { + - Constants [11] { + Constant [ public integer SPECIAL ] { 9 } + Constant [ public integer CUSTOM ] { 8 } + Constant [ public integer DEBUG ] { 7 } + Constant [ public integer INFO ] { 6 } + Constant [ public integer NOTICE ] { 5 } + Constant [ public integer WARNING ] { 4 } + Constant [ public integer ERROR ] { 3 } + Constant [ public integer ALERT ] { 2 } + Constant [ public integer CRITICAL ] { 1 } + Constant [ public integer EMERGENCE ] { 0 } + Constant [ public integer EMERGENCY ] { 0 } } - Static properties [0] { } - - Static methods [1] { - Method [ static public method preComputeHashKey ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - } + - Static methods [0] { } - Properties [0] { @@ -28350,7 +28573,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } - Class [ class Phalcon\Loader implements Phalcon\Events\EventsAwareInterface ] { + Class [ class Phalcon\Logger\Adapter\Blackhole extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - Constants [0] { } @@ -28361,204 +28584,134 @@ Extension [ extension #179 phalcon version 3.2.4 ] { - Static methods [0] { } - - Properties [9] { - Property [ protected $_eventsManager ] - Property [ protected $_foundPath ] - Property [ protected $_checkedPath ] - Property [ protected $_classes ] - Property [ protected $_extensions ] - Property [ protected $_namespaces ] - Property [ protected $_directories ] - Property [ protected $_files ] - Property [ protected $_registered ] + - Properties [4] { + Property [ protected $_transaction ] + Property [ protected $_queue ] + Property [ protected $_formatter ] + Property [ protected $_logLevel ] } - Methods [19] { - Method [ public method setEventsManager ] { + Method [ public method getFormatter ] { + } - - Parameters [1] { - Parameter #0 [ Phalcon\Events\ManagerInterface $eventsManager ] + Method [ public method logInternal ] { + + - Parameters [4] { + Parameter #0 [ $message ] + Parameter #1 [ $type ] + Parameter #2 [ $time ] + Parameter #3 [ array $context ] } } - Method [ public method getEventsManager ] { + Method [ public method close ] { } - Method [ public method setExtensions ] { + Method [ public method setLogLevel ] { - Parameters [1] { - Parameter #0 [ array $extensions ] + Parameter #0 [ $level ] } } - Method [ public method getExtensions ] { - } - - Method [ public method registerNamespaces ] { - - - Parameters [2] { - Parameter #0 [ array $namespaces ] - Parameter #1 [ $merge ] - } + Method [ public method getLogLevel ] { } - Method [ protected method prepareNamespace ] { + Method [ public method setFormatter ] { - Parameters [1] { - Parameter #0 [ array $namespace ] + Parameter #0 [ Phalcon\Logger\FormatterInterface $formatter ] } } - Method [ public method getNamespaces ] { + Method [ public method begin ] { } - Method [ public method registerDirs ] { + Method [ public method commit ] { + } - - Parameters [2] { - Parameter #0 [ array $directories ] - Parameter #1 [ $merge ] - } + Method [ public method rollback ] { } - Method [ public method getDirs ] { + Method [ public method isTransaction ] { } - Method [ public method registerFiles ] { + Method [ public method critical ] { - Parameters [2] { - Parameter #0 [ array $files ] - Parameter #1 [ $merge ] + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } - Method [ public method getFiles ] { - } - - Method [ public method registerClasses ] { + Method [ public method emergency ] { - Parameters [2] { - Parameter #0 [ array $classes ] - Parameter #1 [ $merge ] + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } - Method [ public method getClasses ] { - } - - Method [ public method register ] { + Method [ public method debug ] { - - Parameters [1] { - Parameter #0 [ $prepend ] + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } - Method [ public method unregister ] { - } - - Method [ public method loadFiles ] { - } - - Method [ public method autoLoad ] { + Method [ public method error ] { - - Parameters [1] { - Parameter #0 [ $className ] + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } - Method [ public method getFoundPath ] { - } - - Method [ public method getCheckedPath ] { - } - } - } - - Class [ class Phalcon\Loader\Exception extends Phalcon\Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - } - - - Methods [10] { - Method [ public method __construct ] { + Method [ public method info ] { - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] } } - Method [ public method __wakeup ] { - } - - Method [ final public method getMessage ] { - } + Method [ public method notice ] { - Method [ final public method getCode ] { + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } } - Method [ final public method getFile ] { - } + Method [ public method warning ] { - Method [ final public method getLine ] { + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } } - Method [ final public method getTrace ] { - } + Method [ public method alert ] { - Method [ final public method getPrevious ] { + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ array or NULL $context ] + } } - Method [ final public method getTraceAsString ] { - } + Method [ public method log ] { - Method [ public method __toString ] { + - Parameters [3] { + Parameter #0 [ $type ] + Parameter #1 [ $message ] + Parameter #2 [ array or NULL $context ] + } } } } - Class [ abstract class Phalcon\Logger ] { - - - Constants [11] { - Constant [ integer SPECIAL ] { 9 } - Constant [ integer CUSTOM ] { 8 } - Constant [ integer DEBUG ] { 7 } - Constant [ integer INFO ] { 6 } - Constant [ integer NOTICE ] { 5 } - Constant [ integer WARNING ] { 4 } - Constant [ integer ERROR ] { 3 } - Constant [ integer ALERT ] { 2 } - Constant [ integer CRITICAL ] { 1 } - Constant [ integer EMERGENCE ] { 0 } - Constant [ integer EMERGENCY ] { 0 } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - Class [ class Phalcon\Logger\Adapter\File extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] { - Constants [0] { @@ -29638,15 +29791,31 @@ Extension [ extension #179 phalcon version 3.2.4 ] { - Static methods [0] { } - - Properties [5] { + - Properties [7] { Property [ protected $_eventsManager ] Property [ protected $_dependencyInjector ] Property [ protected $_defaultModule ] Property [ protected $_modules ] Property [ protected $_implicitView ] + Property [ protected $_sendHeaders ] + Property [ protected $_sendCookies ] } - - Methods [13] { + - Methods [15] { + Method [ public method sendHeadersOnHandleRequest ] { + + - Parameters [1] { + Parameter #0 [ $sendHeaders ] + } + } + + Method [ public method sendCookiesOnHandleRequest ] { + + - Parameters [1] { + Parameter #0 [ $sendCookies ] + } + } + Method [ public method useImplicitView ] { - Parameters [1] { @@ -29785,13 +29954,13 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ abstract class Phalcon\Mvc\Collection implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\CollectionInterface, Phalcon\Di\InjectionAwareInterface, Serializable ] { - Constants [7] { - Constant [ integer OP_NONE ] { 0 } - Constant [ integer OP_CREATE ] { 1 } - Constant [ integer OP_UPDATE ] { 2 } - Constant [ integer OP_DELETE ] { 3 } - Constant [ integer DIRTY_STATE_PERSISTENT ] { 0 } - Constant [ integer DIRTY_STATE_TRANSIENT ] { 1 } - Constant [ integer DIRTY_STATE_DETACHED ] { 2 } + Constant [ public integer OP_NONE ] { 0 } + Constant [ public integer OP_CREATE ] { 1 } + Constant [ public integer OP_UPDATE ] { 2 } + Constant [ public integer OP_DELETE ] { 3 } + Constant [ public integer DIRTY_STATE_PERSISTENT ] { 0 } + Constant [ public integer DIRTY_STATE_TRANSIENT ] { 1 } + Constant [ public integer DIRTY_STATE_DETACHED ] { 2 } } - Static properties [2] { @@ -30536,12 +30705,12 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\DispatcherInterface, Phalcon\Mvc\DispatcherInterface ] { - Constants [6] { - Constant [ integer EXCEPTION_NO_DI ] { 0 } - Constant [ integer EXCEPTION_CYCLIC_ROUTING ] { 1 } - Constant [ integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } - Constant [ integer EXCEPTION_INVALID_HANDLER ] { 3 } - Constant [ integer EXCEPTION_INVALID_PARAMS ] { 4 } - Constant [ integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } + Constant [ public integer EXCEPTION_NO_DI ] { 0 } + Constant [ public integer EXCEPTION_CYCLIC_ROUTING ] { 1 } + Constant [ public integer EXCEPTION_HANDLER_NOT_FOUND ] { 2 } + Constant [ public integer EXCEPTION_INVALID_HANDLER ] { 3 } + Constant [ public integer EXCEPTION_INVALID_PARAMS ] { 4 } + Constant [ public integer EXCEPTION_ACTION_NOT_FOUND ] { 5 } } - Static properties [0] { @@ -31168,7 +31337,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Property [ protected $_handlers ] } - - Methods [16] { + - Methods [17] { Method [ protected method _addMap ] { - Parameters [4] { @@ -31222,6 +31391,16 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } + Method [ public method mapVia ] { + + - Parameters [4] { + Parameter #0 [ $routePattern ] + Parameter #1 [ $handler ] + Parameter #2 [ $method ] + Parameter #3 [ $name ] + } + } + Method [ public method get ] { - Parameters [3] { @@ -31393,20 +31572,21 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ abstract class Phalcon\Mvc\Model implements Phalcon\Mvc\EntityInterface, Phalcon\Mvc\ModelInterface, Phalcon\Mvc\Model\ResultInterface, Phalcon\Di\InjectionAwareInterface, Serializable, JsonSerializable ] { - - Constants [7] { - Constant [ integer OP_NONE ] { 0 } - Constant [ integer OP_CREATE ] { 1 } - Constant [ integer OP_UPDATE ] { 2 } - Constant [ integer OP_DELETE ] { 3 } - Constant [ integer DIRTY_STATE_PERSISTENT ] { 0 } - Constant [ integer DIRTY_STATE_TRANSIENT ] { 1 } - Constant [ integer DIRTY_STATE_DETACHED ] { 2 } + - Constants [8] { + Constant [ public string TRANSACTION_INDEX ] { transaction } + Constant [ public integer OP_NONE ] { 0 } + Constant [ public integer OP_CREATE ] { 1 } + Constant [ public integer OP_UPDATE ] { 2 } + Constant [ public integer OP_DELETE ] { 3 } + Constant [ public integer DIRTY_STATE_PERSISTENT ] { 0 } + Constant [ public integer DIRTY_STATE_TRANSIENT ] { 1 } + Constant [ public integer DIRTY_STATE_DETACHED ] { 2 } } - Static properties [0] { } - - Static methods [15] { + - Static methods [16] { Method [ static public method cloneResultMap ] { - Parameters [5] { @@ -31450,6 +31630,14 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } + Method [ static private method getPreparedQuery ] { + + - Parameters [2] { + Parameter #0 [ $params ] + Parameter #1 [ $limit ] + } + } + Method [ static public method query ] { - Parameters [1] { @@ -31542,7 +31730,10 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Property [ protected $_oldSnapshot ] } - - Methods [80] { + - Methods [82] { + Method [ public method getTransaction ] { + } + Method [ final public method __construct ] { - Parameters [3] { @@ -31916,6 +32107,14 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } + Method [ public method setOldSnapshotData ] { + + - Parameters [2] { + Parameter #0 [ array $data ] + Parameter #1 [ $columnMap ] + } + } + Method [ public method hasSnapshotData ] { } @@ -33133,22 +33332,288 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\MetaData\Apc extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { - Constant [ integer MODELS_ATTRIBUTES ] { 0 } - Constant [ integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ integer MODELS_NOT_NULL ] { 3 } - Constant [ integer MODELS_DATA_TYPES ] { 4 } - Constant [ integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ integer MODELS_DATE_AT ] { 6 } - Constant [ integer MODELS_DATE_IN ] { 7 } - Constant [ integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ integer MODELS_COLUMN_MAP ] { 0 } - Constant [ integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $_dependencyInjector ] + Property [ protected $_strategy ] + Property [ protected $_columnMap ] + Property [ protected $_prefix ] + Property [ protected $_ttl ] + Property [ protected $_metaData ] + } + + - Methods [33] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + } + } + + Method [ final protected method _initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ public method getDI ] { + } + + Method [ public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + } + } + + Method [ public method getStrategy ] { + } + + Method [ final public method readMetaData ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ final public method readMetaDataIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $index ] + } + } + + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $index ] + Parameter #2 [ $data ] + } + } + + Method [ final public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ final public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $index ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getNonPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getNotNullAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getDataTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getDataTypesNumeric ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getIdentityField ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getBindTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getAutomaticCreateAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getAutomaticUpdateAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method setAutomaticCreateAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method setAutomaticUpdateAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method setEmptyStringAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method getEmptyStringAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getDefaultValues ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $attribute ] + } + } + + Method [ public method isEmpty ] { + } + + Method [ public method reset ] { + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Apcu extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { + + - Constants [16] { + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -33399,22 +33864,22 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\MetaData\Files extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { - Constant [ integer MODELS_ATTRIBUTES ] { 0 } - Constant [ integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ integer MODELS_NOT_NULL ] { 3 } - Constant [ integer MODELS_DATA_TYPES ] { 4 } - Constant [ integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ integer MODELS_DATE_AT ] { 6 } - Constant [ integer MODELS_DATE_IN ] { 7 } - Constant [ integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ integer MODELS_COLUMN_MAP ] { 0 } - Constant [ integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -33664,22 +34129,22 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { - Constant [ integer MODELS_ATTRIBUTES ] { 0 } - Constant [ integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ integer MODELS_NOT_NULL ] { 3 } - Constant [ integer MODELS_DATA_TYPES ] { 4 } - Constant [ integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ integer MODELS_DATE_AT ] { 6 } - Constant [ integer MODELS_DATE_IN ] { 7 } - Constant [ integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ integer MODELS_COLUMN_MAP ] { 0 } - Constant [ integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -33930,22 +34395,22 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\MetaData\Memcache extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { - Constant [ integer MODELS_ATTRIBUTES ] { 0 } - Constant [ integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ integer MODELS_NOT_NULL ] { 3 } - Constant [ integer MODELS_DATA_TYPES ] { 4 } - Constant [ integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ integer MODELS_DATE_AT ] { 6 } - Constant [ integer MODELS_DATE_IN ] { 7 } - Constant [ integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ integer MODELS_COLUMN_MAP ] { 0 } - Constant [ integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -34196,22 +34661,22 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { - Constant [ integer MODELS_ATTRIBUTES ] { 0 } - Constant [ integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ integer MODELS_NOT_NULL ] { 3 } - Constant [ integer MODELS_DATA_TYPES ] { 4 } - Constant [ integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ integer MODELS_DATE_AT ] { 6 } - Constant [ integer MODELS_DATE_IN ] { 7 } - Constant [ integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ integer MODELS_COLUMN_MAP ] { 0 } - Constant [ integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -34460,22 +34925,22 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { - Constant [ integer MODELS_ATTRIBUTES ] { 0 } - Constant [ integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ integer MODELS_NOT_NULL ] { 3 } - Constant [ integer MODELS_DATA_TYPES ] { 4 } - Constant [ integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ integer MODELS_DATE_AT ] { 6 } - Constant [ integer MODELS_DATE_IN ] { 7 } - Constant [ integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ integer MODELS_COLUMN_MAP ] { 0 } - Constant [ integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -34726,22 +35191,22 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\MetaData\Session extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { - Constant [ integer MODELS_ATTRIBUTES ] { 0 } - Constant [ integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ integer MODELS_NOT_NULL ] { 3 } - Constant [ integer MODELS_DATA_TYPES ] { 4 } - Constant [ integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ integer MODELS_DATE_AT ] { 6 } - Constant [ integer MODELS_DATE_IN ] { 7 } - Constant [ integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ integer MODELS_COLUMN_MAP ] { 0 } - Constant [ integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -35057,22 +35522,22 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\MetaData\Xcache extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { - Constant [ integer MODELS_ATTRIBUTES ] { 0 } - Constant [ integer MODELS_PRIMARY_KEY ] { 1 } - Constant [ integer MODELS_NON_PRIMARY_KEY ] { 2 } - Constant [ integer MODELS_NOT_NULL ] { 3 } - Constant [ integer MODELS_DATA_TYPES ] { 4 } - Constant [ integer MODELS_DATA_TYPES_NUMERIC ] { 5 } - Constant [ integer MODELS_DATE_AT ] { 6 } - Constant [ integer MODELS_DATE_IN ] { 7 } - Constant [ integer MODELS_IDENTITY_COLUMN ] { 8 } - Constant [ integer MODELS_DATA_TYPES_BIND ] { 9 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } - Constant [ integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } - Constant [ integer MODELS_DEFAULT_VALUES ] { 12 } - Constant [ integer MODELS_EMPTY_STRING_VALUES ] { 13 } - Constant [ integer MODELS_COLUMN_MAP ] { 0 } - Constant [ integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + Constant [ public integer MODELS_ATTRIBUTES ] { 0 } + Constant [ public integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ public integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ public integer MODELS_NOT_NULL ] { 3 } + Constant [ public integer MODELS_DATA_TYPES ] { 4 } + Constant [ public integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ public integer MODELS_DATE_AT ] { 6 } + Constant [ public integer MODELS_DATE_IN ] { 7 } + Constant [ public integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ public integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ public integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ public integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ public integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ public integer MODELS_COLUMN_MAP ] { 0 } + Constant [ public integer MODELS_REVERSE_COLUMN_MAP ] { 1 } } - Static properties [0] { @@ -35323,10 +35788,10 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\Query implements Phalcon\Mvc\Model\QueryInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [4] { - Constant [ integer TYPE_SELECT ] { 309 } - Constant [ integer TYPE_INSERT ] { 306 } - Constant [ integer TYPE_UPDATE ] { 300 } - Constant [ integer TYPE_DELETE ] { 303 } + Constant [ public integer TYPE_SELECT ] { 309 } + Constant [ public integer TYPE_INSERT ] { 306 } + Constant [ public integer TYPE_UPDATE ] { 300 } + Constant [ public integer TYPE_DELETE ] { 303 } } - Static properties [1] { @@ -35338,7 +35803,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } - - Properties [21] { + - Properties [22] { Property [ protected $_dependencyInjector ] Property [ protected $_manager ] Property [ protected $_metaData ] @@ -35360,9 +35825,13 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Property [ protected $_bindTypes ] Property [ protected $_enableImplicitJoins ] Property [ protected $_sharedLock ] + Property [ protected $_transaction ] } - - Methods [45] { + - Methods [49] { + Method [ public method getTransaction ] { + } + Method [ public method __construct ] { - Parameters [3] { @@ -35655,14 +36124,41 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Method [ public method getSql ] { } + + Method [ protected method getReadConnection ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array or NULL $intermediate ] + Parameter #2 [ array or NULL $bindParams ] + Parameter #3 [ array or NULL $bindTypes ] + } + } + + Method [ protected method getWriteConnection ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array or NULL $intermediate ] + Parameter #2 [ array or NULL $bindParams ] + Parameter #3 [ array or NULL $bindTypes ] + } + } + + Method [ public method setTransaction ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\TransactionInterface $transaction ] + } + } } } Class [ class Phalcon\Mvc\Model\Query\Builder implements Phalcon\Mvc\Model\Query\BuilderInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [2] { - Constant [ string OPERATOR_OR ] { or } - Constant [ string OPERATOR_AND ] { and } + Constant [ public string OPERATOR_OR ] { or } + Constant [ public string OPERATOR_AND ] { and } } - Static properties [0] { @@ -36093,14 +36589,14 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\Relation implements Phalcon\Mvc\Model\RelationInterface ] { - Constants [8] { - Constant [ integer BELONGS_TO ] { 0 } - Constant [ integer HAS_ONE ] { 1 } - Constant [ integer HAS_MANY ] { 2 } - Constant [ integer HAS_ONE_THROUGH ] { 3 } - Constant [ integer HAS_MANY_THROUGH ] { 4 } - Constant [ integer NO_ACTION ] { 0 } - Constant [ integer ACTION_RESTRICT ] { 1 } - Constant [ integer ACTION_CASCADE ] { 2 } + Constant [ public integer BELONGS_TO ] { 0 } + Constant [ public integer HAS_ONE ] { 1 } + Constant [ public integer HAS_MANY ] { 2 } + Constant [ public integer HAS_ONE_THROUGH ] { 3 } + Constant [ public integer HAS_MANY_THROUGH ] { 4 } + Constant [ public integer NO_ACTION ] { 0 } + Constant [ public integer ACTION_RESTRICT ] { 1 } + Constant [ public integer ACTION_CASCADE ] { 2 } } - Static properties [0] { @@ -36192,11 +36688,11 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\Resultset\Complex extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [5] { - Constant [ integer TYPE_RESULT_FULL ] { 0 } - Constant [ integer TYPE_RESULT_PARTIAL ] { 1 } - Constant [ integer HYDRATE_RECORDS ] { 0 } - Constant [ integer HYDRATE_OBJECTS ] { 2 } - Constant [ integer HYDRATE_ARRAYS ] { 1 } + Constant [ public integer TYPE_RESULT_FULL ] { 0 } + Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } + Constant [ public integer HYDRATE_RECORDS ] { 0 } + Constant [ public integer HYDRATE_OBJECTS ] { 2 } + Constant [ public integer HYDRATE_ARRAYS ] { 1 } } - Static properties [0] { @@ -36362,11 +36858,11 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\Resultset\Simple extends Phalcon\Mvc\Model\Resultset implements JsonSerializable, Serializable, ArrayAccess, Countable, SeekableIterator, Traversable, Iterator, Phalcon\Mvc\Model\ResultsetInterface ] { - Constants [5] { - Constant [ integer TYPE_RESULT_FULL ] { 0 } - Constant [ integer TYPE_RESULT_PARTIAL ] { 1 } - Constant [ integer HYDRATE_RECORDS ] { 0 } - Constant [ integer HYDRATE_OBJECTS ] { 2 } - Constant [ integer HYDRATE_ARRAYS ] { 1 } + Constant [ public integer TYPE_RESULT_FULL ] { 0 } + Constant [ public integer TYPE_RESULT_PARTIAL ] { 1 } + Constant [ public integer HYDRATE_RECORDS ] { 0 } + Constant [ public integer HYDRATE_OBJECTS ] { 2 } + Constant [ public integer HYDRATE_ARRAYS ] { 1 } } - Static properties [0] { @@ -36658,7 +37154,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { - Parameters [2] { Parameter #0 [ $rollbackMessage ] - Parameter #1 [ $rollbackRecord ] + Parameter #1 [ Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ] } } @@ -37130,8 +37626,8 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Model\Validator\Ip extends Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [2] { - Constant [ integer VERSION_4 ] { 1048576 } - Constant [ integer VERSION_6 ] { 2097152 } + Constant [ public integer VERSION_4 ] { 1048576 } + Constant [ public integer VERSION_6 ] { 2097152 } } - Static properties [0] { @@ -37573,10 +38069,10 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\Router\Annotations extends Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [4] { - Constant [ integer URI_SOURCE_GET_URL ] { 0 } - Constant [ integer URI_SOURCE_SERVER_REQUEST_URI ] { 1 } - Constant [ integer POSITION_FIRST ] { 0 } - Constant [ integer POSITION_LAST ] { 1 } + Constant [ public integer URI_SOURCE_GET_URL ] { 0 } + Constant [ public integer URI_SOURCE_SERVER_REQUEST_URI ] { 1 } + Constant [ public integer POSITION_FIRST ] { 0 } + Constant [ public integer POSITION_LAST ] { 1 } } - Static properties [0] { @@ -38569,14 +39065,14 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Mvc\View extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\ViewInterface, Phalcon\Mvc\ViewBaseInterface ] { - Constants [8] { - Constant [ integer LEVEL_MAIN_LAYOUT ] { 5 } - Constant [ integer LEVEL_AFTER_TEMPLATE ] { 4 } - Constant [ integer LEVEL_LAYOUT ] { 3 } - Constant [ integer LEVEL_BEFORE_TEMPLATE ] { 2 } - Constant [ integer LEVEL_ACTION_VIEW ] { 1 } - Constant [ integer LEVEL_NO_RENDER ] { 0 } - Constant [ integer CACHE_MODE_NONE ] { 0 } - Constant [ integer CACHE_MODE_INVERSE ] { 1 } + Constant [ public integer LEVEL_MAIN_LAYOUT ] { 5 } + Constant [ public integer LEVEL_AFTER_TEMPLATE ] { 4 } + Constant [ public integer LEVEL_LAYOUT ] { 3 } + Constant [ public integer LEVEL_BEFORE_TEMPLATE ] { 2 } + Constant [ public integer LEVEL_ACTION_VIEW ] { 1 } + Constant [ public integer LEVEL_NO_RENDER ] { 0 } + Constant [ public integer CACHE_MODE_NONE ] { 0 } + Constant [ public integer CACHE_MODE_INVERSE ] { 1 } } - Static properties [0] { @@ -39195,7 +39691,7 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Property [ protected $_compiledTemplatePath ] } - - Methods [44] { + - Methods [46] { Method [ public method __construct ] { - Parameters [1] { @@ -39351,6 +39847,22 @@ Extension [ extension #179 phalcon version 3.2.4 ] { } } + Method [ public method compileSwitch ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ $extendsMode ] + } + } + + Method [ public method compileCase ] { + + - Parameters [2] { + Parameter #0 [ array $statement ] + Parameter #1 [ $caseClause ] + } + } + Method [ public method compileElseIf ] { - Parameters [1] { @@ -39499,23 +40011,28 @@ Extension [ extension #179 phalcon version 3.2.4 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] + Property [ protected $statement ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [11] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #1 [ array or NULL $statement ] + Parameter #2 [ $code ] + Parameter #3 [ Exception or NULL $previous ] } } + Method [ public method getStatement ] { + } + Method [ public method __wakeup ] { } @@ -39981,12 +40498,12 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Queue\Beanstalk ] { - Constants [6] { - Constant [ integer DEFAULT_DELAY ] { 0 } - Constant [ integer DEFAULT_PRIORITY ] { 100 } - Constant [ integer DEFAULT_TTR ] { 86400 } - Constant [ string DEFAULT_TUBE ] { default } - Constant [ string DEFAULT_HOST ] { 127.0.0.1 } - Constant [ integer DEFAULT_PORT ] { 11300 } + Constant [ public integer DEFAULT_DELAY ] { 0 } + Constant [ public integer DEFAULT_PRIORITY ] { 100 } + Constant [ public integer DEFAULT_TTR ] { 86400 } + Constant [ public string DEFAULT_TUBE ] { default } + Constant [ public string DEFAULT_HOST ] { 127.0.0.1 } + Constant [ public integer DEFAULT_PORT ] { 11300 } } - Static properties [0] { @@ -40347,16 +40864,16 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Security implements Phalcon\Di\InjectionAwareInterface ] { - Constants [10] { - Constant [ integer CRYPT_DEFAULT ] { 0 } - Constant [ integer CRYPT_STD_DES ] { 1 } - Constant [ integer CRYPT_EXT_DES ] { 2 } - Constant [ integer CRYPT_MD5 ] { 3 } - Constant [ integer CRYPT_BLOWFISH ] { 4 } - Constant [ integer CRYPT_BLOWFISH_A ] { 5 } - Constant [ integer CRYPT_BLOWFISH_X ] { 6 } - Constant [ integer CRYPT_BLOWFISH_Y ] { 7 } - Constant [ integer CRYPT_SHA256 ] { 8 } - Constant [ integer CRYPT_SHA512 ] { 9 } + Constant [ public integer CRYPT_DEFAULT ] { 0 } + Constant [ public integer CRYPT_STD_DES ] { 1 } + Constant [ public integer CRYPT_EXT_DES ] { 2 } + Constant [ public integer CRYPT_MD5 ] { 3 } + Constant [ public integer CRYPT_BLOWFISH ] { 4 } + Constant [ public integer CRYPT_BLOWFISH_A ] { 5 } + Constant [ public integer CRYPT_BLOWFISH_X ] { 6 } + Constant [ public integer CRYPT_BLOWFISH_Y ] { 7 } + Constant [ public integer CRYPT_SHA256 ] { 8 } + Constant [ public integer CRYPT_SHA512 ] { 9 } } - Static properties [0] { @@ -40633,9 +41150,9 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Session\Adapter\Files extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { - Constants [3] { - Constant [ integer SESSION_ACTIVE ] { 2 } - Constant [ integer SESSION_NONE ] { 1 } - Constant [ integer SESSION_DISABLED ] { 0 } + Constant [ public integer SESSION_ACTIVE ] { 2 } + Constant [ public integer SESSION_NONE ] { 1 } + Constant [ public integer SESSION_DISABLED ] { 0 } } - Static properties [0] { @@ -40782,9 +41299,9 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Session\Adapter\Libmemcached extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { - Constants [3] { - Constant [ integer SESSION_ACTIVE ] { 2 } - Constant [ integer SESSION_NONE ] { 1 } - Constant [ integer SESSION_DISABLED ] { 0 } + Constant [ public integer SESSION_ACTIVE ] { 2 } + Constant [ public integer SESSION_NONE ] { 1 } + Constant [ public integer SESSION_DISABLED ] { 0 } } - Static properties [0] { @@ -40963,9 +41480,9 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Session\Adapter\Memcache extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { - Constants [3] { - Constant [ integer SESSION_ACTIVE ] { 2 } - Constant [ integer SESSION_NONE ] { 1 } - Constant [ integer SESSION_DISABLED ] { 0 } + Constant [ public integer SESSION_ACTIVE ] { 2 } + Constant [ public integer SESSION_NONE ] { 1 } + Constant [ public integer SESSION_DISABLED ] { 0 } } - Static properties [0] { @@ -41144,9 +41661,9 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { - Constants [3] { - Constant [ integer SESSION_ACTIVE ] { 2 } - Constant [ integer SESSION_NONE ] { 1 } - Constant [ integer SESSION_DISABLED ] { 0 } + Constant [ public integer SESSION_ACTIVE ] { 2 } + Constant [ public integer SESSION_NONE ] { 1 } + Constant [ public integer SESSION_DISABLED ] { 0 } } - Static properties [0] { @@ -41553,17 +42070,17 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Tag ] { - Constants [11] { - Constant [ integer HTML32 ] { 1 } - Constant [ integer HTML401_STRICT ] { 2 } - Constant [ integer HTML401_TRANSITIONAL ] { 3 } - Constant [ integer HTML401_FRAMESET ] { 4 } - Constant [ integer HTML5 ] { 5 } - Constant [ integer XHTML10_STRICT ] { 6 } - Constant [ integer XHTML10_TRANSITIONAL ] { 7 } - Constant [ integer XHTML10_FRAMESET ] { 8 } - Constant [ integer XHTML11 ] { 9 } - Constant [ integer XHTML20 ] { 10 } - Constant [ integer XHTML5 ] { 11 } + Constant [ public integer HTML32 ] { 1 } + Constant [ public integer HTML401_STRICT ] { 2 } + Constant [ public integer HTML401_TRANSITIONAL ] { 3 } + Constant [ public integer HTML401_FRAMESET ] { 4 } + Constant [ public integer HTML5 ] { 5 } + Constant [ public integer XHTML10_STRICT ] { 6 } + Constant [ public integer XHTML10_TRANSITIONAL ] { 7 } + Constant [ public integer XHTML10_FRAMESET ] { 8 } + Constant [ public integer XHTML11 ] { 9 } + Constant [ public integer XHTML20 ] { 10 } + Constant [ public integer XHTML5 ] { 11 } } - Static properties [11] { @@ -42080,12 +42597,12 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ abstract class Phalcon\Text ] { - Constants [6] { - Constant [ integer RANDOM_ALNUM ] { 0 } - Constant [ integer RANDOM_ALPHA ] { 1 } - Constant [ integer RANDOM_HEXDEC ] { 2 } - Constant [ integer RANDOM_NUMERIC ] { 3 } - Constant [ integer RANDOM_NOZERO ] { 4 } - Constant [ integer RANDOM_DISTINCT ] { 5 } + Constant [ public integer RANDOM_ALNUM ] { 0 } + Constant [ public integer RANDOM_ALPHA ] { 1 } + Constant [ public integer RANDOM_HEXDEC ] { 2 } + Constant [ public integer RANDOM_NUMERIC ] { 3 } + Constant [ public integer RANDOM_NOZERO ] { 4 } + Constant [ public integer RANDOM_DISTINCT ] { 5 } } - Static properties [0] { @@ -44966,11 +45483,11 @@ Extension [ extension #179 phalcon version 3.2.4 ] { Class [ class Phalcon\Version ] { - Constants [5] { - Constant [ integer VERSION_MAJOR ] { 0 } - Constant [ integer VERSION_MEDIUM ] { 1 } - Constant [ integer VERSION_MINOR ] { 2 } - Constant [ integer VERSION_SPECIAL ] { 3 } - Constant [ integer VERSION_SPECIAL_NUMBER ] { 4 } + Constant [ public integer VERSION_MAJOR ] { 0 } + Constant [ public integer VERSION_MEDIUM ] { 1 } + Constant [ public integer VERSION_MINOR ] { 2 } + Constant [ public integer VERSION_SPECIAL ] { 3 } + Constant [ public integer VERSION_SPECIAL_NUMBER ] { 4 } } - Static properties [0] { diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 2fd3383..6394612 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,14 +13,14 @@ %global pkg_name %{name} %endif -%global gh_commit a0560cb3174b37d3b45a46986f5ac7aa1c7ffd81 +%global gh_commit f0732e9c2ac4c234afa30fcd4dff1b94d24fe24a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global with_tests 0%{?_with_tests:1} %global ext_name phalcon -%global zephir_ver 0.10.3 +%global zephir_ver 0.10.6 %if "%{php_version}" < "5.6" # after pdo.ini, json.ini, igbinary.ini %global ini_name z-%{ext_name}.ini @@ -30,7 +30,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.2.4 +Version: 3.3.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -251,6 +251,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Sun Dec 24 2017 Remi Collet - 3.3.0-1 +- Update to 3.3.0 using zephir 0.10.6 + * Mon Oct 23 2017 Remi Collet - 3.2.4-1 - Update to 3.2.4 using zephir 0.10.4 -- cgit