From d1bf191ba62d1552fb2cbe43d9f9c1f0cce1f358 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Dec 2016 11:19:31 +0100 Subject: php-phalcon3: 3.0.3 --- REFLECTION | 98 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6fd3cc7..c708e90 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #157 phalcon version 3.0.2 ] { +Extension [ extension #160 phalcon version 3.0.3 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -2307,6 +2307,40 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } + Interface [ interface Phalcon\Mvc\Collection\BehaviorInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method notify ] { + + - Parameters [2] { + Parameter #0 [ $type ] + Parameter #1 [ Phalcon\Mvc\CollectionInterface $collection ] + } + } + + Method [ abstract public method missingMethod ] { + + - Parameters [3] { + Parameter #0 [ Phalcon\Mvc\CollectionInterface $collection ] + Parameter #1 [ $method ] + Parameter #2 [ $arguments ] + } + } + } + } + Interface [ interface Phalcon\Mvc\Model\BehaviorInterface ] { - Constants [0] { @@ -2588,40 +2622,6 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } - Interface [ interface Phalcon\Mvc\Collection\BehaviorInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ abstract public method notify ] { - - - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ Phalcon\Mvc\CollectionInterface $collection ] - } - } - - Method [ abstract public method missingMethod ] { - - - Parameters [3] { - Parameter #0 [ Phalcon\Mvc\CollectionInterface $collection ] - Parameter #1 [ $method ] - Parameter #2 [ $arguments ] - } - } - } - } - Interface [ interface Phalcon\Mvc\Model\MetaData\StrategyInterface ] { - Constants [0] { @@ -11127,7 +11127,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } - Class [ abstract class Phalcon\Mvc\Collection\Behavior ] { + Class [ abstract class Phalcon\Mvc\Collection\Behavior implements Phalcon\Mvc\Collection\BehaviorInterface ] { - Constants [0] { } @@ -11164,7 +11164,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } - Method [ public method notify ] { + Method [ public method notify ] { - Parameters [2] { Parameter #0 [ $type ] @@ -11172,7 +11172,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } - Method [ public method missingMethod ] { + Method [ public method missingMethod ] { - Parameters [3] { Parameter #0 [ Phalcon\Mvc\CollectionInterface $model ] @@ -25351,7 +25351,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { Method [ public method create ] { - Parameters [2] { - Parameter #0 [ $name ] + Parameter #0 [ $name ] Parameter #1 [ $entity ] } } @@ -25876,14 +25876,6 @@ Extension [ extension #157 phalcon version 3.0.2 ] { Method [ public method getHTTPReferer ] { } - Method [ final protected method _getQualityHeader ] { - - - Parameters [2] { - Parameter #0 [ $serverIndex ] - Parameter #1 [ $name ] - } - } - Method [ final protected method _getBestQuality ] { - Parameters [2] { @@ -25918,6 +25910,14 @@ Extension [ extension #157 phalcon version 3.0.2 ] { Method [ public method getDigestAuth ] { } + + Method [ final protected method _getQualityHeader ] { + + - Parameters [2] { + Parameter #0 [ $serverIndex ] + Parameter #1 [ $name ] + } + } } } @@ -31062,7 +31062,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { } } - Method [ public method order ] { + Method [ public method order ] { - Parameters [1] { Parameter #0 [ $orderColumns ] @@ -34515,7 +34515,7 @@ Extension [ extension #157 phalcon version 3.0.2 ] { Method [ public method limit ] { - Parameters [2] { - Parameter #0 [ $limit ] + Parameter #0 [ $limit ] Parameter #1 [ $offset ] } } -- cgit