From 946354f1997e151aba88987a01b86815f1c5bfc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Feb 2022 07:38:02 +0100 Subject: update to 5.0.0beta3 --- REFLECTION | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e7a1179..7e11958 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 phalcon version 5.0.0beta2 ] { +Extension [ extension #116 phalcon version 5.0.0beta3 ] { - Dependencies { Dependency [ pdo (Required) ] @@ -9912,7 +9912,7 @@ Extension [ extension #115 phalcon version 5.0.0beta2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ abstract public method getHttpMethods ] { @@ -9925,7 +9925,7 @@ Extension [ extension #115 phalcon version 5.0.0beta2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ abstract public method getPaths ] { @@ -37675,7 +37675,7 @@ Extension [ extension #115 phalcon version 5.0.0beta2 ] { } } - Class [ class Phalcon\Db\Result\Pdo implements Phalcon\Db\ResultInterface ] { + Class [ class Phalcon\Db\Result\PdoResult implements Phalcon\Db\ResultInterface ] { - Constants [0] { } @@ -56833,13 +56833,12 @@ Extension [ extension #115 phalcon version 5.0.0beta2 ] { Property [ protected $separator = '' ] } - - Methods [16] { + - Methods [17] { Method [ public method __invoke ] { - - Parameters [3] { - Parameter #0 [ string $separator = ] - Parameter #1 [ ?string $indent = ] - Parameter #2 [ ?string $delimiter = ] + - Parameters [2] { + Parameter #0 [ ?string $indent = ] + Parameter #1 [ ?string $delimiter = ] } - Return [ Phalcon\Html\Helper\Title ] } @@ -56876,6 +56875,15 @@ Extension [ extension #115 phalcon version 5.0.0beta2 ] { - Return [ Phalcon\Html\Helper\Title ] } + Method [ public method setSeparator ] { + + - Parameters [2] { + Parameter #0 [ string $separator ] + Parameter #1 [ bool $raw = ] + } + - Return [ Phalcon\Html\Helper\Title ] + } + Method [ public method prepend ] { - Parameters [2] { @@ -65615,7 +65623,6 @@ Extension [ extension #115 phalcon version 5.0.0beta2 ] { - Parameters [1] { Parameter #0 [ $parameters = ] } - - Return [ ?Phalcon\Mvc\ModelInterface ] } Method [ static public method maximum ] { @@ -72393,7 +72400,7 @@ Extension [ extension #115 phalcon version 5.0.0beta2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ public method getMatch ] { @@ -72406,7 +72413,7 @@ Extension [ extension #115 phalcon version 5.0.0beta2 ] { - Parameters [0] { } - - Return [ string ] + - Return [ ?string ] } Method [ public method getPaths ] { -- cgit