From d0e0c54dfd3f815bb641e98e34a3c3c1622a950b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jun 2017 09:11:04 +0200 Subject: v3.2.0 --- REFLECTION | 2513 +++++++++++++++++++++++++++++++++++++++++++++-------- php-phalcon3.spec | 37 +- 2 files changed, 2186 insertions(+), 364 deletions(-) diff --git a/REFLECTION b/REFLECTION index db6c68f..ac715bf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #171 phalcon version 3.1.2 ] { +Extension [ extension #174 phalcon version 3.2.0 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -37,9 +37,15 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Entry [ phalcon.orm.ignore_unknown_columns ] Current = '0' } + Entry [ phalcon.orm.update_snapshot_on_save ] + Current = '1' + } + Entry [ phalcon.orm.disable_assign_setters ] + Current = '0' + } } - - Classes [376] { + - Classes [394] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -322,6 +328,30 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Interface [ interface Phalcon\FactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Interface [ interface Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { @@ -884,6 +914,56 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Interface [ interface Phalcon\Assets\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + + Method [ abstract public method getType ] { + } + + Method [ abstract public method setFilter ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + } + + Method [ abstract public method getFilter ] { + } + + Method [ abstract public method setAttributes ] { + + - Parameters [1] { + Parameter #0 [ array $attributes ] + } + } + + Method [ abstract public method getAttributes ] { + } + + Method [ abstract public method getResourceKey ] { + } + } + } + Interface [ interface Phalcon\Db\AdapterInterface ] { - Constants [0] { @@ -5591,10 +5671,11 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ abstract public method join ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $model ] Parameter #1 [ $conditions ] Parameter #2 [ $alias ] + Parameter #3 [ $type ] } } @@ -6883,6 +6964,30 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Interface [ interface Phalcon\Di\ServiceProviderInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method register ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DiInterface $di ] + } + } + } + } + Interface [ interface Phalcon\Filter\UserFilterInterface ] { - Constants [0] { @@ -7169,7 +7274,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method __construct ] { - Parameters [1] { @@ -7214,6 +7319,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $attribute ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -7475,6 +7605,38 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ abstract class Phalcon\Factory implements Phalcon\FactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static protected method loadClass ] { + + - Parameters [2] { + Parameter #0 [ $namespace ] + Parameter #1 [ $config ] + } + } + + Method [ abstract static public method load ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Class [ abstract class Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface ] { - Constants [0] { @@ -7492,7 +7654,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } - Methods [7] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -7989,25 +8151,37 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Class [ class Phalcon\Config implements ArrayAccess, Countable ] { - - Constants [0] { + - Constants [1] { + Constant [ string DEFAULT_PATH_DELIMITER ] { . } } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $_pathDelimiter ] } - - Static methods [1] { + - Static methods [3] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } + + Method [ static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ $delimiter ] + } + } + + Method [ static public method getPathDelimiter ] { + } } - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ public method __construct ] { - Parameters [1] { @@ -8022,6 +8196,15 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + Method [ public method get ] { - Parameters [2] { @@ -8765,7 +8948,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [21] { + - Methods [22] { Method [ public method __construct ] { - Parameters [1] { @@ -8888,6 +9071,9 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method __destruct ] { } + + Method [ protected method removeSessionData ] { + } } } @@ -10263,7 +10449,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Class [ class Phalcon\Assets\Inline ] { + Class [ class Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } @@ -10281,17 +10467,17 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_attributes ] } - - Methods [8] { - Method [ public method getType ] { + - Methods [9] { + Method [ public method getType ] { } Method [ public method getContent ] { } - Method [ public method getFilter ] { + Method [ public method getFilter ] { } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { } Method [ public method __construct ] { @@ -10304,30 +10490,33 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } + + Method [ public method getResourceKey ] { + } } } - Class [ class Phalcon\Assets\Resource ] { + Class [ class Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } @@ -10349,8 +10538,8 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_targetUri ] } - - Methods [21] { - Method [ public method getType ] { + - Methods [22] { + Method [ public method getType ] { } Method [ public method getPath ] { @@ -10359,10 +10548,10 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getLocal ] { } - Method [ public method getFilter ] { + Method [ public method getFilter ] { } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { } Method [ public method getSourcePath ] { @@ -10385,7 +10574,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] @@ -10406,14 +10595,14 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] @@ -10464,6 +10653,9 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #0 [ $basePath ] } } + + Method [ public method getResourceKey ] { + } } } @@ -10552,7 +10744,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_eventsManager ] } - - Methods [20] { + - Methods [24] { Method [ public method __construct ] { } @@ -10686,6 +10878,35 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $arguments ] } } + + Method [ public method register ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + } + } + + Method [ public method loadFromYaml ] { + + - Parameters [2] { + Parameter #0 [ $filePath ] + Parameter #1 [ array or NULL $callbacks ] + } + } + + Method [ public method loadFromPhp ] { + + - Parameters [1] { + Parameter #0 [ $filePath ] + } + } + + Method [ protected method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Config $config ] + } + } } } @@ -10859,7 +11080,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getReturnedValue ] { } - Method [ public method setModelBinding ] { + Method [ public method setModelBinding ] { - Parameters [2] { Parameter #0 [ $value ] @@ -11753,7 +11974,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_eventsManager ] } - - Methods [20] { + - Methods [24] { Method [ public method __construct ] { } @@ -11887,6 +12108,35 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $arguments ] } } + + Method [ public method register ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + } + } + + Method [ public method loadFromYaml ] { + + - Parameters [2] { + Parameter #0 [ $filePath ] + Parameter #1 [ array or NULL $callbacks ] + } + } + + Method [ public method loadFromPhp ] { + + - Parameters [1] { + Parameter #0 [ $filePath ] + } + } + + Method [ protected method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Config $config ] + } + } } } @@ -12309,7 +12559,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method __construct ] { - Parameters [1] { @@ -12354,6 +12604,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $attribute ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -12771,6 +13046,96 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ class Phalcon\Annotations\Adapter\Apcu extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $_reader ] + Property [ protected $_annotations ] + Property [ protected $_prefix ] + Property [ protected $_ttl ] + } + + - Methods [10] { + 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 [ Phalcon\Annotations\Reflection $data ] + } + } + + Method [ public method setReader ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + } + } + + Method [ public method getReader ] { + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + } + + Method [ public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ $className ] + Parameter #1 [ $methodName ] + } + } + + Method [ public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + } + + Method [ public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ $className ] + Parameter #1 [ $propertyName ] + } + } + } + } + Class [ class Phalcon\Annotations\Adapter\Files extends Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { - Constants [0] { @@ -13222,6 +13587,38 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ class Phalcon\Annotations\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\Annotations\Reader implements Phalcon\Annotations\ReaderInterface ] { - Constants [0] { @@ -13311,7 +13708,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { - Static methods [0] { } - - Properties [12] { + - Properties [13] { Property [ protected $_prefix ] Property [ protected $_local ] Property [ protected $_resources ] @@ -13324,9 +13721,10 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_targetPath ] Property [ protected $_targetLocal ] Property [ protected $_sourcePath ] + Property [ protected $_includedResources ] } - - Methods [35] { + - Methods [38] { Method [ public method getPrefix ] { } @@ -13363,6 +13761,9 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getSourcePath ] { } + Method [ public method __construct ] { + } + Method [ public method add ] { - Parameters [1] { @@ -13377,6 +13778,13 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\ResourceInterface $resource ] + } + } + Method [ public method addCss ] { - Parameters [4] { @@ -13509,6 +13917,13 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #0 [ Phalcon\Assets\FilterInterface $filter ] } } + + Method [ final protected method addResource ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Assets\ResourceInterface $resource ] + } + } } } @@ -13641,7 +14056,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline ] { + Class [ class Phalcon\Assets\Inline\Css extends Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } @@ -13659,7 +14074,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_attributes ] } - - Methods [8] { + - Methods [9] { Method [ public method __construct ] { - Parameters [3] { @@ -13669,42 +14084,45 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { } Method [ public method getContent ] { } - Method [ public method getFilter ] { + Method [ public method getFilter ] { } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } + + Method [ public method getResourceKey ] { + } } } - Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline ] { + Class [ class Phalcon\Assets\Inline\Js extends Phalcon\Assets\Inline implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } @@ -13722,7 +14140,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_attributes ] } - - Methods [8] { + - Methods [9] { Method [ public method __construct ] { - Parameters [3] { @@ -13732,38 +14150,41 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { } Method [ public method getContent ] { } - Method [ public method getFilter ] { + Method [ public method getFilter ] { } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] } } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] } } + + Method [ public method getResourceKey ] { + } } } @@ -13962,7 +14383,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Class [ class Phalcon\Assets\Resource\Css extends Phalcon\Assets\Resource ] { + Class [ class Phalcon\Assets\Resource\Css extends Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } @@ -13984,7 +14405,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_targetUri ] } - - Methods [21] { + - Methods [22] { Method [ public method __construct ] { - Parameters [4] { @@ -13995,7 +14416,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { } Method [ public method getPath ] { @@ -14004,10 +14425,10 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getLocal ] { } - Method [ public method getFilter ] { + Method [ public method getFilter ] { } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { } Method [ public method getSourcePath ] { @@ -14019,7 +14440,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getTargetUri ] { } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] @@ -14040,14 +14461,14 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] @@ -14098,10 +14519,13 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #0 [ $basePath ] } } + + Method [ public method getResourceKey ] { + } } } - Class [ class Phalcon\Assets\Resource\Js extends Phalcon\Assets\Resource ] { + Class [ class Phalcon\Assets\Resource\Js extends Phalcon\Assets\Resource implements Phalcon\Assets\ResourceInterface ] { - Constants [0] { } @@ -14123,7 +14547,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_targetUri ] } - - Methods [21] { + - Methods [22] { Method [ public method __construct ] { - Parameters [4] { @@ -14134,7 +14558,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method getType ] { + Method [ public method getType ] { } Method [ public method getPath ] { @@ -14143,10 +14567,10 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getLocal ] { } - Method [ public method getFilter ] { + Method [ public method getFilter ] { } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { } Method [ public method getSourcePath ] { @@ -14158,7 +14582,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getTargetUri ] { } - Method [ public method setType ] { + Method [ public method setType ] { - Parameters [1] { Parameter #0 [ $type ] @@ -14179,14 +14603,14 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method setFilter ] { + Method [ public method setFilter ] { - Parameters [1] { Parameter #0 [ $filter ] } } - Method [ public method setAttributes ] { + Method [ public method setAttributes ] { - Parameters [1] { Parameter #0 [ array $attributes ] @@ -14237,6 +14661,9 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #0 [ $basePath ] } } + + Method [ public method getResourceKey ] { + } } } @@ -14385,7 +14812,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Class [ class Phalcon\Cache\Backend\File extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + Class [ class Phalcon\Cache\Backend\Apcu extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } @@ -14396,7 +14823,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { - Static methods [0] { } - - Properties [8] { + - Properties [7] { Property [ protected $_frontend ] Property [ protected $_options ] Property [ protected $_prefix ] @@ -14404,18 +14831,9 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] - Property [ private $_useSafeKey ] } - - Methods [22] { - Method [ public method __construct ] { - - - Parameters [2] { - Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ array $options ] - } - } - + - Methods [20] { Method [ public method get ] { - Parameters [2] { @@ -14434,28 +14852,6 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method delete ] { - - - Parameters [1] { - Parameter #0 [ $keyName ] - } - } - - Method [ public method queryKeys ] { - - - Parameters [1] { - Parameter #0 [ $prefix ] - } - } - - Method [ public method exists ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } - Method [ public method increment ] { - Parameters [2] { @@ -14472,23 +14868,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method flush ] { + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $keyName ] + } } - Method [ public method getKey ] { + Method [ public method queryKeys ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $prefix ] } } - Method [ public method useSafeKey ] { + Method [ public method exists ] { - - Parameters [1] { - Parameter #0 [ $useSafeKey ] + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] } } + Method [ public method flush ] { + } + Method [ public method getFrontend ] { } @@ -14519,6 +14923,14 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ $options ] + } + } + Method [ public method start ] { - Parameters [2] { @@ -14545,7 +14957,39 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Class [ class Phalcon\Cache\Backend\Libmemcached extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + Class [ class Phalcon\Cache\Backend\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\Cache\Backend\File extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { - Constants [0] { } @@ -14564,21 +15008,181 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_lastLifetime ] Property [ protected $_fresh ] Property [ protected $_started ] - Property [ protected $_memcache ] + Property [ private $_useSafeKey ] } - - Methods [21] { + - Methods [22] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] - Parameter #1 [ $options ] + Parameter #1 [ array $options ] } } - Method [ public method _connect ] { - } - + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] + } + } + + Method [ public method save ] { + + - Parameters [4] { + Parameter #0 [ $keyName ] + Parameter #1 [ $content ] + Parameter #2 [ $lifetime ] + Parameter #3 [ $stopBuffer ] + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $keyName ] + } + } + + Method [ public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method exists ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] + } + } + + Method [ public method increment ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $value ] + } + } + + Method [ public method decrement ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $value ] + } + } + + Method [ public method flush ] { + } + + Method [ public method getKey ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method useSafeKey ] { + + - Parameters [1] { + Parameter #0 [ $useSafeKey ] + } + } + + Method [ public method getFrontend ] { + } + + Method [ public method setFrontend ] { + + - Parameters [1] { + Parameter #0 [ $frontend ] + } + } + + Method [ public method getOptions ] { + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ public method getLastKey ] { + } + + Method [ public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ $lastKey ] + } + } + + Method [ public method start ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] + } + } + + Method [ public method stop ] { + + - Parameters [1] { + Parameter #0 [ $stopBuffer ] + } + } + + Method [ public method isFresh ] { + } + + Method [ public method isStarted ] { + } + + Method [ public method getLifetime ] { + } + } + } + + Class [ class Phalcon\Cache\Backend\Libmemcached extends Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $_frontend ] + Property [ protected $_options ] + Property [ protected $_prefix ] + Property [ protected $_lastKey ] + Property [ protected $_lastLifetime ] + Property [ protected $_fresh ] + Property [ protected $_started ] + Property [ protected $_memcache ] + } + + - Methods [21] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Cache\FrontendInterface $frontend ] + Parameter #1 [ $options ] + } + } + + Method [ public method _connect ] { + } + Method [ public method get ] { - Parameters [2] { @@ -15565,6 +16169,38 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ class Phalcon\Cache\Frontend\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\Cache\Frontend\Igbinary extends Phalcon\Cache\Frontend\Data implements Phalcon\Cache\FrontendInterface ] { - Constants [0] { @@ -16112,7 +16748,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [45] { + - Methods [47] { Method [ public method setTaskSuffix ] { - Parameters [1] { @@ -16168,6 +16804,22 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getOptions ] { } + Method [ public method getOption ] { + + - Parameters [3] { + Parameter #0 [ $option ] + Parameter #1 [ $filters ] + Parameter #2 [ $defaultValue ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + Method [ public method callActionMethod ] { - Parameters [3] { @@ -16304,7 +16956,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getReturnedValue ] { } - Method [ public method setModelBinding ] { + Method [ public method setModelBinding ] { - Parameters [2] { Parameter #0 [ $value ] @@ -16757,54 +17409,60 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements Countable, ArrayAccess ] { + Class [ class Phalcon\Config\Adapter\Grouped extends Phalcon\Config implements Countable, ArrayAccess ] { - - Constants [0] { + - Constants [1] { + Constant [ string DEFAULT_PATH_DELIMITER ] { . } } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $_pathDelimiter ] } - - Static methods [1] { + - Static methods [3] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } + + Method [ static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ $delimiter ] + } + } + + Method [ static public method getPathDelimiter ] { + } } - Properties [0] { } - - Methods [12] { + - Methods [11] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $filePath ] - Parameter #1 [ $mode ] + Parameter #0 [ array $arrayConfig ] + Parameter #1 [ $defaultAdapter ] } } - Method [ protected method _parseIniString ] { - - - Parameters [2] { - Parameter #0 [ $path ] - Parameter #1 [ $value ] - } - } - - Method [ protected method _cast ] { + Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $ini ] + Parameter #0 [ $index ] } } - Method [ public method offsetExists ] { + Method [ public method path ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] } } @@ -16861,31 +17519,59 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config implements Countable, ArrayAccess ] { + Class [ class Phalcon\Config\Adapter\Ini extends Phalcon\Config implements Countable, ArrayAccess ] { - - Constants [0] { + - Constants [1] { + Constant [ string DEFAULT_PATH_DELIMITER ] { . } } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $_pathDelimiter ] } - - Static methods [1] { + - Static methods [3] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } + + Method [ static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ $delimiter ] + } + } + + Method [ static public method getPathDelimiter ] { + } } - Properties [0] { } - - Methods [10] { + - Methods [13] { Method [ public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $filePath ] + Parameter #1 [ $mode ] + } + } + + Method [ protected method _parseIniString ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $value ] + } + } + + Method [ protected method _cast ] { + + - Parameters [1] { + Parameter #0 [ $ini ] } } @@ -16896,6 +17582,124 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method merge ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Config $config ] + } + } + + Method [ public method toArray ] { + } + + Method [ public method count ] { + } + + Method [ final protected method _merge ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Config $config ] + Parameter #1 [ $instance ] + } + } + } + } + + Class [ class Phalcon\Config\Adapter\Json extends Phalcon\Config implements Countable, ArrayAccess ] { + + - Constants [1] { + Constant [ string DEFAULT_PATH_DELIMITER ] { . } + } + + - Static properties [1] { + Property [ protected static $_pathDelimiter ] + } + + - Static methods [3] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $data ] + } + } + + Method [ static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ $delimiter ] + } + } + + Method [ static public method getPathDelimiter ] { + } + } + + - Properties [0] { + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $filePath ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + Method [ public method get ] { - Parameters [2] { @@ -16951,25 +17755,37 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Class [ class Phalcon\Config\Adapter\Php extends Phalcon\Config implements Countable, ArrayAccess ] { - - Constants [0] { + - Constants [1] { + Constant [ string DEFAULT_PATH_DELIMITER ] { . } } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $_pathDelimiter ] } - - Static methods [1] { + - Static methods [3] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } + + Method [ static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ $delimiter ] + } + } + + Method [ static public method getPathDelimiter ] { + } } - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ public method __construct ] { - Parameters [1] { @@ -16984,6 +17800,15 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + Method [ public method get ] { - Parameters [2] { @@ -17039,25 +17864,37 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Class [ class Phalcon\Config\Adapter\Yaml extends Phalcon\Config implements Countable, ArrayAccess ] { - - Constants [0] { + - Constants [1] { + Constant [ string DEFAULT_PATH_DELIMITER ] { . } } - - Static properties [0] { + - Static properties [1] { + Property [ protected static $_pathDelimiter ] } - - Static methods [1] { + - Static methods [3] { Method [ static public method __set_state ] { - Parameters [1] { Parameter #0 [ array $data ] } } + + Method [ static public method setPathDelimiter ] { + + - Parameters [1] { + Parameter #0 [ $delimiter ] + } + } + + Method [ static public method getPathDelimiter ] { + } } - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ public method __construct ] { - Parameters [2] { @@ -17073,6 +17910,15 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Method [ public method path ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $delimiter ] + } + } + Method [ public method get ] { - Parameters [2] { @@ -17183,6 +18029,38 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ class Phalcon\Config\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\Crypt implements Phalcon\CryptInterface ] { - Constants [7] { @@ -17392,6 +18270,38 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ class Phalcon\Db\Adapter\Pdo\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\Db\Adapter\Pdo\Mysql extends Phalcon\Db\Adapter\Pdo implements Phalcon\Db\AdapterInterface, Phalcon\Events\EventsAwareInterface ] { - Constants [0] { @@ -21199,7 +22109,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method getMajorVersion ] { + Method [ public method getMajorVersion ] { } Method [ public method getVersion ] { @@ -21474,7 +22384,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_eventsManager ] } - - Methods [20] { + - Methods [24] { Method [ public method __construct ] { } @@ -21608,6 +22518,35 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $arguments ] } } + + Method [ public method register ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Di\ServiceProviderInterface $provider ] + } + } + + Method [ public method loadFromYaml ] { + + - Parameters [2] { + Parameter #0 [ $filePath ] + Parameter #1 [ array or NULL $callbacks ] + } + } + + Method [ public method loadFromPhp ] { + + - Parameters [1] { + Parameter #0 [ $filePath ] + } + } + + Method [ protected method loadFromConfig ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Config $config ] + } + } } } @@ -22119,9 +23058,66 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ class Phalcon\Factory\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 [ class Phalcon\Filter implements Phalcon\FilterInterface ] { - - Constants [12] { + - Constants [14] { Constant [ string FILTER_EMAIL ] { email } Constant [ string FILTER_ABSINT ] { absint } Constant [ string FILTER_INT ] { int } @@ -22134,6 +23130,8 @@ Extension [ extension #171 phalcon version 3.1.2 ] { 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 } } - Static properties [0] { @@ -27286,6 +28284,38 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + 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] { @@ -28169,6 +29199,38 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ class Phalcon\Logger\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\Logger\Formatter\Firephp extends Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { - Constants [0] { @@ -29552,6 +30614,13 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Method [ public method forward ] { + + - Parameters [1] { + Parameter #0 [ $forward ] + } + } + Method [ public method getControllerClass ] { } @@ -29688,7 +30757,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getReturnedValue ] { } - Method [ public method setModelBinding ] { + Method [ public method setModelBinding ] { - Parameters [2] { Parameter #0 [ $value ] @@ -29713,13 +30782,6 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ protected method _dispatch ] { } - Method [ public method forward ] { - - - Parameters [1] { - Parameter #0 [ $forward ] - } - } - Method [ public method wasForwarded ] { } @@ -30455,7 +31517,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - - Properties [13] { + - Properties [14] { Property [ protected $_dependencyInjector ] Property [ protected $_modelsManager ] Property [ protected $_modelsMetaData ] @@ -30469,9 +31531,10 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_skipped ] Property [ protected $_related ] Property [ protected $_snapshot ] + Property [ protected $_oldSnapshot ] } - - Methods [77] { + - Methods [80] { Method [ final public method __construct ] { - Parameters [3] { @@ -30851,16 +31914,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getSnapshotData ] { } + Method [ public method getOldSnapshotData ] { + } + Method [ public method hasChanged ] { - - Parameters [1] { + - Parameters [2] { + Parameter #0 [ $fieldName ] + Parameter #1 [ $allFields ] + } + } + + Method [ public method hasUpdated ] { + + - Parameters [2] { Parameter #0 [ $fieldName ] + Parameter #1 [ $allFields ] } } Method [ public method getChangedFields ] { } + Method [ public method getUpdatedFields ] { + } + Method [ protected method useDynamicUpdate ] { - Parameters [1] { @@ -31081,7 +32159,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $originalValues ] } - - Methods [8] { + - Methods [9] { Method [ public method getBoundModels ] { } @@ -31115,6 +32193,14 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Method [ protected method findBoundModel ] { + + - Parameters [2] { + Parameter #0 [ $paramValue ] + Parameter #1 [ $className ] + } + } + Method [ protected method getParamsFromCache ] { - Parameters [1] { @@ -31162,7 +32248,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_hiddenParamNumber ] } - - Methods [38] { + - Methods [39] { Method [ public method setDI ] { - Parameters [1] { @@ -31258,7 +32344,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method addWhere ] { + Method [ public method addWhere ] { - Parameters [3] { Parameter #0 [ $conditions ] @@ -31407,6 +32493,9 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method getParams ] { } + Method [ public method createBuilder ] { + } + Method [ public method execute ] { } } @@ -31423,7 +32512,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { - Static methods [0] { } - - Properties [25] { + - Properties [26] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_customEventsManager ] @@ -31440,6 +32529,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_hasManyToMany ] Property [ protected $_hasManyToManySingle ] Property [ protected $_initialized ] + Property [ protected $_prefix ] Property [ protected $_sources ] Property [ protected $_schemas ] Property [ protected $_behaviors ] @@ -31451,7 +32541,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_namespaceAliases ] } - - Methods [63] { + - Methods [65] { Method [ public method setDI ] { - Parameters [1] { @@ -31512,6 +32602,16 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Method [ public method setModelPrefix ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method getModelPrefix ] { + } + Method [ public method setModelSource ] { - Parameters [2] { @@ -34583,7 +35683,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_hiddenParamNumber ] } - - Methods [37] { + - Methods [47] { Method [ public method __construct ] { - Parameters [2] { @@ -34761,21 +35861,79 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method having ] { - - Parameters [1] { - Parameter #0 [ $having ] + - Parameters [3] { + Parameter #0 [ $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] } } - Method [ public method forUpdate ] { + Method [ public method andHaving ] { - - Parameters [1] { - Parameter #0 [ $forUpdate ] + - Parameters [3] { + Parameter #0 [ $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + } + + Method [ public method orHaving ] { + + - Parameters [3] { + Parameter #0 [ $conditions ] + Parameter #1 [ $bindParams ] + Parameter #2 [ $bindTypes ] + } + } + + Method [ public method betweenHaving ] { + + - Parameters [4] { + Parameter #0 [ $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ $operator ] + } + } + + Method [ public method notBetweenHaving ] { + + - Parameters [4] { + Parameter #0 [ $expr ] + Parameter #1 [ $minimum ] + Parameter #2 [ $maximum ] + Parameter #3 [ $operator ] + } + } + + Method [ public method inHaving ] { + + - Parameters [3] { + Parameter #0 [ $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ $operator ] + } + } + + Method [ public method notInHaving ] { + + - Parameters [3] { + Parameter #0 [ $expr ] + Parameter #1 [ array $values ] + Parameter #2 [ $operator ] } } Method [ public method getHaving ] { } + Method [ public method forUpdate ] { + + - Parameters [1] { + Parameter #0 [ $forUpdate ] + } + } + Method [ public method limit ] { - Parameters [2] { @@ -34819,6 +35977,48 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #0 [ $identifier ] } } + + Method [ private method _conditionBetween ] { + + - Parameters [5] { + Parameter #0 [ $clause ] + Parameter #1 [ $operator ] + Parameter #2 [ $expr ] + Parameter #3 [ $minimum ] + Parameter #4 [ $maximum ] + } + } + + Method [ private method _conditionNotBetween ] { + + - Parameters [5] { + Parameter #0 [ $clause ] + Parameter #1 [ $operator ] + Parameter #2 [ $expr ] + Parameter #3 [ $minimum ] + Parameter #4 [ $maximum ] + } + } + + Method [ private method _conditionIn ] { + + - Parameters [4] { + Parameter #0 [ $clause ] + Parameter #1 [ $operator ] + Parameter #2 [ $expr ] + Parameter #3 [ array $values ] + } + } + + Method [ private method _conditionNotIn ] { + + - Parameters [4] { + Parameter #0 [ $clause ] + Parameter #1 [ $operator ] + Parameter #2 [ $expr ] + Parameter #3 [ array $values ] + } + } } } @@ -35754,7 +36954,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -35817,7 +37017,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -35880,7 +37080,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -35945,7 +37145,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -36008,7 +37208,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -36071,7 +37271,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -36134,7 +37334,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -36197,7 +37397,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -36260,7 +37460,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -36323,7 +37523,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -38630,11 +39830,12 @@ Extension [ extension #171 phalcon version 3.1.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ protected $_limitRows ] Property [ protected $_page ] Property [ protected $_config ] Property [ protected $_builder ] + Property [ protected $_columns ] } - Methods [8] { @@ -38737,6 +39938,38 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ class Phalcon\Paginator\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\Queue\Beanstalk ] { - Constants [6] { @@ -39324,7 +40557,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { - Properties [0] { } - - Methods [7] { + - Methods [9] { Method [ public method bytes ] { - Parameters [1] { @@ -39342,7 +40575,14 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method base58 ] { - Parameters [1] { - Parameter #0 [ $n ] + Parameter #0 [ $len ] + } + } + + Method [ public method base62 ] { + + - Parameters [1] { + Parameter #0 [ $len ] } } @@ -39370,6 +40610,15 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #0 [ $len ] } } + + Method [ protected method base ] { + + - Parameters [3] { + Parameter #0 [ $alphabet ] + Parameter #1 [ $base ] + Parameter #2 [ $n ] + } + } } } @@ -39393,7 +40642,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [21] { + - Methods [22] { Method [ public method __construct ] { - Parameters [1] { @@ -39516,6 +40765,9 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method __destruct ] { } + + Method [ protected method removeSessionData ] { + } } } @@ -39541,7 +40793,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_lifetime ] } - - Methods [28] { + - Methods [29] { Method [ public method getLibmemcached ] { } @@ -39694,6 +40946,9 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method __destruct ] { } + + Method [ protected method removeSessionData ] { + } } } @@ -39719,7 +40974,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_lifetime ] } - - Methods [28] { + - Methods [29] { Method [ public method getMemcache ] { } @@ -39872,6 +41127,9 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method __destruct ] { } + + Method [ protected method removeSessionData ] { + } } } @@ -39897,7 +41155,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_lifetime ] } - - Methods [28] { + - Methods [29] { Method [ public method getRedis ] { } @@ -40050,6 +41308,9 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Method [ public method __destruct ] { } + + Method [ protected method removeSessionData ] { + } } } @@ -40249,6 +41510,38 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ class Phalcon\Session\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\Tag ] { - Constants [11] { @@ -40357,7 +41650,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ static public method resetInput ] { + Method [ static public method resetInput ] { } Method [ static public method linkTo ] { @@ -40778,12 +42071,13 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Class [ abstract class Phalcon\Text ] { - - Constants [5] { + - 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 } } - Static properties [0] { @@ -41354,6 +42648,38 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } + Class [ class Phalcon\Translate\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\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\InterpolatorInterface ] { - Constants [0] { @@ -41849,7 +43175,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -41894,6 +43220,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -41912,7 +43263,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -41957,6 +43308,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -41975,7 +43351,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -42020,6 +43396,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -42038,7 +43439,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -42083,6 +43484,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -42101,7 +43527,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [7] { + - Methods [10] { Method [ public method validate ] { - Parameters [2] { @@ -42154,6 +43580,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -42172,7 +43623,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [7] { + - Methods [10] { Method [ public method validate ] { - Parameters [2] { @@ -42224,6 +43675,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -42242,7 +43718,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [7] { + - Methods [10] { Method [ public method validate ] { - Parameters [2] { @@ -42295,6 +43771,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -42313,7 +43814,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -42358,6 +43859,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -42376,7 +43902,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -42421,6 +43947,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -42496,7 +44047,279 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $options ] + } + } + + Method [ public method isSetOption ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Phalcon\Validation\Validator\File extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $_options ] + } + + - Methods [10] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ public method isAllowEmpty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $options ] + } + } + + Method [ public method isSetOption ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Phalcon\Validation\Validator\Identical extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $_options ] + } + + - Methods [9] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $options ] + } + } + + Method [ public method isSetOption ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method hasOption ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getOption ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + } + } + + Class [ class Phalcon\Validation\Validator\InclusionIn extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $_options ] + } + + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -42541,26 +44364,8 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } - } - } - Class [ class Phalcon\Validation\Validator\File extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $_options ] - } - - - Methods [7] { - Method [ public method validate ] { + Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] @@ -42568,54 +44373,26 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method isAllowEmpty ] { + Method [ protected method prepareMessage ] { - - Parameters [2] { + - Parameters [4] { Parameter #0 [ Phalcon\Validation $validation ] Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] } } - Method [ public method __construct ] { - - - Parameters [1] { - Parameter #0 [ array or NULL $options ] - } - } - - Method [ public method isSetOption ] { - - - Parameters [1] { - Parameter #0 [ $key ] - } - } - - Method [ public method hasOption ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $key ] - } - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #0 [ $field ] } } } } - Class [ class Phalcon\Validation\Validator\Identical extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\Numericality extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -42630,7 +44407,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -42675,26 +44452,8 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } - } - } - - Class [ class Phalcon\Validation\Validator\InclusionIn extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $_options ] - } - - - Methods [6] { - Method [ public method validate ] { + Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] @@ -42702,46 +44461,26 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ protected method prepareMessage ] { - - Parameters [1] { - Parameter #0 [ array or NULL $options ] - } - } - - Method [ public method isSetOption ] { - - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] } } - Method [ public method hasOption ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $key ] - } - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #0 [ $field ] } } } } - Class [ class Phalcon\Validation\Validator\Numericality extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + Class [ class Phalcon\Validation\Validator\PresenceOf extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { } @@ -42756,7 +44495,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -42801,26 +44540,8 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } - } - } - - Class [ class Phalcon\Validation\Validator\PresenceOf extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ protected $_options ] - } - - Methods [6] { - Method [ public method validate ] { + Method [ protected method prepareLabel ] { - Parameters [2] { Parameter #0 [ Phalcon\Validation $validation ] @@ -42828,40 +44549,20 @@ Extension [ extension #171 phalcon version 3.1.2 ] { } } - Method [ public method __construct ] { + Method [ protected method prepareMessage ] { - - Parameters [1] { - Parameter #0 [ array or NULL $options ] - } - } - - Method [ public method isSetOption ] { - - - Parameters [1] { - Parameter #0 [ $key ] + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] } } - Method [ public method hasOption ] { + Method [ protected method prepareCode ] { - Parameters [1] { - Parameter #0 [ $key ] - } - } - - Method [ public method getOption ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ public method setOption ] { - - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + Parameter #0 [ $field ] } } } @@ -42882,7 +44583,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -42927,6 +44628,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -42945,7 +44671,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -42990,6 +44716,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -43009,7 +44760,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ private $columnMap ] } - - Methods [10] { + - Methods [13] { Method [ public method validate ] { - Parameters [2] { @@ -43088,6 +44839,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } @@ -43106,7 +44882,7 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Property [ protected $_options ] } - - Methods [6] { + - Methods [9] { Method [ public method validate ] { - Parameters [2] { @@ -43151,6 +44927,31 @@ Extension [ extension #171 phalcon version 3.1.2 ] { Parameter #1 [ $value ] } } + + Method [ protected method prepareLabel ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ protected method prepareMessage ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + Parameter #3 [ $option ] + } + } + + Method [ protected method prepareCode ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } } } diff --git a/php-phalcon3.spec b/php-phalcon3.spec index 9200289..7f1d3aa 100644 --- a/php-phalcon3.spec +++ b/php-phalcon3.spec @@ -13,7 +13,7 @@ %global pkg_name %{name} %endif -%global gh_commit 47b23351bf16b8fcece3424e9b2371d89773c753 +%global gh_commit 084fbce9f88c970a4fee64d22911f44dc720f944 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -29,7 +29,7 @@ %endif Name: %{?sub_prefix}php-phalcon3 -Version: 3.1.2 +Version: 3.2.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -49,7 +49,7 @@ BuildRequires: %{?scl_prefix}php-devel > 5.5 BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-pdo # For sources generation -BuildRequires: %{?scl_prefix}zephir >= 0.9.7 +BuildRequires: %{?scl_prefix}zephir >= 0.9.8 BuildRequires: %{?scl_prefix}php-gd BuildRequires: %{?scl_prefix}php-libsodium BuildRequires: %{?scl_prefix}php-mbstring @@ -103,6 +103,12 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} \ ext/phalcon/assets/filters/ +%if "%{php_version}" < "7" +# https://github.com/phalcon/cphalcon/issues/12909 +sed -e 's/zend_error_noreturn/zend_error/' \ + -i ext/kernel/extended/fcall.c ext/kernel/object.c +%endif + # Sanity check, really often broken extver=$(sed -n '/#define PHP_PHALCON_VERSION/{s/.* "//;s/".*$//;p}' ext/php_phalcon.h) if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then @@ -128,7 +134,8 @@ extension=%{ext_name}.so ;phalcon.orm.enable_implicit_joins = '1' ;phalcon.orm.cast_on_hydrate = '0' ;phalcon.orm.ignore_unknown_columns = '0' - +;phalcon.orm.update_snapshot_on_save = '1' +;phalcon.orm.disable_assign_setters = '0' EOF @@ -161,6 +168,12 @@ cp -r build/NTS build/ZTS : Build NTS extension cd build/NTS +%if "%{php_version}" < "7" +# https://github.com/phalcon/cphalcon/issues/12909 +sed -e 's/zend_error_noreturn/zend_error/' \ + -i phalcon.zep.c +%endif + %{_bindir}/phpize peclconf %{_bindir}/php-config make %{?_smp_mflags} @@ -168,6 +181,12 @@ make %{?_smp_mflags} %if %{with_zts} : Build ZTS extension cd ../ZTS +%if "%{php_version}" < "7" +# https://github.com/phalcon/cphalcon/issues/12909 +sed -e 's/zend_error_noreturn/zend_error/' \ + -i phalcon.zep.c +%endif + %{_bindir}/zts-phpize peclconf %{_bindir}/zts-php-config make %{?_smp_mflags} @@ -225,10 +244,8 @@ REPORT_EXIT_STATUS=1 \ %files %{!?_licensedir:%global license %%doc} -%license docs/LICENSE.md -%doc CHANGELOG.md -%doc CONTRIBUTING.md -%doc docs/DOCUMENTATION.md +%license LICENSE.txt +%doc *.md %config(noreplace) %{php_inidir}/%{ini_name} %{php_extdir}/%{ext_name}.so @@ -242,6 +259,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jun 19 2017 Remi Collet - 3.2.0-1 +- Update to 3.2.0 +- open https://github.com/phalcon/cphalcon/issues/12909 - PHP 5 compat + * Thu Apr 6 2017 Remi Collet - 3.1.2-1 - Update to 3.1.2 -- cgit