From 9c61600b89cd75ac62322cd176e2664e1e41c797 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 May 2016 11:15:39 +0200 Subject: php-phalcon2: 2.0.11 --- REFLECTION | 216 +++++++++++++++++++++++++++++++++++++++++------------- php-phalcon2.spec | 16 ++-- 2 files changed, 175 insertions(+), 57 deletions(-) diff --git a/REFLECTION b/REFLECTION index dcb35dc..594c1ef 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #202 phalcon version 2.0.10 ] { +Extension [ extension #204 phalcon version 2.0.11 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -39,7 +39,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } - - Classes [359] { + - Classes [360] { Interface [ interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -1139,6 +1139,33 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } + Interface [ interface Phalcon\Logger\FormatterInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method format ] { + + - Parameters [4] { + Parameter #0 [ $message ] + Parameter #1 [ $type ] + Parameter #2 [ $timestamp ] + Parameter #3 [ $context ] + } + } + } + } + Interface [ interface Phalcon\Db\AdapterInterface ] { - Constants [0] { @@ -1690,33 +1717,6 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } - Interface [ interface Phalcon\Logger\FormatterInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [1] { - Method [ abstract public method format ] { - - - Parameters [4] { - Parameter #0 [ $message ] - Parameter #1 [ $type ] - Parameter #2 [ $timestamp ] - Parameter #3 [ $context ] - } - } - } - } - Interface [ interface Phalcon\Mvc\EntityInterface ] { - Constants [0] { @@ -9055,7 +9055,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } - Class [ abstract class Phalcon\Logger\Formatter ] { + Class [ abstract class Phalcon\Logger\Formatter implements Phalcon\Logger\FormatterInterface ] { - Constants [0] { } @@ -9069,7 +9069,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { - Properties [0] { } - - Methods [2] { + - Methods [3] { Method [ public method getTypeString ] { - Parameters [1] { @@ -9084,6 +9084,16 @@ Extension [ extension #202 phalcon version 2.0.10 ] { Parameter #1 [ $context ] } } + + Method [ abstract public method format ] { + + - Parameters [4] { + Parameter #0 [ $message ] + Parameter #1 [ $type ] + Parameter #2 [ $timestamp ] + Parameter #3 [ $context ] + } + } } } @@ -16243,6 +16253,14 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } + Method [ public method describeReferences ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $schema ] + } + } + Method [ public method __construct ] { - Parameters [1] { @@ -16643,14 +16661,6 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } - Method [ public method describeReferences ] { - - - Parameters [2] { - Parameter #0 [ $table ] - Parameter #1 [ $schema ] - } - } - Method [ public method tableOptions ] { - Parameters [2] { @@ -27901,7 +27911,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { Method [ public method labelsEnabled ] { } - Method [ public method format ] { + Method [ public method format ] { - Parameters [4] { Parameter #0 [ $message ] @@ -27936,7 +27946,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } - Methods [3] { - Method [ public method format ] { + Method [ public method format ] { - Parameters [4] { Parameter #0 [ $message ] @@ -28008,7 +28018,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } - Method [ public method format ] { + Method [ public method format ] { - Parameters [4] { Parameter #0 [ $message ] @@ -28050,7 +28060,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } - Methods [3] { - Method [ public method format ] { + Method [ public method format ] { - Parameters [4] { Parameter #0 [ $message ] @@ -28131,18 +28141,22 @@ Extension [ extension #202 phalcon version 2.0.10 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ protected $_loggers ] Property [ protected $_formatter ] + Property [ protected $_logLevel ] } - - Methods [13] { + - Methods [15] { Method [ public method getLoggers ] { } Method [ public method getFormatter ] { } + Method [ public method getLogLevel ] { + } + Method [ public method push ] { - Parameters [1] { @@ -28157,6 +28171,13 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } + Method [ public method setLogLevel ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + } + Method [ public method log ] { - Parameters [3] { @@ -28931,7 +28952,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { Property [ protected $_behaviors ] } - - Methods [16] { + - Methods [17] { Method [ public method setDI ] { - Parameters [1] { @@ -28992,6 +29013,13 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } + Method [ public method getConnectionService ] { + + - Parameters [1] { + Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] + } + } + Method [ public method useImplicitObjectIds ] { - Parameters [2] { @@ -30017,7 +30045,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { Property [ protected $_snapshot ] } - - Methods [75] { + - Methods [77] { Method [ final public method __construct ] { - Parameters [2] { @@ -30446,6 +30474,21 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } + Method [ final protected method _possibleSetter ] { + + - Parameters [2] { + Parameter #0 [ $property ] + Parameter #1 [ $value ] + } + } + + Method [ final protected method _isVisible ] { + + - Parameters [1] { + Parameter #0 [ $property ] + } + } + Method [ public method __get ] { - Parameters [1] { @@ -35789,7 +35832,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { - Static methods [0] { } - - Properties [24] { + - Properties [23] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_uriSource ] @@ -35810,7 +35853,6 @@ Extension [ extension #202 phalcon version 2.0.10 ] { Property [ protected $_removeExtraSlashes ] Property [ protected $_notFoundPaths ] Property [ protected $_handlers ] - Property [ protected $_processed ] Property [ protected $_controllerSuffix ] Property [ protected $_actionSuffix ] Property [ protected $_routePrefix ] @@ -38126,7 +38168,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $options ] + Parameter #1 [ array or NULL $options ] } } @@ -40442,7 +40484,7 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } - Method [ private method prepareOptions ] { + Method [ protected method prepareOptions ] { - Parameters [1] { Parameter #0 [ array $options ] @@ -41463,6 +41505,78 @@ Extension [ extension #202 phalcon version 2.0.10 ] { } } + Class [ class Phalcon\Validation\Validator\Date extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { + + - Constants [1] { + Constant [ string DEFAULT_DATE_FORMAT ] { Y-m-d } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ protected $_options ] + } + + - Methods [7] { + Method [ public method validate ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Validation $validation ] + Parameter #1 [ $field ] + } + } + + Method [ private method checkDate ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $format ] + } + } + + 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 ] + } + } + } + } + Class [ class Phalcon\Validation\Validator\Digit extends Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface ] { - Constants [0] { diff --git a/php-phalcon2.spec b/php-phalcon2.spec index 91f8d66..af38a7b 100644 --- a/php-phalcon2.spec +++ b/php-phalcon2.spec @@ -12,13 +12,12 @@ %else %global sub_prefix %{scl_prefix} %endif +%scl_package php-phalcon2 +%else +%global pkg_name %{name} %endif -%{?scl: %scl_package php-phalcon2} -%{!?scl: %global pkg_name %{name}} -%{!?__php: %global __php %{_bindir}/php} - -%global gh_commit cf3c1fe62184d36d24c543c0b4f9993ea8f2445b +%global gh_commit 1d8b41e0bb8d834a4da4aaa50e29fcd074090909 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phalcon %global gh_project cphalcon @@ -34,7 +33,7 @@ %endif Name: %{?sub_prefix}php-phalcon2 -Version: 2.0.10 +Version: 2.0.11 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework @@ -79,8 +78,10 @@ Requires: %{?scl_prefix}php-pecl(igbinary)%{?_isa} Provides: %{?scl_prefix}php-phalcon = %{version}-%{release} Provides: %{?scl_prefix}php-phalcon%{?_isa} = %{version}-%{release} +%if "%{?scl_prefix}" != "%{?sub_prefix}" Provides: %{?scl_prefix}php-phalcon2 = %{version}-%{release} Provides: %{?scl_prefix}php-phalcon2%{?_isa} = %{version}-%{release} +%endif # Only one version can be installed Conflicts: %{?scl_prefix}php-phalcon < 2 @@ -243,6 +244,9 @@ rm -rf %{buildroot} %changelog +* Thu May 5 2016 Remi Collet - 2.0.11-1 +- update to 2.0.11 + * Sun Feb 7 2016 Remi Collet - 2.0.10-1 - update to 2.0.10 -- cgit