diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 31 |
1 files changed, 19 insertions, 12 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #115 phalcon version 5.0.0beta2 ] { +Extension [ <persistent> extension #116 phalcon version 5.0.0beta3 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -9912,7 +9912,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0beta2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon> abstract public method getHttpMethods ] { @@ -9925,7 +9925,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0beta2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon> abstract public method getPaths ] { @@ -37675,7 +37675,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0beta2 ] { } } - Class [ <internal:phalcon> class Phalcon\Db\Result\Pdo implements Phalcon\Db\ResultInterface ] { + Class [ <internal:phalcon> class Phalcon\Db\Result\PdoResult implements Phalcon\Db\ResultInterface ] { - Constants [0] { } @@ -56833,13 +56833,12 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0beta2 ] { Property [ protected $separator = '' ] } - - Methods [16] { + - Methods [17] { Method [ <internal:phalcon> public method __invoke ] { - - Parameters [3] { - Parameter #0 [ <optional> string $separator = <default> ] - Parameter #1 [ <optional> ?string $indent = <default> ] - Parameter #2 [ <optional> ?string $delimiter = <default> ] + - Parameters [2] { + Parameter #0 [ <optional> ?string $indent = <default> ] + Parameter #1 [ <optional> ?string $delimiter = <default> ] } - Return [ Phalcon\Html\Helper\Title ] } @@ -56876,6 +56875,15 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0beta2 ] { - Return [ Phalcon\Html\Helper\Title ] } + Method [ <internal:phalcon> public method setSeparator ] { + + - Parameters [2] { + Parameter #0 [ <required> string $separator ] + Parameter #1 [ <optional> bool $raw = <default> ] + } + - Return [ Phalcon\Html\Helper\Title ] + } + Method [ <internal:phalcon> public method prepend ] { - Parameters [2] { @@ -65615,7 +65623,6 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0beta2 ] { - Parameters [1] { Parameter #0 [ <optional> $parameters = <default> ] } - - Return [ ?Phalcon\Mvc\ModelInterface ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method maximum ] { @@ -72393,7 +72400,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0beta2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon> public method getMatch ] { @@ -72406,7 +72413,7 @@ Extension [ <persistent> extension #115 phalcon version 5.0.0beta2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ <internal:phalcon, prototype Phalcon\Mvc\Router\RouteInterface> public method getPaths ] { |