summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-07 07:38:02 +0100
committerRemi Collet <remi@php.net>2022-02-07 07:38:02 +0100
commit946354f1997e151aba88987a01b86815f1c5bfc0 (patch)
treeff7ffb4f8a09ef53b964136a53e828a2e0137c25 /REFLECTION
parent5dc36388452f8a34a151061672b29c1980a5e296 (diff)
update to 5.0.0beta3
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION31
1 files changed, 19 insertions, 12 deletions
diff --git a/REFLECTION b/REFLECTION
index e7a1179..7e11958 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 ] {