From aa736d3073ee4b41535525f6fdf911f409676dcc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Jul 2017 09:49:56 +0200 Subject: v3.2.1 --- REFLECTION | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ac715bf..52e37d8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #174 phalcon version 3.2.0 ] { +Extension [ extension #175 phalcon version 3.2.1 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -14205,7 +14205,7 @@ Extension [ extension #174 phalcon version 3.2.0 ] { Property [ protected $_implicitOutput ] } - - Methods [25] { + - Methods [26] { Method [ public method __construct ] { - Parameters [1] { @@ -14326,6 +14326,14 @@ Extension [ extension #174 phalcon version 3.2.0 ] { } } + Method [ public method collectionResourcesByType ] { + + - Parameters [2] { + Parameter #0 [ array $resources ] + Parameter #1 [ $type ] + } + } + Method [ public method output ] { - Parameters [3] { @@ -18355,6 +18363,15 @@ Extension [ extension #174 phalcon version 3.2.0 ] { } } + Method [ public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ $tableName ] + Parameter #1 [ $schemaName ] + Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] + } + } + Method [ public method __construct ] { - Parameters [1] { @@ -18723,15 +18740,6 @@ Extension [ extension #174 phalcon version 3.2.0 ] { } } - Method [ public method addForeignKey ] { - - - Parameters [3] { - Parameter #0 [ $tableName ] - Parameter #1 [ $schemaName ] - Parameter #2 [ Phalcon\Db\ReferenceInterface $reference ] - } - } - Method [ public method dropForeignKey ] { - Parameters [3] { @@ -20034,7 +20042,7 @@ Extension [ extension #174 phalcon version 3.2.0 ] { Property [ protected $_escapeChar ] } - - Methods [62] { + - Methods [63] { Method [ public method getColumnDefinition ] { - Parameters [1] { @@ -20236,6 +20244,9 @@ Extension [ extension #174 phalcon version 3.2.0 ] { } } + Method [ public method getForeignKeyChecks ] { + } + Method [ public method registerCustomFunction ] { - Parameters [2] { @@ -35978,7 +35989,7 @@ Extension [ extension #174 phalcon version 3.2.0 ] { } } - Method [ private method _conditionBetween ] { + Method [ protected method _conditionBetween ] { - Parameters [5] { Parameter #0 [ $clause ] @@ -35989,7 +36000,7 @@ Extension [ extension #174 phalcon version 3.2.0 ] { } } - Method [ private method _conditionNotBetween ] { + Method [ protected method _conditionNotBetween ] { - Parameters [5] { Parameter #0 [ $clause ] @@ -36000,7 +36011,7 @@ Extension [ extension #174 phalcon version 3.2.0 ] { } } - Method [ private method _conditionIn ] { + Method [ protected method _conditionIn ] { - Parameters [4] { Parameter #0 [ $clause ] @@ -36010,7 +36021,7 @@ Extension [ extension #174 phalcon version 3.2.0 ] { } } - Method [ private method _conditionNotIn ] { + Method [ protected method _conditionNotIn ] { - Parameters [4] { Parameter #0 [ $clause ] -- cgit