From b5988464a0f31e58281fe3c95e058639c4a900dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Jul 2015 14:53:49 +0200 Subject: php-phalcon2: 2.0.6 --- REFLECTION | 1033 +++++++++++++++++++++++++++++++++++++++++------------ php-phalcon2.spec | 7 +- 2 files changed, 804 insertions(+), 236 deletions(-) diff --git a/REFLECTION b/REFLECTION index fd124d6..f11b59d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #188 phalcon version 2.0.5 ] { +Extension [ extension #188 phalcon version 2.0.6 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -36,7 +36,7 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } - - Classes [349] { + - Classes [354] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -447,52 +447,6 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } - Interface [ interface Phalcon\Cache\FrontendInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [7] { - Method [ abstract public method getLifetime ] { - } - - Method [ abstract public method isBuffering ] { - } - - Method [ abstract public method start ] { - } - - Method [ abstract public method getContent ] { - } - - Method [ abstract public method stop ] { - } - - Method [ abstract public method beforeStore ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - } - - Method [ abstract public method afterRetrieve ] { - - - Parameters [1] { - Parameter #0 [ $data ] - } - } - } - } - Interface [ interface Phalcon\Mvc\Model\MetaDataInterface ] { - Constants [0] { @@ -710,6 +664,52 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } + Interface [ interface Phalcon\Cache\FrontendInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method getLifetime ] { + } + + Method [ abstract public method isBuffering ] { + } + + Method [ abstract public method start ] { + } + + Method [ abstract public method getContent ] { + } + + Method [ abstract public method stop ] { + } + + Method [ abstract public method beforeStore ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ abstract public method afterRetrieve ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + } + } + Interface [ interface Phalcon\Db\DialectInterface ] { - Constants [0] { @@ -1788,6 +1788,75 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } + Interface [ interface Phalcon\Session\AdapterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ abstract public method start ] { + } + + Method [ abstract public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ abstract public method getOptions ] { + } + + Method [ abstract public method get ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $defaultValue ] + } + } + + Method [ abstract public method set ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] + } + } + + Method [ abstract public method has ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ abstract public method remove ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ abstract public method getId ] { + } + + Method [ abstract public method isStarted ] { + } + + Method [ abstract public method destroy ] { + } + } + } + Interface [ interface Phalcon\Assets\FilterInterface ] { - Constants [0] { @@ -2072,75 +2141,6 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } - Interface [ interface Phalcon\Session\AdapterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [10] { - Method [ abstract public method start ] { - } - - Method [ abstract public method setOptions ] { - - - Parameters [1] { - Parameter #0 [ array $options ] - } - } - - Method [ abstract public method getOptions ] { - } - - Method [ abstract public method get ] { - - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $defaultValue ] - } - } - - Method [ abstract public method set ] { - - - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $value ] - } - } - - Method [ abstract public method has ] { - - - Parameters [1] { - Parameter #0 [ $index ] - } - } - - Method [ abstract public method remove ] { - - - Parameters [1] { - Parameter #0 [ $index ] - } - } - - Method [ abstract public method getId ] { - } - - Method [ abstract public method isStarted ] { - } - - Method [ abstract public method destroy ] { - } - } - } - Interface [ interface Phalcon\Translate\AdapterInterface ] { - Constants [0] { @@ -2835,6 +2835,31 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } + Interface [ interface Phalcon\Translate\InterpolatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ $translation ] + Parameter #1 [ $placeholders ] + } + } + } + } + Interface [ interface Phalcon\Acl\RoleInterface ] { - Constants [0] { @@ -8895,96 +8920,6 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } - Class [ class Phalcon\Mvc\Model\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 [9] { - Method [ method __construct ] { - - - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] - } - } - - Method [ final public method getMessage ] { - } - - Method [ final public method getCode ] { - } - - Method [ final public method getFile ] { - } - - Method [ final public method getLine ] { - } - - Method [ final public method getTrace ] { - } - - Method [ final public method getPrevious ] { - } - - Method [ final public method getTraceAsString ] { - } - - Method [ public method __toString ] { - } - } - } - - Class [ abstract class Phalcon\Paginator\Adapter ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ protected $_limitRows ] - Property [ protected $_page ] - } - - - Methods [3] { - Method [ public method setCurrentPage ] { - - - Parameters [1] { - Parameter #0 [ $page ] - } - } - - Method [ public method setLimit ] { - - - Parameters [1] { - Parameter #0 [ $limitRows ] - } - } - - Method [ public method getLimit ] { - } - } - } - Class [ abstract class Phalcon\Session\Adapter ] { - Constants [3] { @@ -9117,6 +9052,96 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } + Class [ class Phalcon\Mvc\Model\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 [9] { + Method [ method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ abstract class Phalcon\Paginator\Adapter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ protected $_limitRows ] + Property [ protected $_page ] + } + + - Methods [3] { + Method [ public method setCurrentPage ] { + + - Parameters [1] { + Parameter #0 [ $page ] + } + } + + Method [ public method setLimit ] { + + - Parameters [1] { + Parameter #0 [ $limitRows ] + } + } + + Method [ public method getLimit ] { + } + } + } + Class [ abstract class Phalcon\Translate\Adapter ] { - Constants [0] { @@ -9128,10 +9153,25 @@ Extension [ extension #188 phalcon version 2.0.5 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $_interpolator ] } - - Methods [7] { + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method setInterpolator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] + } + } + Method [ public method t ] { - Parameters [2] { @@ -18846,6 +18886,16 @@ Extension [ extension #188 phalcon version 2.0.5 ] { Method [ public method supportsReleaseSavepoints ] { } + Method [ protected method prepareTable ] { + + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] + Parameter #2 [ $alias ] + Parameter #3 [ $escapeChar ] + } + } + Method [ public method registerCustomFunction ] { - Parameters [2] { @@ -19110,16 +19160,6 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } - Method [ protected method prepareTable ] { - - - Parameters [4] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - Parameter #2 [ $alias ] - Parameter #3 [ $escapeChar ] - } - } - Method [ protected method prepareQualified ] { - Parameters [3] { @@ -25514,7 +25554,7 @@ Extension [ extension #188 phalcon version 2.0.5 ] { Property [ protected $_statusCodes ] } - - Methods [26] { + - Methods [27] { Method [ public method __construct ] { - Parameters [3] { @@ -25590,6 +25630,13 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } + Method [ public method setCache ] { + + - Parameters [1] { + Parameter #0 [ $minutes ] + } + } + Method [ public method setNotModified ] { } @@ -32108,11 +32155,277 @@ Extension [ extension #188 phalcon version 2.0.5 ] { - Static methods [0] { } - - Properties [4] { + - Properties [4] { + Property [ protected $_dependencyInjector ] + Property [ protected $_strategy ] + Property [ protected $_metaData ] + Property [ protected $_columnMap ] + } + + - Methods [33] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + } + } + + Method [ final protected method _initialize ] { + + - Parameters [4] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $key ] + Parameter #2 [ $table ] + Parameter #3 [ $schema ] + } + } + + Method [ public method setDI ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\DiInterface $dependencyInjector ] + } + } + + Method [ public method getDI ] { + } + + Method [ public method setStrategy ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\Model\MetaData\StrategyInterface $strategy ] + } + } + + Method [ public method getStrategy ] { + } + + Method [ final public method readMetaData ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ final public method readMetaDataIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $index ] + } + } + + Method [ final public method writeMetaDataIndex ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $index ] + Parameter #2 [ $data ] + } + } + + Method [ final public method readColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ final public method readColumnMapIndex ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $index ] + } + } + + Method [ public method getAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getNonPrimaryKeyAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getNotNullAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getDataTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getDataTypesNumeric ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getIdentityField ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getBindTypes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getAutomaticCreateAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getAutomaticUpdateAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method setAutomaticCreateAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method setAutomaticUpdateAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method setEmptyStringAttributes ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ array $attributes ] + } + } + + Method [ public method getEmptyStringAttributes ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getDefaultValues ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method getReverseColumnMap ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + } + } + + Method [ public method hasAttribute ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $attribute ] + } + } + + Method [ public method isEmpty ] { + } + + Method [ public method reset ] { + } + } + } + + Class [ class Phalcon\Mvc\Model\MetaData\Redis extends Phalcon\Mvc\Model\MetaData implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\Model\MetaDataInterface ] { + + - Constants [16] { + Constant [ integer MODELS_ATTRIBUTES ] { 0 } + Constant [ integer MODELS_PRIMARY_KEY ] { 1 } + Constant [ integer MODELS_NON_PRIMARY_KEY ] { 2 } + Constant [ integer MODELS_NOT_NULL ] { 3 } + Constant [ integer MODELS_DATA_TYPES ] { 4 } + Constant [ integer MODELS_DATA_TYPES_NUMERIC ] { 5 } + Constant [ integer MODELS_DATE_AT ] { 6 } + Constant [ integer MODELS_DATE_IN ] { 7 } + Constant [ integer MODELS_IDENTITY_COLUMN ] { 8 } + Constant [ integer MODELS_DATA_TYPES_BIND ] { 9 } + Constant [ integer MODELS_AUTOMATIC_DEFAULT_INSERT ] { 10 } + Constant [ integer MODELS_AUTOMATIC_DEFAULT_UPDATE ] { 11 } + Constant [ integer MODELS_DEFAULT_VALUES ] { 12 } + Constant [ integer MODELS_EMPTY_STRING_VALUES ] { 13 } + Constant [ integer MODELS_COLUMN_MAP ] { 0 } + Constant [ integer MODELS_REVERSE_COLUMN_MAP ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { Property [ protected $_dependencyInjector ] Property [ protected $_strategy ] Property [ protected $_metaData ] Property [ protected $_columnMap ] + Property [ protected $_ttl ] + Property [ protected $_redis ] } - Methods [33] { @@ -32138,6 +32451,9 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } + Method [ public method reset ] { + } + Method [ final protected method _initialize ] { - Parameters [4] { @@ -32339,9 +32655,6 @@ Extension [ extension #188 phalcon version 2.0.5 ] { Method [ public method isEmpty ] { } - - Method [ public method reset ] { - } } } @@ -37474,7 +37787,7 @@ Extension [ extension #188 phalcon version 2.0.5 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $queue ] + Parameter #0 [ Phalcon\Queue\Beanstalk $queue ] Parameter #1 [ $id ] Parameter #2 [ $body ] } @@ -38292,6 +38605,174 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } + Class [ class Phalcon\Session\Adapter\Redis extends Phalcon\Session\Adapter implements Phalcon\Session\AdapterInterface ] { + + - Constants [3] { + Constant [ integer SESSION_ACTIVE ] { 2 } + Constant [ integer SESSION_NONE ] { 1 } + Constant [ integer SESSION_DISABLED ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $_uniqueId ] + Property [ protected $_started ] + Property [ protected $_options ] + Property [ protected $_redis ] + Property [ protected $_lifetime ] + } + + - Methods [26] { + Method [ public method getRedis ] { + } + + Method [ public method getLifetime ] { + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $options ] + } + } + + Method [ public method open ] { + } + + Method [ public method close ] { + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $sessionId ] + } + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $sessionId ] + Parameter #1 [ $data ] + } + } + + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $sessionId ] + } + } + + Method [ public method gc ] { + } + + Method [ public method start ] { + } + + Method [ public method setOptions ] { + + - Parameters [1] { + Parameter #0 [ array $options ] + } + } + + Method [ public method getOptions ] { + } + + Method [ public method setName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getName ] { + } + + Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ $index ] + Parameter #1 [ $defaultValue ] + Parameter #2 [ $remove ] + } + } + + Method [ public method set ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] + } + } + + Method [ public method has ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getId ] { + } + + Method [ public method setId ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + + Method [ public method isStarted ] { + } + + Method [ public method status ] { + } + + Method [ public method __get ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method __set ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] + } + } + + Method [ public method __isset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method __unset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + } + } + Class [ class Phalcon\Session\Bag implements Phalcon\Di\InjectionAwareInterface, Phalcon\Session\BagInterface, IteratorAggregate, Traversable, ArrayAccess, Countable ] { - Constants [0] { @@ -39142,18 +39623,29 @@ Extension [ extension #188 phalcon version 2.0.5 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { + Property [ protected $_interpolator ] Property [ protected $_translate ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [12] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] } } + Method [ private method _load ] { + + - Parameters [4] { + Parameter #0 [ $file ] + Parameter #1 [ $length ] + Parameter #2 [ $delimiter ] + Parameter #3 [ $enclosure ] + } + } + Method [ public method query ] { - Parameters [2] { @@ -39169,6 +39661,13 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } + Method [ public method setInterpolator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] + } + } + Method [ public method t ] { - Parameters [2] { @@ -39235,15 +39734,16 @@ Extension [ extension #188 phalcon version 2.0.5 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { + Property [ protected $_interpolator ] Property [ protected $_directory ] Property [ protected $_defaultDomain ] Property [ protected $_locale ] Property [ protected $_category ] } - - Methods [22] { - Method [ public method __construct ] { + - Methods [23] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -39334,6 +39834,13 @@ Extension [ extension #188 phalcon version 2.0.5 ] { Method [ protected method getOptionsDefault ] { } + Method [ public method setInterpolator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] + } + } + Method [ public method t ] { - Parameters [2] { @@ -39400,12 +39907,13 @@ Extension [ extension #188 phalcon version 2.0.5 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { + Property [ protected $_interpolator ] Property [ protected $_translate ] } - - Methods [10] { - Method [ public method __construct ] { + - Methods [11] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -39427,6 +39935,13 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } + Method [ public method setInterpolator ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Translate\InterpolatorInterface $interpolator ] + } + } + Method [ public method t ] { - Parameters [2] { @@ -39536,6 +40051,56 @@ Extension [ extension #188 phalcon version 2.0.5 ] { } } + Class [ class Phalcon\Translate\Interpolator\AssociativeArray implements Phalcon\Translate\InterpolatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ $translation ] + Parameter #1 [ $placeholders ] + } + } + } + } + + Class [ class Phalcon\Translate\Interpolator\IndexedArray implements Phalcon\Translate\InterpolatorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method replacePlaceholders ] { + + - Parameters [2] { + Parameter #0 [ $translation ] + Parameter #1 [ $placeholders ] + } + } + } + } + Class [ class Phalcon\Validation extends Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { diff --git a/php-phalcon2.spec b/php-phalcon2.spec index 7365bd4..3b76fb9 100644 --- a/php-phalcon2.spec +++ b/php-phalcon2.spec @@ -9,7 +9,7 @@ %{?scl: %scl_package php-phalcon} %{!?scl: %global pkg_name %{name}} %{!?__php: %global __php %{_bindir}/php} -%global gh_commit dc2ab65202d78064cfcb96298d494e967bf19499 +%global gh_commit b346d3b591d01d75fb36870291af31dc79f9ead0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -25,7 +25,7 @@ %endif Name: %{?scl_prefix}php-phalcon2 -Version: 2.0.5 +Version: 2.0.6 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Phalcon Framework @@ -229,6 +229,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 22 2015 Remi Collet - 2.0.6-1 +- update to 2.0.6 + * Wed Jul 15 2015 Remi Collet - 2.0.5-1 - update to 2.0.5 -- cgit