summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-24 07:25:20 +0100
committerRemi Collet <remi@remirepo.net>2017-12-24 07:25:20 +0100
commitb7291764e81caf8adae7d5a96a64bf47ac475390 (patch)
tree241d7fea2a404b26ef93cc48e0e400da3243a51b
parenta4d469a98359e83e46a6fda7691a12f37d2e98d6 (diff)
Update to 3.3.0 using zephir 0.10.6
-rw-r--r--REFLECTION1877
-rw-r--r--php-phalcon3.spec9
2 files changed, 1203 insertions, 683 deletions
diff --git a/REFLECTION b/REFLECTION
index 5301956..440c1be 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
+Extension [ <persistent> extension #183 phalcon version 3.3.0 ] {
- INI {
Entry [ phalcon.db.escape_identifiers <ALL> ]
@@ -45,7 +45,7 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
- - Classes [394] {
+ - Classes [396] {
Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] {
- Constants [0] {
@@ -473,52 +473,6 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Cache\FrontendInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [7] {
- Method [ <internal:phalcon> abstract public method getLifetime ] {
- }
-
- Method [ <internal:phalcon> abstract public method isBuffering ] {
- }
-
- Method [ <internal:phalcon> abstract public method start ] {
- }
-
- Method [ <internal:phalcon> abstract public method getContent ] {
- }
-
- Method [ <internal:phalcon> abstract public method stop ] {
- }
-
- Method [ <internal:phalcon> abstract public method beforeStore ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method afterRetrieve ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
- }
- }
- }
- }
-
Interface [ <internal:phalcon> interface Phalcon\Mvc\Model\MetaDataInterface ] {
- Constants [0] {
@@ -736,6 +690,52 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Cache\FrontendInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:phalcon> abstract public method getLifetime ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method isBuffering ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method start ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method getContent ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method stop ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method beforeStore ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method afterRetrieve ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\DispatcherInterface ] {
- Constants [0] {
@@ -964,6 +964,120 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
+ Interface [ <internal:phalcon> interface Phalcon\Logger\AdapterInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [16] {
+ Method [ <internal:phalcon> abstract public method setFormatter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Logger\FormatterInterface $formatter ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getFormatter ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method setLogLevel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $level ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method getLogLevel ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method log ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $type ]
+ Parameter #1 [ <optional> $message ]
+ Parameter #2 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method begin ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method commit ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method rollback ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method close ] {
+ }
+
+ Method [ <internal:phalcon> abstract public method debug ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method error ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method notice ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method warning ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method alert ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon> abstract public method emergency ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+ }
+ }
+
Interface [ <internal:phalcon> interface Phalcon\Db\AdapterInterface ] {
- Constants [0] {
@@ -1394,120 +1508,6 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
- Interface [ <internal:phalcon> interface Phalcon\Logger\AdapterInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [16] {
- Method [ <internal:phalcon> abstract public method setFormatter ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Logger\FormatterInterface $formatter ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method getFormatter ] {
- }
-
- Method [ <internal:phalcon> abstract public method setLogLevel ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $level ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method getLogLevel ] {
- }
-
- Method [ <internal:phalcon> abstract public method log ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $type ]
- Parameter #1 [ <optional> $message ]
- Parameter #2 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method begin ] {
- }
-
- Method [ <internal:phalcon> abstract public method commit ] {
- }
-
- Method [ <internal:phalcon> abstract public method rollback ] {
- }
-
- Method [ <internal:phalcon> abstract public method close ] {
- }
-
- Method [ <internal:phalcon> abstract public method debug ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method error ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method info ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method notice ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method warning ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method alert ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon> abstract public method emergency ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
- }
- }
-
Interface [ <internal:phalcon> interface Phalcon\Logger\FormatterInterface ] {
- Constants [0] {
@@ -5627,8 +5627,8 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Interface [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
- Parameters [2] {
Parameter #0 [ <optional> $rollbackMessage ]
- Parameter #1 [ <optional> $rollbackRecord ]
+ Parameter #1 [ <optional> Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ]
}
}
@@ -7829,22 +7829,22 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
+ Class [ <internal:phalcon> abstract class Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $_transaction ]
+ Property [ <default> protected $_queue ]
+ Property [ <default> protected $_formatter ]
+ Property [ <default> protected $_logLevel ]
+ }
+
+ - Methods [18] {
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method setLogLevel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $level ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method getLogLevel ] {
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method setFormatter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Logger\FormatterInterface $formatter ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method begin ] {
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method commit ] {
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method rollback ] {
+ }
+
+ Method [ <internal:phalcon> public method isTransaction ] {
+ }
+
+ Method [ <internal:phalcon> public method critical ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method emergency ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method debug ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method error ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method notice ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method warning ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method alert ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method log ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $type ]
+ Parameter #1 [ <optional> $message ]
+ Parameter #2 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\AdapterInterface> abstract public method getFormatter ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\AdapterInterface> abstract public method close ] {
+ }
+ }
+ }
+
Class [ <internal:phalcon> abstract class Phalcon\Db\Adapter implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] {
- Constants [0] {
@@ -8757,135 +8886,6 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
- Class [ <internal:phalcon> abstract class Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $_transaction ]
- Property [ <default> protected $_queue ]
- Property [ <default> protected $_formatter ]
- Property [ <default> protected $_logLevel ]
- }
-
- - Methods [18] {
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method setLogLevel ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $level ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method getLogLevel ] {
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method setFormatter ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Phalcon\Logger\FormatterInterface $formatter ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method begin ] {
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method commit ] {
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method rollback ] {
- }
-
- Method [ <internal:phalcon> public method isTransaction ] {
- }
-
- Method [ <internal:phalcon> public method critical ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method emergency ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method debug ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method error ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method info ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method notice ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method warning ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method alert ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $message ]
- Parameter #1 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon, prototype Phalcon\Logger\AdapterInterface> public method log ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $type ]
- Parameter #1 [ <optional> $message ]
- Parameter #2 [ <optional> array or NULL $context ]
- }
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Logger\AdapterInterface> abstract public method getFormatter ] {
- }
-
- Method [ <internal:phalcon, inherits Phalcon\Logger\AdapterInterface> abstract public method close ] {
- }
- }
- }
-
Class [ <internal:phalcon> abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] {
- Constants [0] {
@@ -8931,9 +8931,9 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> <iterateable> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> class Phalcon\Cli\Router\Route ] {
- Constants [1] {
- Constant [ string DEFAULT_DELIMITER ] { }
+ Constant [ public string DEFAULT_DELIMITER ] { }
}
- Static properties [2] {
@@ -17416,7 +17416,7 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Property [ <default> protected $_strictHostCheck ]
}
- - Methods [63] {
+ - Methods [64] {
Method [ <internal:phalcon> public method getHttpMethodParameterOverride ] {
}
@@ -26849,6 +26849,13 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
+ Method [ <internal:phalcon> final public method hasHeader ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $header ]
+ }
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Http\RequestInterface> final public method getHeader ] {
- Parameters [1] {
@@ -27196,7 +27203,7 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Property [ <default> protected $_dependencyInjector ]
}
- - Methods [29] {
+ - Methods [30] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [3] {
@@ -27366,6 +27373,13 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Parameter #2 [ <optional> $attachment ]
}
}
+
+ Method [ <internal:phalcon> public method removeHeader ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
}
}
@@ -27575,15 +27589,15 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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] {
@@ -28533,17 +28547,17 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 }
+ 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] {
@@ -28559,6 +28573,145 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
+ Class [ <internal:phalcon> class Phalcon\Logger\Adapter\Blackhole extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $_transaction ]
+ Property [ <default> protected $_queue ]
+ Property [ <default> protected $_formatter ]
+ Property [ <default> protected $_logLevel ]
+ }
+
+ - Methods [19] {
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\AdapterInterface, prototype Phalcon\Logger\AdapterInterface> public method getFormatter ] {
+ }
+
+ Method [ <internal:phalcon> public method logInternal ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <required> $type ]
+ Parameter #2 [ <required> $time ]
+ Parameter #3 [ <required> array $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Logger\AdapterInterface, prototype Phalcon\Logger\AdapterInterface> public method close ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method setLogLevel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $level ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method getLogLevel ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method setFormatter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Logger\FormatterInterface $formatter ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method begin ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method commit ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method rollback ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter> public method isTransaction ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter> public method critical ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method emergency ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method debug ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method error ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method notice ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method warning ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method alert ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> array or NULL $context ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Logger\Adapter, prototype Phalcon\Logger\AdapterInterface> public method log ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $type ]
+ Parameter #1 [ <optional> $message ]
+ Parameter #2 [ <optional> array or NULL $context ]
+ }
+ }
+ }
+ }
+
Class [ <internal:phalcon> class Phalcon\Logger\Adapter\File extends Phalcon\Logger\Adapter implements Phalcon\Logger\AdapterInterface ] {
- Constants [0] {
@@ -29638,15 +29791,31 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
- Static methods [0] {
}
- - Properties [5] {
+ - Properties [7] {
Property [ <default> protected $_eventsManager ]
Property [ <default> protected $_dependencyInjector ]
Property [ <default> protected $_defaultModule ]
Property [ <default> protected $_modules ]
Property [ <default> protected $_implicitView ]
+ Property [ <default> protected $_sendHeaders ]
+ Property [ <default> protected $_sendCookies ]
}
- - Methods [13] {
+ - Methods [15] {
+ Method [ <internal:phalcon> public method sendHeadersOnHandleRequest ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $sendHeaders ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method sendCookiesOnHandleRequest ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $sendCookies ]
+ }
+ }
+
Method [ <internal:phalcon> public method useImplicitView ] {
- Parameters [1] {
@@ -29785,13 +29954,13 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Property [ <default> protected $_handlers ]
}
- - Methods [16] {
+ - Methods [17] {
Method [ <internal:phalcon> protected method _addMap ] {
- Parameters [4] {
@@ -31222,6 +31391,16 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
+ Method [ <internal:phalcon> public method mapVia ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $routePattern ]
+ Parameter #1 [ <required> $handler ]
+ Parameter #2 [ <required> $method ]
+ Parameter #3 [ <optional> $name ]
+ }
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\Micro\CollectionInterface> public method get ] {
- Parameters [3] {
@@ -31393,20 +31572,21 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method cloneResultMap ] {
- Parameters [5] {
@@ -31450,6 +31630,14 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
+ Method [ <internal:phalcon> static private method getPreparedQuery ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $params ]
+ Parameter #1 [ <optional> $limit ]
+ }
+ }
+
Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method query ] {
- Parameters [1] {
@@ -31542,7 +31730,10 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Property [ <default> protected $_oldSnapshot ]
}
- - Methods [80] {
+ - Methods [82] {
+ Method [ <internal:phalcon> public method getTransaction ] {
+ }
+
Method [ <internal:phalcon, ctor> final public method __construct ] {
- Parameters [3] {
@@ -31916,6 +32107,14 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
+ Method [ <internal:phalcon> public method setOldSnapshotData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $data ]
+ Parameter #1 [ <optional> $columnMap ]
+ }
+ }
+
Method [ <internal:phalcon> public method hasSnapshotData ] {
}
@@ -33133,22 +33332,288 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <default> protected $_dependencyInjector ]
+ Property [ <default> protected $_strategy ]
+ Property [ <default> protected $_columnMap ]
+ Property [ <default> protected $_prefix ]
+ Property [ <default> protected $_ttl ]
+ Property [ <default> protected $_metaData ]
+ }
+
+ - Methods [33] {
+ Method [ <internal:phalcon, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\MetaDataInterface, prototype Phalcon\Mvc\Model\MetaDataInterface> public method read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:phalcon, overwrites Phalcon\Mvc\Model\MetaDataInterface, prototype Phalcon\Mvc\Model\MetaDataInterface> public method write ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData> final protected method _initialize ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> $key ]
+ Parameter #2 [ <required> $table ]
+ Parameter #3 [ <required> $schema ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\DiInterface $dependencyInjector ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setStrategy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getStrategy ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method readMetaData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method readMetaDataIndex ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method writeMetaDataIndex ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method readColumnMap ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> final public method readColumnMapIndex ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getPrimaryKeyAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getNonPrimaryKeyAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getNotNullAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDataTypes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDataTypesNumeric ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getIdentityField ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getBindTypes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getAutomaticCreateAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getAutomaticUpdateAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setAutomaticCreateAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setAutomaticUpdateAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method setEmptyStringAttributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> array $attributes ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getEmptyStringAttributes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getColumnMap ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getReverseColumnMap ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method hasAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <required> $attribute ]
+ }
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method isEmpty ] {
+ }
+
+ Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method reset ] {
+ }
+ }
+ }
+
+ Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
- - Properties [21] {
+ - Properties [22] {
Property [ <default> protected $_dependencyInjector ]
Property [ <default> protected $_manager ]
Property [ <default> protected $_metaData ]
@@ -35360,9 +35825,13 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Property [ <default> protected $_bindTypes ]
Property [ <default> protected $_enableImplicitJoins ]
Property [ <default> protected $_sharedLock ]
+ Property [ <default> protected $_transaction ]
}
- - Methods [45] {
+ - Methods [49] {
+ Method [ <internal:phalcon> public method getTransaction ] {
+ }
+
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [3] {
@@ -35655,14 +36124,41 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Method [ <internal:phalcon> public method getSql ] {
}
+
+ Method [ <internal:phalcon> protected method getReadConnection ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <optional> array or NULL $intermediate ]
+ Parameter #2 [ <optional> array or NULL $bindParams ]
+ Parameter #3 [ <optional> array or NULL $bindTypes ]
+ }
+ }
+
+ Method [ <internal:phalcon> protected method getWriteConnection ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
+ Parameter #1 [ <optional> array or NULL $intermediate ]
+ Parameter #2 [ <optional> array or NULL $bindParams ]
+ Parameter #3 [ <optional> array or NULL $bindTypes ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method setTransaction ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Phalcon\Mvc\Model\TransactionInterface $transaction ]
+ }
+ }
}
}
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> <iterateable> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> <iterateable> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
- Parameters [2] {
Parameter #0 [ <optional> $rollbackMessage ]
- Parameter #1 [ <optional> $rollbackRecord ]
+ Parameter #1 [ <optional> Phalcon\Mvc\ModelInterface or NULL $rollbackRecord ]
}
}
@@ -37130,8 +37626,8 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Property [ <default> protected $_compiledTemplatePath ]
}
- - Methods [44] {
+ - Methods [46] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [1] {
@@ -39351,6 +39847,22 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
}
}
+ Method [ <internal:phalcon> public method compileSwitch ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $statement ]
+ Parameter #1 [ <optional> $extendsMode ]
+ }
+ }
+
+ Method [ <internal:phalcon> public method compileCase ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array $statement ]
+ Parameter #1 [ <optional> $caseClause ]
+ }
+ }
+
Method [ <internal:phalcon> public method compileElseIf ] {
- Parameters [1] {
@@ -39499,23 +40011,28 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
- Static methods [0] {
}
- - Properties [4] {
+ - Properties [5] {
Property [ <default> protected $message ]
Property [ <default> protected $code ]
Property [ <default> protected $file ]
Property [ <default> protected $line ]
+ Property [ <default> protected $statement ]
}
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+ - Methods [11] {
+ Method [ <internal:phalcon, overwrites Exception, ctor> public method __construct ] {
- - Parameters [3] {
+ - Parameters [4] {
Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #1 [ <optional> array or NULL $statement ]
+ Parameter #2 [ <optional> $code ]
+ Parameter #3 [ <optional> Exception or NULL $previous ]
}
}
+ Method [ <internal:phalcon> public method getStatement ] {
+ }
+
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
}
@@ -39981,12 +40498,12 @@ Extension [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 [ <persistent> extension #179 phalcon version 3.2.4 ] {
Class [ <internal:phalcon> 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 <remi@remirepo.net> - 3.3.0-1
+- Update to 3.3.0 using zephir 0.10.6
+
* Mon Oct 23 2017 Remi Collet <remi@remirepo.net> - 3.2.4-1
- Update to 3.2.4 using zephir 0.10.4