diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 89 |
1 files changed, 46 insertions, 43 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { +Extension [ <persistent> extension #142 phalcon version 3.0.1 ] { - INI { Entry [ phalcon.db.escape_identifiers <ALL> ] @@ -2896,6 +2896,32 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { } } + Interface [ <internal:phalcon> interface Phalcon\Acl\ResourceInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:phalcon> abstract public method getName ] { + } + + Method [ <internal:phalcon> abstract public method getDescription ] { + } + + Method [ <internal:phalcon> abstract public method __toString ] { + } + } + } + Interface [ <internal:phalcon> interface Phalcon\Acl\RoleInterface ] { - Constants [0] { @@ -6630,32 +6656,6 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { } } - Interface [ <internal:phalcon> interface Phalcon\Acl\ResourceInterface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [3] { - Method [ <internal:phalcon> abstract public method getName ] { - } - - Method [ <internal:phalcon> abstract public method getDescription ] { - } - - Method [ <internal:phalcon> abstract public method __toString ] { - } - } - } - Interface [ <internal:phalcon> interface Phalcon\Acl\RoleAware ] { - Constants [0] { @@ -12340,7 +12340,7 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { } } - Class [ <internal:phalcon> class Phalcon\Acl\Resource ] { + Class [ <internal:phalcon> class Phalcon\Acl\Resource implements Phalcon\Acl\ResourceInterface ] { - Constants [0] { } @@ -12357,13 +12357,13 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { } - Methods [4] { - Method [ <internal:phalcon> public method getName ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\ResourceInterface> public method getName ] { } - Method [ <internal:phalcon> public method __toString ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\ResourceInterface> public method __toString ] { } - Method [ <internal:phalcon> public method getDescription ] { + Method [ <internal:phalcon, prototype Phalcon\Acl\ResourceInterface> public method getDescription ] { } Method [ <internal:phalcon, ctor> public method __construct ] { @@ -16495,8 +16495,9 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { - Methods [12] { Method [ <internal:phalcon, overwrites Phalcon\Config, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $filePath ] + Parameter #1 [ <optional> $mode ] } } @@ -30087,7 +30088,7 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { Property [ <default> protected $_snapshot ] } - - Methods [78] { + - Methods [77] { Method [ <internal:phalcon, ctor> final public method __construct ] { - Parameters [3] { @@ -30525,13 +30526,6 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { } } - Method [ <internal:phalcon> final protected method _isVisible ] { - - - Parameters [1] { - Parameter #0 [ <required> $property ] - } - } - Method [ <internal:phalcon> public method __get ] { - Parameters [1] { @@ -30975,13 +30969,14 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { - Static methods [0] { } - - Properties [24] { + - Properties [25] { Property [ <default> protected $_dependencyInjector ] Property [ <default> protected $_eventsManager ] Property [ <default> protected $_customEventsManager ] Property [ <default> protected $_readConnectionServices ] Property [ <default> protected $_writeConnectionServices ] Property [ <default> protected $_aliases ] + Property [ <default> protected $_modelVisibility ] Property [ <default> protected $_hasMany ] Property [ <default> protected $_hasManySingle ] Property [ <default> protected $_hasOne ] @@ -31002,7 +30997,7 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { Property [ <default> protected $_namespaceAliases ] } - - Methods [62] { + - Methods [63] { Method [ <internal:phalcon, prototype Phalcon\Di\InjectionAwareInterface> public method setDI ] { - Parameters [1] { @@ -31071,6 +31066,14 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { } } + Method [ <internal:phalcon> final public method isVisibleModelProperty ] { + + - Parameters [2] { + Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ] + Parameter #1 [ <required> $property ] + } + } + Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method getModelSource ] { - Parameters [1] { @@ -40674,7 +40677,7 @@ Extension [ <persistent> extension #140 phalcon version 3.0.0 ] { } } - Method [ <internal:phalcon> private method getOptionsDefault ] { + Method [ <internal:phalcon> protected method getOptionsDefault ] { } Method [ <internal:phalcon, inherits Phalcon\Translate\Adapter> public method setInterpolator ] { |