summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-16 08:39:31 +0100
committerRemi Collet <remi@php.net>2021-12-16 08:39:31 +0100
commitbc8cf7fda0246ff50b6e13c2a18f909ca4d3cbff (patch)
treeb726b797dab404e4ad7066cb1832aec7200eee21 /REFLECTION
parentdbbbfbec41f3959917550f5dd40eeee32b98551d (diff)
refresh reflection with 8.0
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION888
1 files changed, 623 insertions, 265 deletions
diff --git a/REFLECTION b/REFLECTION
index 738a20c..0d8a3f4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
+Extension [ <persistent> extension #120 yaf version 3.3.3 ] {
- Dependencies {
Dependency [ spl (Required) ]
@@ -77,7 +77,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $config ]
- Parameter #1 [ <optional> $environ ]
+ Parameter #1 [ <optional> $environ = <default> ]
}
}
@@ -104,7 +104,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> public method bootstrap ] {
- Parameters [1] {
- Parameter #0 [ <optional> $bootstrap ]
+ Parameter #0 [ <optional> $bootstrap = <default> ]
}
}
@@ -225,7 +225,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $templates_dir ]
- Parameter #1 [ <optional> array or NULL $options ]
+ Parameter #1 [ <optional> ?array $options = <default> ]
}
}
@@ -296,7 +296,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $callback ]
- Parameter #1 [ <optional> $error_types ]
+ Parameter #1 [ <optional> $error_types = <default> ]
}
}
@@ -331,14 +331,14 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> public method autoRender ] {
- Parameters [1] {
- Parameter #0 [ <optional> $flag ]
+ Parameter #0 [ <optional> $flag = <default> ]
}
}
Method [ <internal:yaf> public method flushInstantly ] {
- Parameters [1] {
- Parameter #0 [ <optional> $flag ]
+ Parameter #0 [ <optional> $flag = <default> ]
}
}
@@ -352,14 +352,14 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> public method throwException ] {
- Parameters [1] {
- Parameter #0 [ <optional> $flag ]
+ Parameter #0 [ <optional> $flag = <default> ]
}
}
Method [ <internal:yaf> public method catchException ] {
- Parameters [1] {
- Parameter #0 [ <optional> $flag ]
+ Parameter #0 [ <optional> $flag = <default> ]
}
}
@@ -384,8 +384,8 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> static public method getInstance ] {
- Parameters [2] {
- Parameter #0 [ <optional> $local_library_path ]
- Parameter #1 [ <optional> $global_library_path ]
+ Parameter #0 [ <optional> $local_library_path = <default> ]
+ Parameter #1 [ <optional> $global_library_path = <default> ]
}
}
@@ -418,7 +418,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $namespace ]
- Parameter #1 [ <optional> $path ]
+ Parameter #1 [ <optional> $path = <default> ]
}
}
@@ -452,14 +452,14 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $library_path ]
- Parameter #1 [ <optional> $is_global ]
+ Parameter #1 [ <optional> $is_global = <default> ]
}
}
Method [ <internal:yaf> public method getLibraryPath ] {
- Parameters [1] {
- Parameter #0 [ <optional> $is_global ]
+ Parameter #0 [ <optional> $is_global = <default> ]
}
}
@@ -467,7 +467,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $namespace ]
- Parameter #1 [ <optional> $path ]
+ Parameter #1 [ <optional> $path = <default> ]
}
}
@@ -553,32 +553,32 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> public method getQuery ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf> public method getRequest ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf> public method getPost ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf> public method getCookie ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
@@ -591,32 +591,32 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> public method getFiles ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf> public method get ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf> public method getServer ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf> public method getEnv ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
@@ -624,15 +624,15 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #1 [ <optional> $value = <default> ]
}
}
Method [ <internal:yaf> public method getParam ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
@@ -676,7 +676,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $module ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #1 [ <optional> $format_name = <default> ]
}
}
@@ -684,7 +684,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $controller ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #1 [ <optional> $format_name = <default> ]
}
}
@@ -692,7 +692,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $action ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #1 [ <optional> $format_name = <default> ]
}
}
@@ -780,8 +780,8 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> $request_uri ]
- Parameter #1 [ <optional> $base_uri ]
+ Parameter #0 [ <optional> $request_uri = <default> ]
+ Parameter #1 [ <optional> $base_uri = <default> ]
}
}
@@ -842,32 +842,32 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getQuery ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getRequest ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getPost ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getCookie ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
@@ -880,32 +880,32 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getFiles ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method get ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getServer ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getEnv ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
@@ -913,15 +913,15 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #1 [ <optional> $value = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getParam ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
@@ -965,7 +965,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $module ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #1 [ <optional> $format_name = <default> ]
}
}
@@ -973,7 +973,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $controller ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #1 [ <optional> $format_name = <default> ]
}
}
@@ -981,7 +981,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $action ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #1 [ <optional> $format_name = <default> ]
}
}
@@ -1071,11 +1071,11 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [5] {
- Parameter #0 [ <optional> $method ]
- Parameter #1 [ <optional> $module ]
- Parameter #2 [ <optional> $controller ]
- Parameter #3 [ <optional> $action ]
- Parameter #4 [ <optional> $params ]
+ Parameter #0 [ <optional> $method = <default> ]
+ Parameter #1 [ <optional> $module = <default> ]
+ Parameter #2 [ <optional> $controller = <default> ]
+ Parameter #3 [ <optional> $action = <default> ]
+ Parameter #4 [ <optional> $params = <default> ]
}
}
@@ -1136,32 +1136,32 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getQuery ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getRequest ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getPost ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getCookie ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
@@ -1174,32 +1174,32 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getFiles ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method get ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getServer ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getEnv ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
@@ -1207,15 +1207,15 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #1 [ <optional> $value = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getParam ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> $name = <default> ]
+ Parameter #1 [ <optional> $default = <default> ]
}
}
@@ -1259,7 +1259,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $module ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #1 [ <optional> $format_name = <default> ]
}
}
@@ -1267,7 +1267,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $controller ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #1 [ <optional> $format_name = <default> ]
}
}
@@ -1275,7 +1275,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $action ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #1 [ <optional> $format_name = <default> ]
}
}
@@ -1345,7 +1345,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
}
- Class [ <internal:yaf> abstract class Yaf_Response_Abstract ] {
+ Class [ <internal:yaf> abstract class Yaf_Response_Abstract implements Stringable ] {
- Constants [1] {
Constant [ public string DEFAULT_BODY ] { content }
@@ -1367,17 +1367,18 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
}
- Method [ <internal:yaf> public method __toString ] {
+ Method [ <internal:yaf, prototype Stringable> public method __toString ] {
- Parameters [0] {
}
+ - Return [ string ]
}
Method [ <internal:yaf> public method setBody ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = <default> ]
}
}
@@ -1385,7 +1386,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = <default> ]
}
}
@@ -1393,21 +1394,21 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = <default> ]
}
}
Method [ <internal:yaf> public method clearBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
Method [ <internal:yaf> public method getBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -1419,7 +1420,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
}
- Class [ <internal:yaf> class Yaf_Response_Http extends Yaf_Response_Abstract ] {
+ Class [ <internal:yaf> class Yaf_Response_Http extends Yaf_Response_Abstract implements Stringable ] {
- Constants [1] {
Constant [ public string DEFAULT_BODY ] { content }
@@ -1440,8 +1441,8 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [4] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $rep ]
- Parameter #3 [ <optional> $response_code ]
+ Parameter #2 [ <optional> $rep = <default> ]
+ Parameter #3 [ <optional> $response_code = <default> ]
}
}
@@ -1455,7 +1456,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> public method getHeader ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -1484,17 +1485,18 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
}
- Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method __toString ] {
+ Method [ <internal:yaf, inherits Yaf_Response_Abstract, prototype Stringable> public method __toString ] {
- Parameters [0] {
}
+ - Return [ string ]
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method setBody ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = <default> ]
}
}
@@ -1502,7 +1504,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = <default> ]
}
}
@@ -1510,27 +1512,27 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method clearBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method getBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
}
}
- Class [ <internal:yaf> class Yaf_Response_Cli extends Yaf_Response_Abstract ] {
+ Class [ <internal:yaf> class Yaf_Response_Cli extends Yaf_Response_Abstract implements Stringable ] {
- Constants [1] {
Constant [ public string DEFAULT_BODY ] { content }
@@ -1552,17 +1554,18 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
}
- Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method __toString ] {
+ Method [ <internal:yaf, inherits Yaf_Response_Abstract, prototype Stringable> public method __toString ] {
- Parameters [0] {
}
+ - Return [ string ]
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method setBody ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = <default> ]
}
}
@@ -1570,7 +1573,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = <default> ]
}
}
@@ -1578,21 +1581,21 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method clearBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method getBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -1625,7 +1628,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Parameter #0 [ <required> $request ]
Parameter #1 [ <required> $response ]
Parameter #2 [ <required> $view ]
- Parameter #3 [ <optional> array or NULL $args ]
+ Parameter #3 [ <optional> ?array $args = <default> ]
}
}
@@ -1633,7 +1636,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> array or NULL $parameters ]
+ Parameter #1 [ <optional> ?array $parameters = <default> ]
}
}
@@ -1641,7 +1644,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> array or NULL $parameters ]
+ Parameter #1 [ <optional> ?array $parameters = <default> ]
}
}
@@ -1678,7 +1681,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> public method initView ] {
- Parameters [1] {
- Parameter #0 [ <optional> array or NULL $options ]
+ Parameter #0 [ <optional> ?array $options = <default> ]
}
}
@@ -1699,9 +1702,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [4] {
Parameter #0 [ <required> $module ]
- Parameter #1 [ <optional> $controller ]
- Parameter #2 [ <optional> $action ]
- Parameter #3 [ <optional> array or NULL $parameters ]
+ Parameter #1 [ <optional> $controller = <default> ]
+ Parameter #2 [ <optional> $action = <default> ]
+ Parameter #3 [ <optional> ?array $parameters = <default> ]
}
}
@@ -1739,7 +1742,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [1] {
- Property [ <default> protected $_controller ]
+ Property [ protected $_controller = NULL ]
}
- Methods [18] {
@@ -1767,7 +1770,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Parameter #0 [ <required> $request ]
Parameter #1 [ <required> $response ]
Parameter #2 [ <required> $view ]
- Parameter #3 [ <optional> array or NULL $args ]
+ Parameter #3 [ <optional> ?array $args = <default> ]
}
}
@@ -1775,7 +1778,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> array or NULL $parameters ]
+ Parameter #1 [ <optional> ?array $parameters = <default> ]
}
}
@@ -1783,7 +1786,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> array or NULL $parameters ]
+ Parameter #1 [ <optional> ?array $parameters = <default> ]
}
}
@@ -1820,7 +1823,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method initView ] {
- Parameters [1] {
- Parameter #0 [ <optional> array or NULL $options ]
+ Parameter #0 [ <optional> ?array $options = <default> ]
}
}
@@ -1841,9 +1844,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [4] {
Parameter #0 [ <required> $module ]
- Parameter #1 [ <optional> $controller ]
- Parameter #2 [ <optional> $action ]
- Parameter #3 [ <optional> array or NULL $parameters ]
+ Parameter #1 [ <optional> $controller = <default> ]
+ Parameter #2 [ <optional> $action = <default> ]
+ Parameter #3 [ <optional> ?array $parameters = <default> ]
}
}
@@ -1887,7 +1890,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> public method get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -1950,14 +1953,14 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> public method __get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
Method [ <internal:yaf, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -2011,14 +2014,14 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $config_file ]
- Parameter #1 [ <optional> $section ]
+ Parameter #1 [ <optional> $section = <default> ]
}
}
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -2039,7 +2042,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -2118,7 +2121,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, inherits Yaf_Config_Abstract> public method __get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -2150,7 +2153,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $config ]
- Parameter #1 [ <optional> $readonly ]
+ Parameter #1 [ <optional> $readonly = <default> ]
}
}
@@ -2194,7 +2197,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, inherits Yaf_Config_Abstract> public method get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -2250,14 +2253,14 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, inherits Yaf_Config_Abstract> public method __get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -2289,7 +2292,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #1 [ <optional> $value = <default> ]
}
}
@@ -2297,7 +2300,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> $tpl_vars ]
+ Parameter #1 [ <optional> $tpl_vars = <default> ]
}
}
@@ -2305,7 +2308,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> $tpl_vars ]
+ Parameter #1 [ <optional> $tpl_vars = <default> ]
}
}
@@ -2319,7 +2322,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> abstract public method getScriptPath ] {
- Parameters [1] {
- Parameter #0 [ <optional> $request ]
+ Parameter #0 [ <optional> $request = <default> ]
}
}
}
@@ -2344,14 +2347,14 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $template_dir ]
- Parameter #1 [ <optional> array or NULL $options ]
+ Parameter #1 [ <optional> ?array $options = <default> ]
}
}
Method [ <internal:yaf> public method get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -2359,7 +2362,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #1 [ <optional> $value = <default> ]
}
}
@@ -2367,7 +2370,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> $tpl_vars ]
+ Parameter #1 [ <optional> $tpl_vars = <default> ]
}
}
@@ -2375,7 +2378,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $tpl_str ]
- Parameter #1 [ <optional> $vars ]
+ Parameter #1 [ <optional> $vars = <default> ]
}
}
@@ -2383,7 +2386,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> $tpl_vars ]
+ Parameter #1 [ <optional> $tpl_vars = <default> ]
}
}
@@ -2398,7 +2401,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf> public method clear ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -2412,14 +2415,14 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, prototype Yaf_View_Interface> public method getScriptPath ] {
- Parameters [1] {
- Parameter #0 [ <optional> $request ]
+ Parameter #0 [ <optional> $request = <default> ]
}
}
Method [ <internal:yaf> public method __get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = <default> ]
}
}
@@ -2427,7 +2430,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #1 [ <optional> $value = <default> ]
}
}
}
@@ -2523,7 +2526,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> ?array $query = <default> ]
}
}
}
@@ -2562,7 +2565,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> ?array $query = <default> ]
}
}
}
@@ -2603,7 +2606,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> ?array $query = <default> ]
}
}
}
@@ -2642,7 +2645,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> ?array $query = <default> ]
}
}
}
@@ -2668,7 +2671,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [3] {
Parameter #0 [ <required> $match ]
Parameter #1 [ <required> array $route ]
- Parameter #2 [ <optional> array or NULL $verify ]
+ Parameter #2 [ <optional> ?array $verify = <default> ]
}
}
@@ -2690,7 +2693,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> ?array $query = <default> ]
}
}
}
@@ -2716,9 +2719,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [5] {
Parameter #0 [ <required> $match ]
Parameter #1 [ <required> array $route ]
- Parameter #2 [ <optional> array or NULL $map ]
- Parameter #3 [ <optional> array or NULL $verify ]
- Parameter #4 [ <optional> $reverse ]
+ Parameter #2 [ <optional> ?array $map = <default> ]
+ Parameter #3 [ <optional> ?array $verify = <default> ]
+ Parameter #4 [ <optional> $reverse = <default> ]
}
}
@@ -2740,7 +2743,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> ?array $query = <default> ]
}
}
}
@@ -2764,8 +2767,8 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> $controller_prefer ]
- Parameter #1 [ <optional> $delimiter ]
+ Parameter #0 [ <optional> $controller_prefer = <default> ]
+ Parameter #1 [ <optional> $delimiter = <default> ]
}
}
@@ -2780,7 +2783,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> ?array $query = <default> ]
}
}
}
@@ -3042,23 +3045,38 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
Method [ <internal:Core, inherits Iterator> abstract public method current ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Iterator> abstract public method next ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Iterator> abstract public method key ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Iterator> abstract public method valid ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Iterator> abstract public method rewind ] {
+
+ - Parameters [0] {
+ }
}
}
}
- Class [ <internal:yaf> class Yaf_Exception extends Exception implements Throwable ] {
+ Class [ <internal:yaf> class Yaf_Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -3070,53 +3088,87 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $message = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $previous = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:yaf> class Yaf_Exception_StartupError extends Yaf_Exception implements Throwable ] {
+ Class [ <internal:yaf> class Yaf_Exception_StartupError extends Yaf_Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -3128,53 +3180,87 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $message = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $previous = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:yaf> class Yaf_Exception_RouterFailed extends Yaf_Exception implements Throwable ] {
+ Class [ <internal:yaf> class Yaf_Exception_RouterFailed extends Yaf_Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -3186,53 +3272,87 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $message = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $previous = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:yaf> class Yaf_Exception_DispatchFailed extends Yaf_Exception implements Throwable ] {
+ Class [ <internal:yaf> class Yaf_Exception_DispatchFailed extends Yaf_Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -3244,53 +3364,87 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $message = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $previous = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:yaf> class Yaf_Exception_LoadFailed extends Yaf_Exception implements Throwable ] {
+ Class [ <internal:yaf> class Yaf_Exception_LoadFailed extends Yaf_Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -3302,53 +3456,87 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $message = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $previous = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Module extends Yaf_Exception_LoadFailed implements Throwable ] {
+ Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Module extends Yaf_Exception_LoadFailed implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -3360,53 +3548,87 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $message = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $previous = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Controller extends Yaf_Exception_LoadFailed implements Throwable ] {
+ Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Controller extends Yaf_Exception_LoadFailed implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -3418,53 +3640,87 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $message = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $previous = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Action extends Yaf_Exception_LoadFailed implements Throwable ] {
+ Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Action extends Yaf_Exception_LoadFailed implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -3476,53 +3732,87 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $message = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $previous = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:yaf> class Yaf_Exception_LoadFailed_View extends Yaf_Exception_LoadFailed implements Throwable ] {
+ Class [ <internal:yaf> class Yaf_Exception_LoadFailed_View extends Yaf_Exception_LoadFailed implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -3534,53 +3824,87 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $message = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $previous = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:yaf> class Yaf_Exception_TypeError extends Yaf_Exception implements Throwable ] {
+ Class [ <internal:yaf> class Yaf_Exception_TypeError extends Yaf_Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -3592,48 +3916,82 @@ Extension [ <persistent> extension #121 yaf version 3.3.3 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ protected $message = NULL ]
+ Property [ protected $code = 0 ]
+ Property [ protected $previous = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}