diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 43 |
1 files changed, 27 insertions, 16 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { +Extension [ <persistent> extension #175 phalcon version 3.2.1 ] { - INI { Entry [ phalcon.db.escape_identifiers <ALL> ] @@ -14205,7 +14205,7 @@ Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { Property [ <default> protected $_implicitOutput ] } - - Methods [25] { + - Methods [26] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [1] { @@ -14326,6 +14326,14 @@ Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { } } + Method [ <internal:phalcon> public method collectionResourcesByType ] { + + - Parameters [2] { + Parameter #0 [ <required> array $resources ] + Parameter #1 [ <required> $type ] + } + } + Method [ <internal:phalcon> public method output ] { - Parameters [3] { @@ -18355,6 +18363,15 @@ Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { } } + Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method addForeignKey ] { + + - Parameters [3] { + Parameter #0 [ <required> $tableName ] + Parameter #1 [ <required> $schemaName ] + Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ] + } + } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo, ctor> public method __construct ] { - Parameters [1] { @@ -18723,15 +18740,6 @@ Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { } } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method addForeignKey ] { - - - Parameters [3] { - Parameter #0 [ <required> $tableName ] - Parameter #1 [ <required> $schemaName ] - Parameter #2 [ <required> Phalcon\Db\ReferenceInterface $reference ] - } - } - Method [ <internal:phalcon, inherits Phalcon\Db\Adapter, prototype Phalcon\Db\AdapterInterface> public method dropForeignKey ] { - Parameters [3] { @@ -20034,7 +20042,7 @@ Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { Property [ <default> protected $_escapeChar ] } - - Methods [62] { + - Methods [63] { Method [ <internal:phalcon, overwrites Phalcon\Db\DialectInterface, prototype Phalcon\Db\DialectInterface> public method getColumnDefinition ] { - Parameters [1] { @@ -20236,6 +20244,9 @@ Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { } } + Method [ <internal:phalcon> public method getForeignKeyChecks ] { + } + Method [ <internal:phalcon, inherits Phalcon\Db\Dialect> public method registerCustomFunction ] { - Parameters [2] { @@ -35978,7 +35989,7 @@ Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { } } - Method [ <internal:phalcon> private method _conditionBetween ] { + Method [ <internal:phalcon> protected method _conditionBetween ] { - Parameters [5] { Parameter #0 [ <required> $clause ] @@ -35989,7 +36000,7 @@ Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { } } - Method [ <internal:phalcon> private method _conditionNotBetween ] { + Method [ <internal:phalcon> protected method _conditionNotBetween ] { - Parameters [5] { Parameter #0 [ <required> $clause ] @@ -36000,7 +36011,7 @@ Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { } } - Method [ <internal:phalcon> private method _conditionIn ] { + Method [ <internal:phalcon> protected method _conditionIn ] { - Parameters [4] { Parameter #0 [ <required> $clause ] @@ -36010,7 +36021,7 @@ Extension [ <persistent> extension #174 phalcon version 3.2.0 ] { } } - Method [ <internal:phalcon> private method _conditionNotIn ] { + Method [ <internal:phalcon> protected method _conditionNotIn ] { - Parameters [4] { Parameter #0 [ <required> $clause ] |