From 329d59d82239beeefd9bf9712f284a0fbf5fcc1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Sep 2016 17:50:31 +0200 Subject: php-phalcon3: 3.0.1 --- REFLECTION | 89 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 46 insertions(+), 43 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index fee721d..7fa2eaa 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #140 phalcon version 3.0.0 ] { +Extension [ extension #142 phalcon version 3.0.1 ] { - INI { Entry [ phalcon.db.escape_identifiers ] @@ -2896,6 +2896,32 @@ Extension [ extension #140 phalcon version 3.0.0 ] { } } + Interface [ interface Phalcon\Acl\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method getName ] { + } + + Method [ abstract public method getDescription ] { + } + + Method [ abstract public method __toString ] { + } + } + } + Interface [ interface Phalcon\Acl\RoleInterface ] { - Constants [0] { @@ -6630,32 +6656,6 @@ Extension [ extension #140 phalcon version 3.0.0 ] { } } - Interface [ interface Phalcon\Acl\ResourceInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [3] { - Method [ abstract public method getName ] { - } - - Method [ abstract public method getDescription ] { - } - - Method [ abstract public method __toString ] { - } - } - } - Interface [ interface Phalcon\Acl\RoleAware ] { - Constants [0] { @@ -12340,7 +12340,7 @@ Extension [ extension #140 phalcon version 3.0.0 ] { } } - Class [ class Phalcon\Acl\Resource ] { + Class [ class Phalcon\Acl\Resource implements Phalcon\Acl\ResourceInterface ] { - Constants [0] { } @@ -12357,13 +12357,13 @@ Extension [ extension #140 phalcon version 3.0.0 ] { } - Methods [4] { - Method [ public method getName ] { + Method [ public method getName ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } - Method [ public method getDescription ] { + Method [ public method getDescription ] { } Method [ public method __construct ] { @@ -16495,8 +16495,9 @@ Extension [ extension #140 phalcon version 3.0.0 ] { - Methods [12] { Method [ public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $filePath ] + Parameter #1 [ $mode ] } } @@ -30087,7 +30088,7 @@ Extension [ extension #140 phalcon version 3.0.0 ] { Property [ protected $_snapshot ] } - - Methods [78] { + - Methods [77] { Method [ final public method __construct ] { - Parameters [3] { @@ -30525,13 +30526,6 @@ Extension [ extension #140 phalcon version 3.0.0 ] { } } - Method [ final protected method _isVisible ] { - - - Parameters [1] { - Parameter #0 [ $property ] - } - } - Method [ public method __get ] { - Parameters [1] { @@ -30975,13 +30969,14 @@ Extension [ extension #140 phalcon version 3.0.0 ] { - Static methods [0] { } - - Properties [24] { + - Properties [25] { Property [ protected $_dependencyInjector ] Property [ protected $_eventsManager ] Property [ protected $_customEventsManager ] Property [ protected $_readConnectionServices ] Property [ protected $_writeConnectionServices ] Property [ protected $_aliases ] + Property [ protected $_modelVisibility ] Property [ protected $_hasMany ] Property [ protected $_hasManySingle ] Property [ protected $_hasOne ] @@ -31002,7 +30997,7 @@ Extension [ extension #140 phalcon version 3.0.0 ] { Property [ protected $_namespaceAliases ] } - - Methods [62] { + - Methods [63] { Method [ public method setDI ] { - Parameters [1] { @@ -31071,6 +31066,14 @@ Extension [ extension #140 phalcon version 3.0.0 ] { } } + Method [ final public method isVisibleModelProperty ] { + + - Parameters [2] { + Parameter #0 [ Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ $property ] + } + } + Method [ public method getModelSource ] { - Parameters [1] { @@ -40674,7 +40677,7 @@ Extension [ extension #140 phalcon version 3.0.0 ] { } } - Method [ private method getOptionsDefault ] { + Method [ protected method getOptionsDefault ] { } Method [ public method setInterpolator ] { -- cgit