summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION431
-rw-r--r--php-phalcon4.spec5
3 files changed, 163 insertions, 277 deletions
diff --git a/PHPINFO b/PHPINFO
index 99f37a9..4acb790 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -5,8 +5,8 @@ phalcon
Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance.
phalcon => enabled
Author => Phalcon Team and contributors
-Version => 4.0.5
-Build Date => Mar 9 2020 00:00:00
+Version => 4.0.6
+Build Date => May 17 2020 00:00:00
Powered by Zephir => Version 0.12.17-6724dbf
Directive => Local Value => Master Value
diff --git a/REFLECTION b/REFLECTION
index 301a9d2..6bee1af 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
+Extension [ <persistent> extension #111 phalcon version 4.0.6 ] {
- Dependencies {
Dependency [ pdo (Required) ]
@@ -854,7 +854,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon> abstract public method getDefaultValues ] {
@@ -926,7 +926,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon> abstract public method getStrategy ] {
@@ -2229,10 +2229,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon> abstract public method getFirst ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Mvc\ModelInterface or NULL ]
}
Method [ <internal:phalcon> abstract public method getHydrateMode ] {
@@ -2595,7 +2591,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> abstract public method message ] {
@@ -2612,7 +2608,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> abstract public method success ] {
@@ -2620,7 +2616,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> abstract public method warning ] {
@@ -2628,7 +2624,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
}
}
@@ -3072,21 +3068,21 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> abstract public method getActiveRole ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> abstract public method getActiveComponent ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> abstract public method getDefaultAction ] {
@@ -4272,7 +4268,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> abstract public method getBindType ] {
@@ -4300,10 +4296,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon> abstract public method getSize ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
}
Method [ <internal:phalcon> abstract public method getType ] {
@@ -6431,7 +6423,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters ]
}
- - Return [ float ]
}
Method [ <internal:phalcon> abstract static public method cloneResult ] {
@@ -6470,7 +6461,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters ]
}
- - Return [ int ]
}
Method [ <internal:phalcon> abstract static public method find ] {
@@ -6515,7 +6505,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters ]
}
- - Return [ float ]
}
}
@@ -6876,10 +6865,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon> abstract public method getColumns ] {
-
- - Parameters [0] {
- }
- - Return [ string or NULL ]
}
Method [ <internal:phalcon> abstract public method getConditions ] {
@@ -6896,10 +6881,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon> abstract public method getLimit ] {
-
- - Parameters [0] {
- }
- - Return [ string or NULL ]
}
Method [ <internal:phalcon> abstract public method getModelName ] {
@@ -7165,11 +7146,11 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Method [ <internal:phalcon> abstract public method executeQuery ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <required> string $phql ]
Parameter #1 [ <optional> $placeholders ]
+ Parameter #2 [ <optional> $types ]
}
- - Return [ Phalcon\Mvc\Model\QueryInterface ]
}
Method [ <internal:phalcon> abstract public method existsBelongsTo ] {
@@ -9239,10 +9220,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon> abstract public method getEntity ] {
-
- - Parameters [0] {
- }
- - Return [ NULL ]
}
Method [ <internal:phalcon> abstract public method getFilters ] {
@@ -9916,14 +9893,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
- Methods [4] {
- Method [ <internal:phalcon> protected method checkService ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $name ]
- }
- - Return [ void ]
- }
-
Method [ <internal:phalcon> protected method checkConfig ] {
- Parameters [1] {
@@ -9939,6 +9908,13 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
+ Method [ <internal:phalcon> protected method getService ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
+ }
+
Method [ <internal:phalcon> protected method init ] {
- Parameters [1] {
@@ -10897,7 +10873,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon> final protected method checkStringParameter ] {
@@ -10914,7 +10889,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
}
}
@@ -11305,7 +11279,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
@@ -11384,7 +11358,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getStrategy ] {
@@ -12232,7 +12206,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon> public method withBody ] {
@@ -12240,7 +12213,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Psr\Http\Message\StreamInterface $body ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon> public method withHeader ] {
@@ -12249,7 +12221,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon> public method withProtocolVersion ] {
@@ -12257,7 +12228,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $version ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon> public method withoutHeader ] {
@@ -12265,7 +12235,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon> final protected method checkHeaderHost ] {
@@ -12347,7 +12316,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractCommon> final protected method checkStringParameter ] {
@@ -12364,7 +12332,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
}
}
@@ -14782,7 +14749,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Events\ManagerInterface ]
+ - Return [ Phalcon\Events\ManagerInterface or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Di\DiInterface> public method getRaw ] {
@@ -15377,7 +15344,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> public method getEscaperService ] {
@@ -15392,7 +15359,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> public method setAutoescape ] {
@@ -15448,7 +15415,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> public method outputMessage ] {
@@ -15464,7 +15431,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> private method getTemplate ] {
@@ -15561,7 +15528,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $method ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon> public method withRequestTarget ] {
@@ -15569,7 +15535,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $requestTarget ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon> public method withUri ] {
@@ -15578,7 +15543,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> Psr\Http\Message\UriInterface $uri ]
Parameter #1 [ <optional> $preserveHost ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon> final protected method processMethod ] {
@@ -15644,7 +15608,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> public method withBody ] {
@@ -15652,7 +15615,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Psr\Http\Message\StreamInterface $body ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> public method withHeader ] {
@@ -15661,7 +15623,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> public method withProtocolVersion ] {
@@ -15669,7 +15630,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $version ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> public method withoutHeader ] {
@@ -15677,7 +15637,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderHost ] {
@@ -15759,7 +15718,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractCommon> final protected method checkStringParameter ] {
@@ -15776,7 +15734,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
}
}
@@ -16162,10 +16119,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ResultsetInterface> public method getFirst ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Mvc\ModelInterface or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ResultsetInterface> public method getHydrateMode ] {
@@ -16632,21 +16585,21 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveRole ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveComponent ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getDefaultAction ] {
@@ -17004,7 +16957,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Events\ManagerInterface ]
+ - Return [ Phalcon\Events\ManagerInterface or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method getRaw ] {
@@ -19063,21 +19016,21 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AbstractAdapter, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveRole ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AbstractAdapter, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getActiveComponent ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Acl\Adapter\AbstractAdapter, prototype Phalcon\Acl\Adapter\AdapterInterface> public method getDefaultAction ] {
@@ -19640,7 +19593,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon> public method getNamedArgument ] {
@@ -19721,20 +19674,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -21527,20 +21479,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -25328,7 +25279,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $config ]
}
- - Return [ NULL ]
+ - Return [ Phalcon\Config ]
}
Method [ <internal:phalcon> public method newInstance ] {
@@ -25338,7 +25289,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #1 [ <required> string $fileName ]
Parameter #2 [ <optional> $params ]
}
- - Return [ NULL ]
+ - Return [ Phalcon\Config ]
}
Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> protected method getAdapters ] {
@@ -25348,20 +25299,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -25867,20 +25817,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -27985,10 +27934,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getSize ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
}
Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getType ] {
@@ -28020,7 +27965,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [0] {
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Db\ColumnInterface> public method getBindType ] {
@@ -31045,7 +30990,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Events\ManagerInterface ]
+ - Return [ Phalcon\Events\ManagerInterface or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Di, prototype Phalcon\Di\DiInterface> public method getRaw ] {
@@ -32043,7 +31988,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon> public method has ] {
@@ -32787,7 +32731,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getEscaperService ] {
@@ -32802,7 +32746,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setAutoescape ] {
@@ -32858,7 +32802,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method outputMessage ] {
@@ -32874,7 +32818,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
@@ -33081,7 +33025,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method getEscaperService ] {
@@ -33096,7 +33040,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method setAutoescape ] {
@@ -33152,7 +33096,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Flash\AbstractFlash> public method outputMessage ] {
@@ -33168,7 +33112,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $message ]
}
- - Return [ string ]
+ - Return [ string or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Di\AbstractInjectionAware, prototype Phalcon\Di\InjectionAwareInterface> public method getDI ] {
@@ -38905,20 +38849,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -39333,7 +39276,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $method ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractRequest, prototype Psr\Http\Message\RequestInterface> public method withRequestTarget ] {
@@ -39341,7 +39283,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $requestTarget ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractRequest, prototype Psr\Http\Message\RequestInterface> public method withUri ] {
@@ -39350,7 +39291,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> Psr\Http\Message\UriInterface $uri ]
Parameter #1 [ <optional> $preserveHost ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractRequest> final protected method processMethod ] {
@@ -39416,7 +39356,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withBody ] {
@@ -39424,7 +39363,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Psr\Http\Message\StreamInterface $body ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withHeader ] {
@@ -39433,7 +39371,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withProtocolVersion ] {
@@ -39441,7 +39378,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $version ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withoutHeader ] {
@@ -39449,7 +39385,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderHost ] {
@@ -39531,7 +39466,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractCommon> final protected method checkStringParameter ] {
@@ -39548,7 +39482,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
}
}
@@ -39595,8 +39528,8 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Property [ <default> protected $headers ]
Property [ <default> protected $protocolVersion ]
Property [ <default> protected $uri ]
- Property [ <default> private $reasonPhrase ]
- Property [ <default> private $statusCode ]
+ Property [ <default> protected $reasonPhrase ]
+ Property [ <default> protected $statusCode ]
}
- Methods [32] {
@@ -39632,34 +39565,34 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ Phalcon\Http\Message\Response ]
}
- Method [ <internal:phalcon> private method checkCodeType ] {
+ Method [ <internal:phalcon> protected method getPhrases ] {
- - Parameters [1] {
- Parameter #0 [ <required> $code ]
+ - Parameters [0] {
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon> private method checkCodeValue ] {
+ Method [ <internal:phalcon> protected method processCode ] {
- - Parameters [1] {
- Parameter #0 [ <required> int $code ]
+ - Parameters [2] {
+ Parameter #0 [ <required> $code ]
+ Parameter #1 [ <optional> $phrase ]
}
- Return [ void ]
}
- Method [ <internal:phalcon> private method getPhrases ] {
+ Method [ <internal:phalcon> private method checkCodeType ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> $code ]
}
- - Return [ array ]
+ - Return [ void ]
}
- Method [ <internal:phalcon> private method processCode ] {
+ Method [ <internal:phalcon> private method checkCodeValue ] {
- - Parameters [2] {
- Parameter #0 [ <required> $code ]
- Parameter #1 [ <optional> $phrase ]
+ - Parameters [1] {
+ Parameter #0 [ <required> int $code ]
}
- Return [ void ]
}
@@ -39714,7 +39647,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withBody ] {
@@ -39722,7 +39654,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Psr\Http\Message\StreamInterface $body ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withHeader ] {
@@ -39731,7 +39662,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withProtocolVersion ] {
@@ -39739,7 +39669,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $version ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withoutHeader ] {
@@ -39747,7 +39676,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderHost ] {
@@ -39829,7 +39757,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractCommon> final protected method checkStringParameter ] {
@@ -39846,7 +39773,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
}
}
@@ -39895,12 +39821,12 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Property [ <default> protected $method ]
Property [ <default> protected $requestTarget ]
Property [ <default> protected $uri ]
- Property [ <default> private $attributes ]
- Property [ <default> private $cookieParams ]
- Property [ <default> private $parsedBody ]
- Property [ <default> private $queryParams ]
- Property [ <default> private $serverParams ]
- Property [ <default> private $uploadedFiles ]
+ Property [ <default> protected $attributes ]
+ Property [ <default> protected $cookieParams ]
+ Property [ <default> protected $parsedBody ]
+ Property [ <default> protected $queryParams ]
+ Property [ <default> protected $serverParams ]
+ Property [ <default> protected $uploadedFiles ]
}
- Methods [46] {
@@ -40045,7 +39971,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $method ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractRequest, prototype Psr\Http\Message\RequestInterface> public method withRequestTarget ] {
@@ -40053,7 +39978,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $requestTarget ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractRequest, prototype Psr\Http\Message\RequestInterface> public method withUri ] {
@@ -40062,7 +39986,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> Psr\Http\Message\UriInterface $uri ]
Parameter #1 [ <optional> $preserveHost ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractRequest> final protected method processMethod ] {
@@ -40128,7 +40051,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withBody ] {
@@ -40136,7 +40058,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Psr\Http\Message\StreamInterface $body ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withHeader ] {
@@ -40145,7 +40066,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withProtocolVersion ] {
@@ -40153,7 +40073,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $version ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage, prototype Psr\Http\Message\MessageInterface> public method withoutHeader ] {
@@ -40161,7 +40080,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> $name ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractMessage> final protected method checkHeaderHost ] {
@@ -40243,7 +40161,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractCommon> final protected method checkStringParameter ] {
@@ -40260,7 +40177,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
}
}
@@ -41042,12 +40958,12 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
- Properties [8] {
- Property [ <default> private $fragment ]
- Property [ <default> private $host ]
- Property [ <default> private $pass ]
- Property [ <default> private $path ]
- Property [ <default> private $port ]
- Property [ <default> private $query ]
+ Property [ <default> protected $fragment ]
+ Property [ <default> protected $host ]
+ Property [ <default> protected $pass ]
+ Property [ <default> protected $path ]
+ Property [ <default> protected $port ]
+ Property [ <default> protected $query ]
Property [ <default> private $scheme ]
Property [ <default> private $user ]
}
@@ -41220,7 +41136,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Http\Message\AbstractCommon> final protected method checkStringParameter ] {
@@ -41237,7 +41152,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #0 [ <required> $element ]
Parameter #1 [ <required> string $property ]
}
- - Return [ NULL ]
}
}
}
@@ -42037,7 +41951,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Method [ <internal:phalcon, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $content ]
+ Parameter #0 [ <optional> string or NULL $content ]
Parameter #1 [ <optional> $code ]
Parameter #2 [ <optional> $status ]
}
@@ -42401,7 +42315,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <optional> string or NULL $signKey ]
}
- - Return [ Phalcon\Http\Cookie\CookieInterface ]
+ - Return [ Phalcon\Http\Response\CookiesInterface ]
}
Method [ <internal:phalcon, prototype Phalcon\Http\Response\CookiesInterface> public method useEncryption ] {
@@ -43480,20 +43394,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -44031,20 +43944,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -46354,7 +46266,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters ]
}
- - Return [ float ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method cloneResult ] {
@@ -46393,7 +46304,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters ]
}
- - Return [ int ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> static public method find ] {
@@ -46446,7 +46356,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <optional> $parameters ]
}
- - Return [ float ]
}
Method [ <internal:phalcon> static protected method _groupResult ] {
@@ -46629,7 +46538,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [0] {
}
- - Return [ Phalcon\Events\ManagerInterface ]
+ - Return [ Phalcon\Events\ManagerInterface or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\ModelInterface> public method getMessages ] {
@@ -47501,10 +47410,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method getColumns ] {
-
- - Parameters [0] {
- }
- - Return [ string or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method getConditions ] {
@@ -47528,10 +47433,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method getLimit ] {
-
- - Parameters [0] {
- }
- - Return [ string or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\CriteriaInterface> public method getModelName ] {
@@ -47796,6 +47697,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
+ - Return [ Phalcon\Events\ManagerInterface or NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method initialize ] {
@@ -48299,7 +48201,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
Parameter #1 [ <optional> $placeholders ]
Parameter #2 [ <optional> $types ]
}
- - Return [ Phalcon\Mvc\Model\QueryInterface ]
}
Method [ <internal:phalcon, prototype Phalcon\Mvc\Model\ManagerInterface> public method createBuilder ] {
@@ -48403,7 +48304,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
@@ -48482,7 +48383,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getStrategy ] {
@@ -48717,7 +48618,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
@@ -48796,7 +48697,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getStrategy ] {
@@ -49033,7 +48934,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
@@ -49112,7 +49013,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getStrategy ] {
@@ -49330,7 +49231,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
@@ -49409,7 +49310,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getStrategy ] {
@@ -49725,7 +49626,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getDefaultValues ] {
@@ -49804,7 +49705,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> Phalcon\Mvc\ModelInterface $model ]
}
- - Return [ array ]
+ - Return [ array or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\MetaData, prototype Phalcon\Mvc\Model\MetaDataInterface> public method getStrategy ] {
@@ -51158,10 +51059,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype Phalcon\Mvc\Model\ResultsetInterface> public method getFirst ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Mvc\ModelInterface or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype Phalcon\Mvc\Model\ResultsetInterface> public method getHydrateMode ] {
@@ -51406,10 +51303,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype Phalcon\Mvc\Model\ResultsetInterface> public method getFirst ] {
-
- - Parameters [0] {
- }
- - Return [ Phalcon\Mvc\ModelInterface or NULL ]
}
Method [ <internal:phalcon, inherits Phalcon\Mvc\Model\Resultset, prototype Phalcon\Mvc\Model\ResultsetInterface> public method getHydrateMode ] {
@@ -54792,20 +54685,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -56331,20 +56223,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -56460,20 +56351,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -58102,8 +57992,8 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
- Properties [2] {
- Property [ <default> private $mapper ]
- Property [ <default> private $services ]
+ Property [ <default> protected $mapper ]
+ Property [ <default> protected $services ]
}
- Methods [6] {
@@ -58119,7 +58009,7 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Parameters [1] {
Parameter #0 [ <required> string $name ]
}
- - Return [ Phalcon\Translate\Adapter\AdapterInterface ]
+ - Return [ Phalcon\Translate\Interpolator\InterpolatorInterface ]
}
Method [ <internal:phalcon, overwrites Phalcon\Factory\AbstractFactory, prototype Phalcon\Factory\AbstractFactory> protected method getAdapters ] {
@@ -58129,20 +58019,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -58256,20 +58145,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
@@ -58530,10 +58418,6 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
}
Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method getEntity ] {
-
- - Parameters [0] {
- }
- - Return [ NULL ]
}
Method [ <internal:phalcon, prototype Phalcon\Validation\ValidationInterface> public method getFilters ] {
@@ -58768,20 +58652,19 @@ Extension [ <persistent> extension #110 phalcon version 4.0.5 ] {
- Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkService ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> string $name ]
+ Parameter #0 [ <required> $config ]
}
- - Return [ void ]
+ - Return [ array ]
}
- Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method checkConfig ] {
+ Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method getService ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> string $name ]
}
- - Return [ array ]
}
Method [ <internal:phalcon, inherits Phalcon\Factory\AbstractFactory> protected method init ] {
diff --git a/php-phalcon4.spec b/php-phalcon4.spec
index 99c0033..32feb16 100644
--- a/php-phalcon4.spec
+++ b/php-phalcon4.spec
@@ -22,7 +22,7 @@
%global pecl_name phalcon
# after 40-json.ini, 20-pdo.ini, 40-psr.ini
%global ini_name 50-%{pecl_name}.ini
-%global upstream_ver 4.0.5
+%global upstream_ver 4.0.6
#global upstream_pre rc.3
Name: %{?sub_prefix}php-phalcon4
@@ -255,6 +255,9 @@ fi
%changelog
+* Sun May 17 2020 Remi Collet <remi@remirepo.net> - 4.0.6-1
+- update to 4.0.6
+
* Mon Mar 9 2020 Remi Collet <remi@remirepo.net> - 4.0.5-1
- update to 4.0.5