From 58f7c9f3ebb541b2e71474786509fe3b6f45a082 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Sep 2014 09:30:18 +0200 Subject: php-phalcon: 1.3.3 --- REFLECTION | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 166 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9d7ec99..454ffec 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #171 phalcon version 1.3.2 ] { +Extension [ extension #172 phalcon version 1.3.3 ] { - Dependencies { Dependency [ spl (Required) ] @@ -51,7 +51,7 @@ Extension [ extension #171 phalcon version 1.3.2 ] { } } - - Classes [320] { + - Classes [322] { Class [ class Phalcon\Exception extends Exception ] { - Constants [0] { @@ -5058,7 +5058,7 @@ Extension [ extension #171 phalcon version 1.3.2 ] { - Properties [0] { } - - Methods [15] { + - Methods [17] { Method [ abstract public method setId ] { - Parameters [1] { @@ -5130,6 +5130,12 @@ Extension [ extension #171 phalcon version 1.3.2 ] { Method [ abstract public method save ] { } + Method [ abstract public method create ] { + } + + Method [ abstract public method update ] { + } + Method [ abstract public method delete ] { } } @@ -5222,6 +5228,53 @@ Extension [ extension #171 phalcon version 1.3.2 ] { } } + Interface [ interface Phalcon\Mvc\Collection\MessageInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method setType ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + + Method [ abstract public method getType ] { + } + + Method [ abstract public method setMessage ] { + + - Parameters [1] { + Parameter #0 [ $message ] + } + } + + Method [ abstract public method getMessage ] { + } + + Method [ abstract public method setField ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ abstract public method getField ] { + } + } + } + Interface [ interface Phalcon\Mvc\ControllerInterface ] { - Constants [0] { @@ -5598,7 +5651,7 @@ Extension [ extension #171 phalcon version 1.3.2 ] { - Properties [0] { } - - Methods [25] { + - Methods [26] { Method [ abstract public method setTransaction ] { - Parameters [1] { @@ -5739,6 +5792,9 @@ Extension [ extension #171 phalcon version 1.3.2 ] { Parameter #1 [ $arguments ] } } + + Method [ abstract public method reset ] { + } } } @@ -28560,7 +28616,7 @@ Extension [ extension #171 phalcon version 1.3.2 ] { Property [ protected $_snapshot ] } - - Methods [73] { + - Methods [74] { Method [ final public method __construct ] { - Parameters [2] { @@ -28970,6 +29026,9 @@ Extension [ extension #171 phalcon version 1.3.2 ] { Parameter #0 [ $columns ] } } + + Method [ public method reset ] { + } } } @@ -29412,14 +29471,14 @@ Extension [ extension #171 phalcon version 1.3.2 ] { - Properties [7] { Property [ public $_id ] Property [ protected $_dependencyInjector ] - Property [ protected $_modelsManager ] + Property [ protected $_collectionManager ] Property [ protected $_source ] Property [ protected $_operationMade ] Property [ protected $_connection ] Property [ protected $_errorMessages ] } - - Methods [32] { + - Methods [34] { Method [ final public method __construct ] { - Parameters [1] { @@ -29463,7 +29522,7 @@ Extension [ extension #171 phalcon version 1.3.2 ] { } } - Method [ public method getModelsManager ] { + Method [ public method getCollectionManager ] { } Method [ public method getReservedAttributes ] { @@ -29551,6 +29610,12 @@ Extension [ extension #171 phalcon version 1.3.2 ] { Method [ public method save ] { } + Method [ public method create ] { + } + + Method [ public method update ] { + } + Method [ public method delete ] { } @@ -29808,6 +29873,99 @@ Extension [ extension #171 phalcon version 1.3.2 ] { } } + Class [ class Phalcon\Mvc\Collection\Message implements Phalcon\Mvc\Collection\MessageInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $properties ] + } + } + } + + - Properties [5] { + Property [ protected $_type ] + Property [ protected $_message ] + Property [ protected $_field ] + Property [ protected $_collection ] + Property [ protected $_code ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $field ] + Parameter #2 [ $type ] + } + } + + Method [ public method setType ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + + Method [ public method getType ] { + } + + Method [ public method setCode ] { + + - Parameters [1] { + Parameter #0 [ $code ] + } + } + + Method [ public method getCode ] { + } + + Method [ public method setMessage ] { + + - Parameters [1] { + Parameter #0 [ $message ] + } + } + + Method [ public method getMessage ] { + } + + Method [ public method setField ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getField ] { + } + + Method [ public method setCollection ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + + Method [ public method getCollection ] { + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + Class [ class Phalcon\Mvc\Dispatcher extends Phalcon\Dispatcher implements Phalcon\Events\EventsAwareInterface, Phalcon\DI\InjectionAwareInterface, Phalcon\DispatcherInterface, Phalcon\Mvc\DispatcherInterface ] { - Constants [6] { -- cgit