diff options
author | Remi Collet <remi@remirepo.net> | 2024-01-10 08:30:07 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-01-10 08:30:07 +0100 |
commit | 910c0f2822717c3a2fa8c66133f9b5cab34250a0 (patch) | |
tree | 59c936ab9f3dd000d550e014d0211f40fd75fdaf /REFLECTION | |
parent | 38080b4c75e22336a9af7e94f0d89adc321c6c1e (diff) |
update to 5.6.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 461 |
1 files changed, 400 insertions, 61 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { +Extension [ <persistent> extension #80 phalcon version 5.6.0 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -71,7 +71,7 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { } } - - Classes [618] { + - Classes [617] { Interface [ <internal:phalcon> interface Phalcon\Di\InjectionAwareInterface ] { - Constants [0] { @@ -13698,7 +13698,7 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected $store = NULL ] } - - Methods [13] { + - Methods [21] { Method [ <internal:phalcon, ctor> public method __construct ] { - Parameters [2] { @@ -13776,6 +13776,63 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { - Parameters [0] { } + - Return [ void ] + } + + Method [ <internal:phalcon> public method resetColumns ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method resetFrom ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method resetWhere ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method resetGroupBy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method resetHaving ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method resetOrderBy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method resetLimit ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon> public method resetFlags ] { + + - Parameters [0] { + } + - Return [ void ] } Method [ <internal:phalcon> protected method buildFlags ] { @@ -14170,7 +14227,14 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected static $connectionConsecutive = 0 ] } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:phalcon> static public method setup ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + - Return [ void ] + } } - Properties [12] { @@ -15042,7 +15106,7 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected $store = NULL ] } - - Methods [30] { + - Methods [38] { Method [ <internal:phalcon> public method limit ] { - Parameters [1] { @@ -15268,6 +15332,63 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { - Parameters [0] { } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetColumns ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetFrom ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetWhere ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetGroupBy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetHaving ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetOrderBy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetLimit ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetFlags ] { + + - Parameters [0] { + } + - Return [ void ] } Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] { @@ -15303,7 +15424,14 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected static $connectionConsecutive = 0 ] } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> static public method setup ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + - Return [ void ] + } } - Properties [14] { @@ -23022,11 +23150,9 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Method [ <internal:phalcon> protected method phpApcuDec ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ <required> $key ] Parameter #1 [ <optional> int $step = <default> ] - Parameter #2 [ <optional> $success = <default> ] - Parameter #3 [ <optional> int $ttl = <default> ] } } @@ -23046,19 +23172,16 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Method [ <internal:phalcon> protected method phpApcuInc ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ <required> $key ] Parameter #1 [ <optional> int $step = <default> ] - Parameter #2 [ <optional> $success = <default> ] - Parameter #3 [ <optional> int $ttl = <default> ] } } Method [ <internal:phalcon> protected method phpApcuFetch ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> $success = <default> ] } } @@ -27871,11 +27994,9 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu> protected method phpApcuDec ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ <required> $key ] Parameter #1 [ <optional> int $step = <default> ] - Parameter #2 [ <optional> $success = <default> ] - Parameter #3 [ <optional> int $ttl = <default> ] } } @@ -27895,19 +28016,16 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu> protected method phpApcuInc ] { - - Parameters [4] { + - Parameters [2] { Parameter #0 [ <required> $key ] Parameter #1 [ <optional> int $step = <default> ] - Parameter #2 [ <optional> $success = <default> ] - Parameter #3 [ <optional> int $ttl = <default> ] } } Method [ <internal:phalcon, inherits Phalcon\Storage\Adapter\Apcu> protected method phpApcuFetch ] { - - Parameters [2] { + - Parameters [1] { Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> $success = <default> ] } } @@ -33765,7 +33883,7 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected $store = NULL ] } - - Methods [32] { + - Methods [40] { Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, ctor> public method __construct ] { - Parameters [2] { @@ -34010,6 +34128,62 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetColumns ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetFrom ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetWhere ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetGroupBy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetHaving ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetOrderBy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetLimit ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetFlags ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] { - Parameters [0] { @@ -34051,7 +34225,7 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected $store = NULL ] } - - Methods [20] { + - Methods [28] { Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, ctor> public method __construct ] { - Parameters [2] { @@ -34190,6 +34364,62 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetColumns ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetFrom ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetWhere ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetGroupBy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetHaving ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetOrderBy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetLimit ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetFlags ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] { - Parameters [0] { @@ -34301,7 +34531,7 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected $forUpdate = false ] } - - Methods [50] { + - Methods [58] { Method [ <internal:phalcon> public method __call ] { - Parameters [2] { @@ -34438,7 +34668,7 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { - Parameters [0] { } - - Return [ Phalcon\DataMapper\Query\Select ] + - Return [ void ] } Method [ <internal:phalcon> public method subSelect ] { @@ -34698,6 +34928,62 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { - Return [ string ] } + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetColumns ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetFrom ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetWhere ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetGroupBy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetHaving ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetOrderBy ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetLimit ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetFlags ] { + + - Parameters [0] { + } + - Return [ void ] + } + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] { - Parameters [0] { @@ -34739,7 +35025,7 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected $store = NULL ] } - - Methods [37] { + - Methods [45] { Method [ <internal:phalcon, overwrites Phalcon\DataMapper\Query\AbstractQuery, ctor> public method __construct ] { - Parameters [2] { @@ -35025,52 +35311,83 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { - Return [ string ] } - Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] { + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetColumns ] { - Parameters [0] { } + - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildReturning ] { + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetFrom ] { - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method indent ] { + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetWhere ] { - - Parameters [2] { - Parameter #0 [ <required> array $collection ] - Parameter #1 [ <optional> string $glue = <default> ] + - Parameters [0] { } - - Return [ string ] + - Return [ void ] } - } - } - Class [ <internal:phalcon> abstract class Phalcon\Db\AbstractDb ] { + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetGroupBy ] { - - Constants [0] { - } + - Parameters [0] { + } + - Return [ void ] + } - - Static properties [0] { - } + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetHaving ] { - - Static methods [1] { - Method [ <internal:phalcon> static public method setup ] { + - Parameters [0] { + } + - Return [ void ] + } - - Parameters [1] { - Parameter #0 [ <required> array $options ] + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetOrderBy ] { + + - Parameters [0] { } - Return [ void ] } - } - - Properties [0] { - } + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetLimit ] { - - Methods [0] { + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> public method resetFlags ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildFlags ] { + + - Parameters [0] { + } + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method buildReturning ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:phalcon, inherits Phalcon\DataMapper\Query\AbstractQuery> protected method indent ] { + + - Parameters [2] { + Parameter #0 [ <required> array $collection ] + Parameter #1 [ <optional> string $glue = <default> ] + } + - Return [ string ] + } } } @@ -35180,7 +35497,14 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected static $connectionConsecutive = 0 ] } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> static public method setup ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + - Return [ void ] + } } - Properties [14] { @@ -35201,13 +35525,6 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { } - Methods [78] { - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\Pdo\AbstractPdo, ctor> public method __construct ] { - - - Parameters [1] { - Parameter #0 [ <required> array $descriptor ] - } - } - Method [ <internal:phalcon, overwrites Phalcon\Db\Adapter\AbstractAdapter, prototype Phalcon\Db\Adapter\AdapterInterface> public method addForeignKey ] { - Parameters [3] { @@ -35252,6 +35569,13 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { - Return [ array ] } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> array $descriptor ] + } + } + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\Pdo\AbstractPdo, prototype Phalcon\Db\Adapter\AdapterInterface> public method affectedRows ] { - Parameters [0] { @@ -35870,7 +36194,14 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected static $connectionConsecutive = 0 ] } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> static public method setup ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + - Return [ void ] + } } - Properties [14] { @@ -36560,7 +36891,14 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Property [ protected static $connectionConsecutive = 0 ] } - - Static methods [0] { + - Static methods [1] { + Method [ <internal:phalcon, inherits Phalcon\Db\Adapter\AbstractAdapter> static public method setup ] { + + - Parameters [1] { + Parameter #0 [ <required> array $options ] + } + - Return [ void ] + } } - Properties [14] { @@ -66466,8 +66804,9 @@ Extension [ <persistent> extension #79 phalcon version 5.5.0 ] { Method [ <internal:phalcon> public method toArray ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <optional> $columns = <default> ] + Parameter #1 [ <optional> $useGetter = <default> ] } - Return [ array ] } |