From 4b44cccf8ff0c9aa7628b930691522062b272aa0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Feb 2016 20:00:48 +0100 Subject: php-phalcon2: 2.0.10 --- REFLECTION | 729 ++++++++++++++++++++++++++++++++---------------------- php-phalcon2.spec | 17 +- 2 files changed, 452 insertions(+), 294 deletions(-) diff --git a/REFLECTION b/REFLECTION index 26ea09d..dcb35dc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #192 phalcon version 2.0.9 ] { +Extension [ extension #202 phalcon version 2.0.10 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -39,7 +39,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - - Classes [358] { + - Classes [359] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -356,100 +356,6 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Interface [ interface Phalcon\Cache\BackendInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [13] { - Method [ abstract public method start ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } - - Method [ abstract public method stop ] { - - - Parameters [1] { - Parameter #0 [ $stopBuffer ] - } - } - - Method [ abstract public method getFrontend ] { - } - - Method [ abstract public method getOptions ] { - } - - Method [ abstract public method isFresh ] { - } - - Method [ abstract public method isStarted ] { - } - - Method [ abstract public method setLastKey ] { - - - Parameters [1] { - Parameter #0 [ $lastKey ] - } - } - - Method [ abstract public method getLastKey ] { - } - - Method [ abstract public method get ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } - - Method [ abstract public method save ] { - - - Parameters [4] { - Parameter #0 [ $keyName ] - Parameter #1 [ $content ] - Parameter #2 [ $lifetime ] - Parameter #3 [ $stopBuffer ] - } - } - - Method [ abstract public method delete ] { - - - Parameters [1] { - Parameter #0 [ $keyName ] - } - } - - Method [ abstract public method queryKeys ] { - - - Parameters [1] { - Parameter #0 [ $prefix ] - } - } - - Method [ abstract public method exists ] { - - - Parameters [2] { - Parameter #0 [ $keyName ] - Parameter #1 [ $lifetime ] - } - } - } - } - Interface [ interface Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [0] { @@ -667,6 +573,100 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } + Interface [ interface Phalcon\Cache\BackendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ abstract public method start ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] + } + } + + Method [ abstract public method stop ] { + + - Parameters [1] { + Parameter #0 [ $stopBuffer ] + } + } + + Method [ abstract public method getFrontend ] { + } + + Method [ abstract public method getOptions ] { + } + + Method [ abstract public method isFresh ] { + } + + Method [ abstract public method isStarted ] { + } + + Method [ abstract public method setLastKey ] { + + - Parameters [1] { + Parameter #0 [ $lastKey ] + } + } + + Method [ abstract public method getLastKey ] { + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] + } + } + + Method [ abstract public method save ] { + + - Parameters [4] { + Parameter #0 [ $keyName ] + Parameter #1 [ $content ] + Parameter #2 [ $lifetime ] + Parameter #3 [ $stopBuffer ] + } + } + + Method [ abstract public method delete ] { + + - Parameters [1] { + Parameter #0 [ $keyName ] + } + } + + Method [ abstract public method queryKeys ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ abstract public method exists ] { + + - Parameters [2] { + Parameter #0 [ $keyName ] + Parameter #1 [ $lifetime ] + } + } + } + } + Interface [ interface Phalcon\Cache\FrontendInterface ] { - Constants [0] { @@ -713,6 +713,70 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } + Interface [ interface Phalcon\Annotations\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method setReader ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] + } + } + + Method [ abstract public method getReader ] { + } + + Method [ abstract public method get ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + } + + Method [ abstract public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + } + + Method [ abstract public method getMethod ] { + + - Parameters [2] { + Parameter #0 [ $className ] + Parameter #1 [ $methodName ] + } + } + + Method [ abstract public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ $className ] + } + } + + Method [ abstract public method getProperty ] { + + - Parameters [2] { + Parameter #0 [ $className ] + Parameter #1 [ $propertyName ] + } + } + } + } + Interface [ interface Phalcon\Db\DialectInterface ] { - Constants [0] { @@ -1075,70 +1139,6 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Interface [ interface Phalcon\Annotations\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [7] { - Method [ abstract public method setReader ] { - - - Parameters [1] { - Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] - } - } - - Method [ abstract public method getReader ] { - } - - Method [ abstract public method get ] { - - - Parameters [1] { - Parameter #0 [ $className ] - } - } - - Method [ abstract public method getMethods ] { - - - Parameters [1] { - Parameter #0 [ $className ] - } - } - - Method [ abstract public method getMethod ] { - - - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $methodName ] - } - } - - Method [ abstract public method getProperties ] { - - - Parameters [1] { - Parameter #0 [ $className ] - } - } - - Method [ abstract public method getProperty ] { - - - Parameters [2] { - Parameter #0 [ $className ] - Parameter #1 [ $propertyName ] - } - } - } - } - Interface [ interface Phalcon\Db\AdapterInterface ] { - Constants [0] { @@ -5887,7 +5887,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { - Properties [0] { } - - Methods [13] { + - Methods [15] { Method [ abstract public method __construct ] { - Parameters [3] { @@ -5897,6 +5897,16 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } + Method [ abstract public method setHostname ] { + + - Parameters [1] { + Parameter #0 [ $hostname ] + } + } + + Method [ abstract public method getHostname ] { + } + Method [ abstract public method compilePattern ] { - Parameters [1] { @@ -6630,7 +6640,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -7074,7 +7084,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Class [ abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface ] { + Class [ abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [16] { Constant [ integer MODELS_ATTRIBUTES ] { 0 } @@ -7108,7 +7118,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Property [ protected $_columnMap ] } - - Methods [30] { + - Methods [32] { Method [ final protected method _initialize ] { - Parameters [4] { @@ -7129,24 +7139,24 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method getDI ] { } - Method [ public method setStrategy ] { + Method [ public method setStrategy ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] } } - Method [ public method getStrategy ] { + Method [ public method getStrategy ] { } - Method [ final public method readMetaData ] { + Method [ final public method readMetaData ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ final public method readMetaDataIndex ] { + Method [ final public method readMetaDataIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] @@ -7154,7 +7164,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ final public method writeMetaDataIndex ] { + Method [ final public method writeMetaDataIndex ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] @@ -7163,14 +7173,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ final public method readColumnMap ] { + Method [ final public method readColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ final public method readColumnMapIndex ] { + Method [ final public method readColumnMapIndex ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] @@ -7178,77 +7188,77 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method getAttributes ] { + Method [ public method getAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getPrimaryKeyAttributes ] { + Method [ public method getPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getNonPrimaryKeyAttributes ] { + Method [ public method getNonPrimaryKeyAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getNotNullAttributes ] { + Method [ public method getNotNullAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getDataTypes ] { + Method [ public method getDataTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getDataTypesNumeric ] { + Method [ public method getDataTypesNumeric ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getIdentityField ] { + Method [ public method getIdentityField ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getBindTypes ] { + Method [ public method getBindTypes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getAutomaticCreateAttributes ] { + Method [ public method getAutomaticCreateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getAutomaticUpdateAttributes ] { + Method [ public method getAutomaticUpdateAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method setAutomaticCreateAttributes ] { + Method [ public method setAutomaticCreateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] @@ -7256,7 +7266,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method setAutomaticUpdateAttributes ] { + Method [ public method setAutomaticUpdateAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] @@ -7264,7 +7274,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method setEmptyStringAttributes ] { + Method [ public method setEmptyStringAttributes ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] @@ -7272,35 +7282,35 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method getEmptyStringAttributes ] { + Method [ public method getEmptyStringAttributes ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getDefaultValues ] { + Method [ public method getDefaultValues ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getColumnMap ] { + Method [ public method getColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method getReverseColumnMap ] { + Method [ public method getReverseColumnMap ] { - Parameters [1] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] } } - Method [ public method hasAttribute ] { + Method [ public method hasAttribute ] { - Parameters [2] { Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] @@ -7308,10 +7318,25 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method isEmpty ] { + Method [ public method isEmpty ] { } - Method [ public method reset ] { + Method [ public method reset ] { + } + + Method [ abstract public method read ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ abstract public method write ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + } } } } @@ -7728,7 +7753,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Class [ abstract class Phalcon\Annotations\Adapter ] { + Class [ abstract class Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface ] { - Constants [0] { } @@ -7745,31 +7770,31 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } - Methods [7] { - Method [ public method setReader ] { + Method [ public method setReader ] { - Parameters [1] { Parameter #0 [ Phalcon\Annotations\ReaderInterface $reader ] } } - Method [ public method getReader ] { + Method [ public method getReader ] { } - Method [ public method get ] { + Method [ public method get ] { - Parameters [1] { Parameter #0 [ $className ] } } - Method [ public method getMethods ] { + Method [ public method getMethods ] { - Parameters [1] { Parameter #0 [ $className ] } } - Method [ public method getMethod ] { + Method [ public method getMethod ] { - Parameters [2] { Parameter #0 [ $className ] @@ -7777,14 +7802,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method getProperties ] { + Method [ public method getProperties ] { - Parameters [1] { Parameter #0 [ $className ] } } - Method [ public method getProperty ] { + Method [ public method getProperty ] { - Parameters [2] { Parameter #0 [ $className ] @@ -8421,7 +8446,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Property [ protected $_customFunctions ] } - - Methods [58] { + - Methods [59] { Method [ public method registerCustomFunction ] { - Parameters [2] { @@ -8433,6 +8458,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method getCustomFunctions ] { } + Method [ final public method escapeSchema ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $escapeChar ] + } + } + Method [ final public method escape ] { - Parameters [2] { @@ -8667,7 +8700,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { - Parameter #0 [ $expression ] + Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } @@ -16202,6 +16235,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } + Method [ public method describeIndexes ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] + } + } + Method [ public method __construct ] { - Parameters [1] { @@ -16602,14 +16643,6 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method describeIndexes ] { - - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - } - } - Method [ public method describeReferences ] { - Parameters [2] { @@ -18421,7 +18454,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Property [ protected $_escapeChar ] } - - Methods [60] { + - Methods [61] { Method [ public method getColumnDefinition ] { - Parameters [1] { @@ -18626,6 +18659,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method getCustomFunctions ] { } + Method [ final public method escapeSchema ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $escapeChar ] + } + } + Method [ final public method escape ] { - Parameters [2] { @@ -18860,7 +18901,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { - Parameter #0 [ $expression ] + Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } @@ -18930,7 +18971,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Property [ protected $_escapeChar ] } - - Methods [59] { + - Methods [60] { Method [ public method limit ] { - Parameters [2] { @@ -19152,6 +19193,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method getCustomFunctions ] { } + Method [ final public method escapeSchema ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $escapeChar ] + } + } + Method [ final public method escape ] { - Parameters [2] { @@ -19372,7 +19421,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { - Parameter #0 [ $expression ] + Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } @@ -19432,7 +19481,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Property [ protected $_escapeChar ] } - - Methods [60] { + - Methods [61] { Method [ public method getColumnDefinition ] { - Parameters [1] { @@ -19637,6 +19686,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method getCustomFunctions ] { } + Method [ final public method escapeSchema ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $escapeChar ] + } + } + Method [ final public method escape ] { - Parameters [2] { @@ -19871,7 +19928,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { - Parameter #0 [ $expression ] + Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } @@ -19941,7 +19998,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Property [ protected $_escapeChar ] } - - Methods [60] { + - Methods [62] { Method [ public method getColumnDefinition ] { - Parameters [1] { @@ -20104,6 +20161,15 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } + Method [ public method listIndexesSql ] { + + - Parameters [3] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] + Parameter #2 [ $keyName ] + } + } + Method [ public method describeIndexes ] { - Parameters [2] { @@ -20146,6 +20212,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method getCustomFunctions ] { } + Method [ final public method escapeSchema ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $escapeChar ] + } + } + Method [ final public method escape ] { - Parameters [2] { @@ -20380,7 +20454,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ final protected method getSqlExpressionHaving ] { - Parameters [3] { - Parameter #0 [ $expression ] + Parameter #0 [ array $expression ] Parameter #1 [ $escapeChar ] Parameter #2 [ $bindCounts ] } @@ -20956,11 +21030,12 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method onUncaughtLowSeverity ] { - - Parameters [4] { + - Parameters [5] { Parameter #0 [ $severity ] Parameter #1 [ $message ] Parameter #2 [ $file ] Parameter #3 [ $line ] + Parameter #4 [ $context ] } } @@ -22159,8 +22234,9 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ protected method _getSessionMessages ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $remove ] + Parameter #1 [ $type ] } } @@ -25819,14 +25895,13 @@ Extension [ extension #192 phalcon version 2.0.9 ] { - Static methods [0] { } - - Properties [7] { + - Properties [6] { Property [ protected $_sent ] Property [ protected $_content ] Property [ protected $_headers ] Property [ protected $_cookies ] Property [ protected $_file ] Property [ protected $_dependencyInjector ] - Property [ protected $_statusCodes ] } - Methods [27] { @@ -30059,7 +30134,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ protected method _exists ] { - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\Model\MetadataInterface $metaData ] + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\AdapterInterface $connection ] Parameter #2 [ $table ] } @@ -30118,7 +30193,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ protected method _preSave ] { - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\Model\MetadataInterface $metaData ] + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ $exists ] Parameter #2 [ $identityField ] } @@ -30135,7 +30210,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ protected method _doLowInsert ] { - Parameters [4] { - Parameter #0 [ Phalcon\Mvc\Model\MetadataInterface $metaData ] + Parameter #0 [ Phalcon\Mvc\Model\MetaDataInterface $metaData ] Parameter #1 [ Phalcon\Db\AdapterInterface $connection ] Parameter #2 [ $table ] Parameter #3 [ $identityField ] @@ -30573,8 +30648,9 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method bind ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ array $bindParams ] + Parameter #1 [ $merge ] } } @@ -31385,7 +31461,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Class [ class Phalcon\Mvc\Model\MetaData\Apc extends Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + Class [ class Phalcon\Mvc\Model\MetaData\Apc extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ integer MODELS_ATTRIBUTES ] { 0 } @@ -31429,14 +31505,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method read ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] @@ -31651,7 +31727,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Class [ class Phalcon\Mvc\Model\MetaData\Files extends Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + Class [ class Phalcon\Mvc\Model\MetaData\Files extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ integer MODELS_ATTRIBUTES ] { 0 } @@ -31694,14 +31770,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method read ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] @@ -31916,7 +31992,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + Class [ class Phalcon\Mvc\Model\MetaData\Libmemcached extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ integer MODELS_ATTRIBUTES ] { 0 } @@ -31960,14 +32036,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method read ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] @@ -32182,7 +32258,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Class [ class Phalcon\Mvc\Model\MetaData\Memcache extends Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + Class [ class Phalcon\Mvc\Model\MetaData\Memcache extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ integer MODELS_ATTRIBUTES ] { 0 } @@ -32226,14 +32302,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method read ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] @@ -32448,7 +32524,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + Class [ class Phalcon\Mvc\Model\MetaData\Memory extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ integer MODELS_ATTRIBUTES ] { 0 } @@ -32490,14 +32566,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method read ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] @@ -32712,7 +32788,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ integer MODELS_ATTRIBUTES ] { 0 } @@ -32756,14 +32832,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method read ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] @@ -32978,7 +33054,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Class [ class Phalcon\Mvc\Model\MetaData\Session extends Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + Class [ class Phalcon\Mvc\Model\MetaData\Session extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ integer MODELS_ATTRIBUTES ] { 0 } @@ -33021,14 +33097,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method read ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] @@ -33309,7 +33385,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Class [ class Phalcon\Mvc\Model\MetaData\Xcache extends Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + Class [ class Phalcon\Mvc\Model\MetaData\Xcache extends Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [16] { Constant [ integer MODELS_ATTRIBUTES ] { 0 } @@ -33353,14 +33429,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method read ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [2] { Parameter #0 [ $key ] @@ -33591,7 +33667,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { - Static methods [0] { } - - Properties [20] { + - Properties [21] { Property [ protected $_dependencyInjector ] Property [ protected $_manager ] Property [ protected $_metaData ] @@ -33612,9 +33688,10 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Property [ protected $_bindParams ] Property [ protected $_bindTypes ] Property [ protected $_enableImplicitJoins ] + Property [ protected $_sharedLock ] } - - Methods [44] { + - Methods [45] { Method [ public method __construct ] { - Parameters [3] { @@ -33875,6 +33952,13 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } + Method [ public method setSharedLock ] { + + - Parameters [1] { + Parameter #0 [ $sharedLock ] + } + } + Method [ public method getBindTypes ] { } @@ -36335,14 +36419,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method getHttpMethods ] { } - Method [ public method setHostname ] { + Method [ public method setHostname ] { - Parameters [1] { Parameter #0 [ $hostname ] } } - Method [ public method getHostname ] { + Method [ public method getHostname ] { } Method [ public method setGroup ] { @@ -38111,6 +38195,63 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } + Class [ class Phalcon\Queue\Beanstalk\Exception extends Phalcon\Exception ] { + + - 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 [ 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\Queue\Beanstalk\Job ] { - Constants [0] { @@ -39968,7 +40109,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { - Static properties [0] { } - - Static methods [11] { + - Static methods [13] { Method [ static public method camelize ] { - Parameters [1] { @@ -40052,6 +40193,20 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Parameter #3 [ $separator ] } } + + Method [ static public method underscore ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + + Method [ static public method humanize ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } } - Properties [0] { @@ -40210,6 +40365,18 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } - Methods [23] { + Method [ public method getDirectory ] { + } + + Method [ public method getDefaultDomain ] { + } + + Method [ public method getLocale ] { + } + + Method [ public method getCategory ] { + } + Method [ public method __construct ] { - Parameters [1] { @@ -40260,9 +40427,6 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method getDefaultDomain ] { - } - Method [ public method setDirectory ] { - Parameters [1] { @@ -40270,13 +40434,6 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method getDirectory ] { - - - Parameters [1] { - Parameter #0 [ $directory ] - } - } - Method [ public method setLocale ] { - Parameters [2] { @@ -40285,20 +40442,14 @@ Extension [ extension #192 phalcon version 2.0.9 ] { } } - Method [ public method getLocale ] { - } - - Method [ public method getCategory ] { - } - - Method [ protected method prepareOptions ] { + Method [ private method prepareOptions ] { - Parameters [1] { Parameter #0 [ array $options ] } } - Method [ protected method getOptionsDefault ] { + Method [ private method getOptionsDefault ] { } Method [ public method setInterpolator ] { @@ -41009,7 +41160,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41072,7 +41223,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41135,7 +41286,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41206,7 +41357,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41276,7 +41427,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41339,7 +41490,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41402,7 +41553,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41465,7 +41616,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41528,7 +41679,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41591,7 +41742,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41654,7 +41805,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41717,7 +41868,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41780,7 +41931,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41843,7 +41994,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41906,7 +42057,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -41969,7 +42120,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } @@ -42032,7 +42183,7 @@ Extension [ extension #192 phalcon version 2.0.9 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ array or NULL $options ] } } diff --git a/php-phalcon2.spec b/php-phalcon2.spec index 8deaf78..91f8d66 100644 --- a/php-phalcon2.spec +++ b/php-phalcon2.spec @@ -18,7 +18,7 @@ %{!?scl: %global pkg_name %{name}} %{!?__php: %global __php %{_bindir}/php} -%global gh_commit 7cd81ef3c04f660f2d901aa285c051ec8f44c0a1 +%global gh_commit cf3c1fe62184d36d24c543c0b4f9993ea8f2445b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -34,7 +34,7 @@ %endif Name: %{?sub_prefix}php-phalcon2 -Version: 2.0.9 +Version: 2.0.10 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -77,6 +77,10 @@ Requires: %{?scl_prefix}php-pdo%{?_isa} Requires: %{?scl_prefix}php-pecl(igbinary)%{?_isa} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} +Provides: %{?scl_prefix}php-phalcon = %{version}-%{release} +Provides: %{?scl_prefix}php-phalcon%{?_isa} = %{version}-%{release} +Provides: %{?scl_prefix}php-phalcon2 = %{version}-%{release} +Provides: %{?scl_prefix}php-phalcon2%{?_isa} = %{version}-%{release} # Only one version can be installed Conflicts: %{?scl_prefix}php-phalcon < 2 @@ -224,10 +228,10 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} -%license docs/LICENSE.txt +%license docs/LICENSE.md %doc CHANGELOG.md %doc CONTRIBUTING.md -%doc docs/DOCUMENTATION.txt +%doc docs/DOCUMENTATION.md %config(noreplace) %{php_inidir}/%{ini_name} %{php_extdir}/%{ext_name}.so @@ -239,6 +243,9 @@ rm -rf %{buildroot} %changelog +* Sun Feb 7 2016 Remi Collet - 2.0.10-1 +- update to 2.0.10 + * Wed Nov 25 2015 Remi Collet - 2.0.9-1 - update to 2.0.9 @@ -290,4 +297,4 @@ rm -rf %{buildroot} - initial package, version 1.3.2 - open https://github.com/phalcon/cphalcon/pull/2772 (merged) - open https://github.com/phalcon/cphalcon/pull/2774 -- open https://github.com/phalcon/cphalcon/pull/2775 \ No newline at end of file +- open https://github.com/phalcon/cphalcon/pull/2775 -- cgit