summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION1484
1 files changed, 1068 insertions, 416 deletions
diff --git a/REFLECTION b/REFLECTION
index 2cd60f1..a7c4f0c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
+Extension [ <persistent> extension #125 yaf version 3.3.5 ] {
- Dependencies {
Dependency [ spl (Required) ]
@@ -37,7 +37,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Constants [13] {
- Constant [ string YAF_VERSION ] { 3.3.1 }
+ Constant [ string YAF_VERSION ] { 3.3.5 }
Constant [ string YAF_ENVIRON ] { product }
Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 }
Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 }
@@ -61,23 +61,31 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Static properties [0] {
}
- - Static methods [1] {
+ - Static methods [2] {
Method [ <internal:yaf> static public method app ] {
- Parameters [0] {
}
+ - Return [ ?object ]
+ }
+
+ Method [ <internal:yaf> static public method getInstance ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?object ]
}
}
- Properties [0] {
}
- - Methods [14] {
+ - Methods [13] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <required> $config ]
- Parameter #1 [ <optional> $environ ]
+ Parameter #0 [ <required> array|string $config ]
+ Parameter #1 [ <optional> string $environ = NULL ]
}
}
@@ -85,82 +93,86 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [0] {
}
+ - Return [ object|false ]
}
Method [ <internal:yaf> public method execute ] {
- - Parameters [2] {
- Parameter #0 [ <required> $entry ]
- Parameter #1 [ <required> $... ]
+ - Parameters [1] {
+ Parameter #0 [ <required> mixed $callback ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method environ ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method bootstrap ] {
- - Parameters [1] {
- Parameter #0 [ <optional> $bootstrap ]
+ - Parameters [0] {
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method getConfig ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getModules ] {
- Parameters [0] {
}
+ - Return [ ?array ]
}
Method [ <internal:yaf> public method getDispatcher ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method setAppDirectory ] {
- Parameters [1] {
- Parameter #0 [ <required> $directory ]
+ Parameter #0 [ <required> string $directory ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method getAppDirectory ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method getLastErrorNo ] {
- Parameters [0] {
}
+ - Return [ ?int ]
}
Method [ <internal:yaf> public method getLastErrorMsg ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method clearLastError ] {
- Parameters [0] {
}
- }
-
- Method [ <internal:yaf> public method getInstance ] {
-
- - Parameters [0] {
- }
+ - Return [ ?object ]
}
}
}
@@ -196,6 +208,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
}
@@ -213,161 +226,185 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method disableView ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method initView ] {
- Parameters [2] {
- Parameter #0 [ <required> $templates_dir ]
- Parameter #1 [ <optional> array or NULL $options ]
+ Parameter #0 [ <required> string $templates_dir ]
+ Parameter #1 [ <optional> array $options = NULL ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method setView ] {
- Parameters [1] {
- Parameter #0 [ <required> $view ]
+ Parameter #0 [ <required> object $view ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method setRequest ] {
- Parameters [1] {
- Parameter #0 [ <required> $request ]
+ Parameter #0 [ <required> object $request ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method setResponse ] {
- Parameters [1] {
- Parameter #0 [ <required> $response ]
+ Parameter #0 [ <required> object $response ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getApplication ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getRouter ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getResponse ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getRequest ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getDefaultModule ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method getDefaultController ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method getDefaultAction ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method setErrorHandler ] {
- Parameters [2] {
- Parameter #0 [ <required> $callback ]
- Parameter #1 [ <optional> $error_types ]
+ Parameter #0 [ <required> mixed $callback ]
+ Parameter #1 [ <optional> int $error_types = 0 ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method setDefaultModule ] {
- Parameters [1] {
- Parameter #0 [ <required> $module ]
+ Parameter #0 [ <required> string $module ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method setDefaultController ] {
- Parameters [1] {
- Parameter #0 [ <required> $controller ]
+ Parameter #0 [ <required> string $controller ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method setDefaultAction ] {
- Parameters [1] {
- Parameter #0 [ <required> $action ]
+ Parameter #0 [ <required> string $action ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method returnResponse ] {
- Parameters [1] {
- Parameter #0 [ <required> $flag ]
+ Parameter #0 [ <optional> bool $flag = false ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method autoRender ] {
- Parameters [1] {
- Parameter #0 [ <optional> $flag ]
+ Parameter #0 [ <optional> ?bool $flag = NULL ]
}
+ - Return [ object|bool|null ]
}
Method [ <internal:yaf> public method flushInstantly ] {
- Parameters [1] {
- Parameter #0 [ <optional> $flag ]
+ Parameter #0 [ <optional> ?bool $flag = NULL ]
}
+ - Return [ object|bool|null ]
}
Method [ <internal:yaf> public method dispatch ] {
- Parameters [1] {
- Parameter #0 [ <required> $request ]
+ Parameter #0 [ <required> object $request ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method throwException ] {
- Parameters [1] {
- Parameter #0 [ <optional> $flag ]
+ Parameter #0 [ <optional> ?bool $flag = NULL ]
}
+ - Return [ object|bool|null ]
}
Method [ <internal:yaf> public method catchException ] {
- Parameters [1] {
- Parameter #0 [ <optional> $flag ]
+ Parameter #0 [ <optional> ?bool $flag = NULL ]
}
+ - Return [ object|bool|null ]
}
Method [ <internal:yaf> public method registerPlugin ] {
- Parameters [1] {
- Parameter #0 [ <required> $plugin ]
+ Parameter #0 [ <required> object $plugin ]
}
+ - Return [ object|false|null ]
}
}
}
@@ -384,8 +421,8 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
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 +455,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> $namespace ]
- Parameter #1 [ <optional> $path ]
+ Parameter #1 [ <optional> $path = <default> ]
}
}
@@ -452,14 +489,14 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- 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 +504,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> $namespace ]
- Parameter #1 [ <optional> $path ]
+ Parameter #1 [ <optional> $path = <default> ]
}
}
@@ -500,264 +537,303 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method isPost ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method isDelete ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method isPatch ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method isPut ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method isHead ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method isOptions ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method isCli ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method isXmlHttpRequest ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method getQuery ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method getRequest ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method getPost ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method getCookie ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method getRaw ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method getFiles ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method get ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method getServer ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method getEnv ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method setParam ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #0 [ <required> mixed $name ]
+ Parameter #1 [ <optional> mixed $value = NULL ]
}
+ - Return [ object|bool|null ]
}
Method [ <internal:yaf> public method getParam ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method getParams ] {
- Parameters [0] {
}
+ - Return [ ?array ]
}
Method [ <internal:yaf> public method clearParams ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getException ] {
- Parameters [0] {
}
+ - Return [ ?Exception ]
}
Method [ <internal:yaf> public method getModuleName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method getControllerName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method getActionName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method setModuleName ] {
- Parameters [2] {
- Parameter #0 [ <required> $module ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #0 [ <required> string $module ]
+ Parameter #1 [ <optional> bool $format_name = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method setControllerName ] {
- Parameters [2] {
- Parameter #0 [ <required> $controller ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #0 [ <required> string $controller ]
+ Parameter #1 [ <optional> bool $format_name = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method setActionName ] {
- Parameters [2] {
- Parameter #0 [ <required> $action ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #0 [ <required> string $action ]
+ Parameter #1 [ <optional> bool $format_name = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getMethod ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method getLanguage ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method setBaseUri ] {
- Parameters [1] {
- Parameter #0 [ <required> $uri ]
+ Parameter #0 [ <required> string $uir ]
}
+ - Return [ object|false ]
}
Method [ <internal:yaf> public method getBaseUri ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method getRequestUri ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method setRequestUri ] {
- Parameters [1] {
- Parameter #0 [ <required> $uri ]
+ Parameter #0 [ <required> string $uir ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> final public method isDispatched ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> final public method setDispatched ] {
- Parameters [1] {
- Parameter #0 [ <required> $dispatched ]
+ Parameter #0 [ <optional> bool $flag = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> final public method isRouted ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> final public method setRouted ] {
- Parameters [1] {
- Parameter #0 [ <required> $flag ]
+ Parameter #0 [ <optional> bool $flag = true ]
}
+ - Return [ ?object ]
}
}
}
@@ -780,8 +856,8 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> $request_uri ]
- Parameter #1 [ <optional> $base_uri ]
+ Parameter #0 [ <optional> ?string $requestUri = NULL ]
+ Parameter #1 [ <optional> ?string $baseUri = NULL ]
}
}
@@ -789,264 +865,303 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPost ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isDelete ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPatch ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPut ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isHead ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isOptions ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isCli ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isXmlHttpRequest ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getQuery ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getRequest ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getPost ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getCookie ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getRaw ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getFiles ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method get ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getServer ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getEnv ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setParam ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #0 [ <required> mixed $name ]
+ Parameter #1 [ <optional> mixed $value = NULL ]
}
+ - Return [ object|bool|null ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getParam ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getParams ] {
- Parameters [0] {
}
+ - Return [ ?array ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method clearParams ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getException ] {
- Parameters [0] {
}
+ - Return [ ?Exception ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getModuleName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getControllerName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getActionName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setModuleName ] {
- Parameters [2] {
- Parameter #0 [ <required> $module ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #0 [ <required> string $module ]
+ Parameter #1 [ <optional> bool $format_name = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setControllerName ] {
- Parameters [2] {
- Parameter #0 [ <required> $controller ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #0 [ <required> string $controller ]
+ Parameter #1 [ <optional> bool $format_name = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setActionName ] {
- Parameters [2] {
- Parameter #0 [ <required> $action ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #0 [ <required> string $action ]
+ Parameter #1 [ <optional> bool $format_name = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getMethod ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getLanguage ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setBaseUri ] {
- Parameters [1] {
- Parameter #0 [ <required> $uri ]
+ Parameter #0 [ <required> string $uir ]
}
+ - Return [ object|false ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getBaseUri ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getRequestUri ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setRequestUri ] {
- Parameters [1] {
- Parameter #0 [ <required> $uri ]
+ Parameter #0 [ <required> string $uir ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> final public method isDispatched ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> final public method setDispatched ] {
- Parameters [1] {
- Parameter #0 [ <required> $dispatched ]
+ Parameter #0 [ <optional> bool $flag = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> final public method isRouted ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> final public method setRouted ] {
- Parameters [1] {
- Parameter #0 [ <required> $flag ]
+ Parameter #0 [ <optional> bool $flag = true ]
}
+ - Return [ ?object ]
}
}
}
@@ -1071,11 +1186,11 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
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> ?string $method = NULL ]
+ Parameter #1 [ <optional> ?string $module = NULL ]
+ Parameter #2 [ <optional> ?string $controller = NULL ]
+ Parameter #3 [ <optional> ?string $action = NULL ]
+ Parameter #4 [ <optional> ?array $params = NULL ]
}
}
@@ -1083,269 +1198,308 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isGet ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPost ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isDelete ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPatch ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPut ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isHead ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isOptions ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isCli ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getQuery ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getRequest ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getPost ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getCookie ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getRaw ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getFiles ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method get ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getServer ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getEnv ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <optional> string $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setParam ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #0 [ <required> mixed $name ]
+ Parameter #1 [ <optional> mixed $value = NULL ]
}
+ - Return [ object|bool|null ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getParam ] {
- Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $default ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getParams ] {
- Parameters [0] {
}
+ - Return [ ?array ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method clearParams ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getException ] {
- Parameters [0] {
}
+ - Return [ ?Exception ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getModuleName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getControllerName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getActionName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setModuleName ] {
- Parameters [2] {
- Parameter #0 [ <required> $module ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #0 [ <required> string $module ]
+ Parameter #1 [ <optional> bool $format_name = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setControllerName ] {
- Parameters [2] {
- Parameter #0 [ <required> $controller ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #0 [ <required> string $controller ]
+ Parameter #1 [ <optional> bool $format_name = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setActionName ] {
- Parameters [2] {
- Parameter #0 [ <required> $action ]
- Parameter #1 [ <optional> $format_name ]
+ Parameter #0 [ <required> string $action ]
+ Parameter #1 [ <optional> bool $format_name = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getMethod ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getLanguage ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setBaseUri ] {
- Parameters [1] {
- Parameter #0 [ <required> $uri ]
+ Parameter #0 [ <required> string $uir ]
}
+ - Return [ object|false ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getBaseUri ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getRequestUri ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setRequestUri ] {
- Parameters [1] {
- Parameter #0 [ <required> $uri ]
+ Parameter #0 [ <required> string $uir ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> final public method isDispatched ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> final public method setDispatched ] {
- Parameters [1] {
- Parameter #0 [ <required> $dispatched ]
+ Parameter #0 [ <optional> bool $flag = true ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> final public method isRouted ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Request_Abstract> final public method setRouted ] {
- Parameters [1] {
- Parameter #0 [ <required> $flag ]
+ Parameter #0 [ <optional> bool $flag = true ]
}
+ - Return [ ?object ]
}
}
}
- 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 +1521,18 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
}
- 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 = NULL ]
}
}
@@ -1385,7 +1540,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = NULL ]
}
}
@@ -1393,22 +1548,23 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = NULL ]
}
}
Method [ <internal:yaf> public method clearBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = NULL ]
}
}
Method [ <internal:yaf> public method getBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> string $name = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method response ] {
@@ -1419,7 +1575,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
}
- 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 }
@@ -1438,44 +1594,50 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf> public method setHeader ] {
- Parameters [4] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $rep ]
- Parameter #3 [ <optional> $response_code ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> string $value ]
+ Parameter #2 [ <optional> bool $replace = 0 ]
+ Parameter #3 [ <optional> int $response_code = 0 ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> public method setAllHeaders ] {
- Parameters [1] {
- Parameter #0 [ <required> $headers ]
+ Parameter #0 [ <required> array $headers ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> public method getHeader ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> string $name = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method clearHeaders ] {
- Parameters [0] {
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method setRedirect ] {
- Parameters [1] {
- Parameter #0 [ <required> $url ]
+ Parameter #0 [ <required> string $url ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf, overwrites Yaf_Response_Abstract, prototype Yaf_Response_Abstract> public method response ] {
- Parameters [0] {
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract, ctor> public method __construct ] {
@@ -1484,17 +1646,18 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
}
- 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 = NULL ]
}
}
@@ -1502,7 +1665,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = NULL ]
}
}
@@ -1510,27 +1673,28 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = NULL ]
}
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method clearBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = NULL ]
}
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method getBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> string $name = NULL ]
}
+ - Return [ mixed ]
}
}
}
- 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 +1716,18 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
}
- 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 = NULL ]
}
}
@@ -1570,7 +1735,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = NULL ]
}
}
@@ -1578,22 +1743,23 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> $body ]
- Parameter #1 [ <optional> $name ]
+ Parameter #1 [ <optional> $name = NULL ]
}
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method clearBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> $name = NULL ]
}
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method getBody ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> string $name = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method response ] {
@@ -1621,108 +1787,118 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Methods [15] {
Method [ <internal:yaf, ctor> public method __construct ] {
- - Parameters [4] {
- Parameter #0 [ <required> $request ]
- Parameter #1 [ <required> $response ]
- Parameter #2 [ <required> $view ]
- Parameter #3 [ <optional> array or NULL $args ]
+ - Parameters [0] {
}
}
Method [ <internal:yaf> protected method render ] {
- Parameters [2] {
- Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> array or NULL $parameters ]
+ Parameter #0 [ <required> string $tpl ]
+ Parameter #1 [ <optional> array $parameters = NULL ]
}
+ - Return [ string|bool|null ]
}
Method [ <internal:yaf> protected method display ] {
- Parameters [2] {
- Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> array or NULL $parameters ]
+ Parameter #0 [ <required> string $tpl ]
+ Parameter #1 [ <optional> array $parameters = NULL ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> public method getRequest ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getResponse ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getView ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method getModuleName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method initView ] {
- Parameters [1] {
- Parameter #0 [ <optional> array or NULL $options ]
+ Parameter #0 [ <optional> array $options = NULL ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method setViewpath ] {
- Parameters [1] {
- Parameter #0 [ <required> $view_directory ]
+ Parameter #0 [ <required> string $view_directory ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> public method getViewpath ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method forward ] {
- Parameters [4] {
- Parameter #0 [ <required> $module ]
- Parameter #1 [ <optional> $controller ]
- Parameter #2 [ <optional> $action ]
- Parameter #3 [ <optional> array or NULL $parameters ]
+ Parameter #0 [ <required> mixed $args1 ]
+ Parameter #1 [ <optional> mixed $args2 = NULL ]
+ Parameter #2 [ <optional> mixed $args3 = NULL ]
+ Parameter #3 [ <optional> mixed $args4 = NULL ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> public method redirect ] {
- Parameters [1] {
- Parameter #0 [ <required> $url ]
+ Parameter #0 [ <required> string $url ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> public method getInvokeArgs ] {
- Parameters [0] {
}
+ - Return [ ?array ]
}
Method [ <internal:yaf> public method getInvokeArg ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ ?string ]
}
}
}
@@ -1739,7 +1915,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [1] {
- Property [ <default> protected $_controller ]
+ Property [ protected $_controller = NULL ]
}
- Methods [18] {
@@ -1753,118 +1929,130 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method getControllerName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract, ctor> public method __construct ] {
- - Parameters [4] {
- Parameter #0 [ <required> $request ]
- Parameter #1 [ <required> $response ]
- Parameter #2 [ <required> $view ]
- Parameter #3 [ <optional> array or NULL $args ]
+ - Parameters [0] {
}
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> protected method render ] {
- Parameters [2] {
- Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> array or NULL $parameters ]
+ Parameter #0 [ <required> string $tpl ]
+ Parameter #1 [ <optional> array $parameters = NULL ]
}
+ - Return [ string|bool|null ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> protected method display ] {
- Parameters [2] {
- Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> array or NULL $parameters ]
+ Parameter #0 [ <required> string $tpl ]
+ Parameter #1 [ <optional> array $parameters = NULL ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getRequest ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getResponse ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getView ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getModuleName ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method initView ] {
- Parameters [1] {
- Parameter #0 [ <optional> array or NULL $options ]
+ Parameter #0 [ <optional> array $options = NULL ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method setViewpath ] {
- Parameters [1] {
- Parameter #0 [ <required> $view_directory ]
+ Parameter #0 [ <required> string $view_directory ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getViewpath ] {
- Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method forward ] {
- Parameters [4] {
- Parameter #0 [ <required> $module ]
- Parameter #1 [ <optional> $controller ]
- Parameter #2 [ <optional> $action ]
- Parameter #3 [ <optional> array or NULL $parameters ]
+ Parameter #0 [ <required> mixed $args1 ]
+ Parameter #1 [ <optional> mixed $args2 = NULL ]
+ Parameter #2 [ <optional> mixed $args3 = NULL ]
+ Parameter #3 [ <optional> mixed $args4 = NULL ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method redirect ] {
- Parameters [1] {
- Parameter #0 [ <required> $url ]
+ Parameter #0 [ <required> string $url ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getInvokeArgs ] {
- Parameters [0] {
}
+ - Return [ ?array ]
}
Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getInvokeArg ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ ?string ]
}
}
}
@@ -1887,107 +2075,123 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf> public method get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> ?string $name = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, prototype Countable> public method count ] {
- Parameters [0] {
}
+ - Return [ int ]
}
Method [ <internal:yaf> public method toArray ] {
- Parameters [0] {
}
+ - Return [ array ]
}
Method [ <internal:yaf, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ void ]
}
Method [ <internal:yaf, prototype Iterator> public method rewind ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:yaf, prototype Iterator> public method current ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, prototype Iterator> public method key ] {
- Parameters [0] {
}
+ - Return [ string|int|bool|null ]
}
Method [ <internal:yaf, prototype Iterator> public method next ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:yaf, prototype Iterator> public method valid ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method __isset ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method __get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ bool ]
}
Method [ <internal:yaf, prototype ArrayAccess> abstract public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ void ]
}
Method [ <internal:yaf> abstract public method set ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ bool ]
}
Method [ <internal:yaf> abstract public method readonly ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
}
}
@@ -2010,123 +2214,140 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <required> $config_file ]
- Parameter #1 [ <optional> $section ]
+ Parameter #0 [ <required> array|string $config_file ]
+ Parameter #1 [ <optional> ?string $section = NULL ]
}
}
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> ?string $name = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method set ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ bool ]
}
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method readonly ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ void ]
}
Method [ <internal:yaf> public method __set ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ void ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Countable> public method count ] {
- Parameters [0] {
}
+ - Return [ int ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract> public method toArray ] {
- Parameters [0] {
}
+ - Return [ array ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ void ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Iterator> public method rewind ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Iterator> public method current ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Iterator> public method key ] {
- Parameters [0] {
}
+ - Return [ string|int|bool|null ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Iterator> public method next ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Iterator> public method valid ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract> public method __isset ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract> public method __get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ bool ]
}
}
}
@@ -2149,123 +2370,140 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <required> $config ]
- Parameter #1 [ <optional> $readonly ]
+ Parameter #0 [ <required> array|string $config_file ]
+ Parameter #1 [ <optional> ?string $section = NULL ]
}
}
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method set ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ bool ]
}
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method readonly ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ void ]
}
Method [ <internal:yaf> public method __set ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ void ]
}
Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ void ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract> public method get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> ?string $name = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Countable> public method count ] {
- Parameters [0] {
}
+ - Return [ int ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract> public method toArray ] {
- Parameters [0] {
}
+ - Return [ array ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Iterator> public method rewind ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Iterator> public method current ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Iterator> public method key ] {
- Parameters [0] {
}
+ - Return [ string|int|bool|null ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Iterator> public method next ] {
- Parameters [0] {
}
+ - Return [ void ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype Iterator> public method valid ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract> public method __isset ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ bool ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract> public method __get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, inherits Yaf_Config_Abstract, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ bool ]
}
}
}
@@ -2288,38 +2526,37 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf> abstract public method assign ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <optional> mixed $value = NULL ]
}
}
Method [ <internal:yaf> abstract public method display ] {
- Parameters [2] {
- Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> $tpl_vars ]
+ Parameter #0 [ <required> string $tpl ]
+ Parameter #1 [ <optional> array $tpl_vars = NULL ]
}
}
Method [ <internal:yaf> abstract public method render ] {
- Parameters [2] {
- Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> $tpl_vars ]
+ Parameter #0 [ <required> string $tpl ]
+ Parameter #1 [ <optional> array $tpl_vars = NULL ]
}
}
Method [ <internal:yaf> abstract public method setScriptPath ] {
- Parameters [1] {
- Parameter #0 [ <required> $template_dir ]
+ Parameter #0 [ <required> string $template_dir ]
}
}
Method [ <internal:yaf> abstract public method getScriptPath ] {
- - Parameters [1] {
- Parameter #0 [ <optional> $request ]
+ - Parameters [0] {
}
}
}
@@ -2343,92 +2580,102 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf, ctor> final public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <required> $template_dir ]
- Parameter #1 [ <optional> array or NULL $options ]
+ Parameter #0 [ <required> string $tempalte_dir ]
+ Parameter #1 [ <optional> array $options = NULL ]
}
}
Method [ <internal:yaf> public method get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> string $name = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, prototype Yaf_View_Interface> public method assign ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #0 [ <optional> mixed $name = NULL ]
+ Parameter #1 [ <optional> mixed $default = NULL ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf, prototype Yaf_View_Interface> public method render ] {
- Parameters [2] {
- Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> $tpl_vars ]
+ Parameter #0 [ <required> string $tpl ]
+ Parameter #1 [ <optional> ?array $tpl_vars = NULL ]
}
+ - Return [ string|false|null ]
}
Method [ <internal:yaf> public method eval ] {
- Parameters [2] {
- Parameter #0 [ <required> $tpl_str ]
- Parameter #1 [ <optional> $vars ]
+ Parameter #0 [ <required> string $tpl_str ]
+ Parameter #1 [ <optional> ?array $vars = NULL ]
}
+ - Return [ string|false|null ]
}
Method [ <internal:yaf, prototype Yaf_View_Interface> public method display ] {
- Parameters [2] {
- Parameter #0 [ <required> $tpl ]
- Parameter #1 [ <optional> $tpl_vars ]
+ Parameter #0 [ <required> string $tpl ]
+ Parameter #1 [ <optional> ?array $tpl_vars = NULL ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> public method assignRef ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> &$value ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> mixed &$value ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method clear ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> string $name = NULL ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf, prototype Yaf_View_Interface> public method setScriptPath ] {
- Parameters [1] {
- Parameter #0 [ <required> $template_dir ]
+ Parameter #0 [ <required> string $template_dir ]
}
+ - Return [ object|bool|null ]
}
Method [ <internal:yaf, prototype Yaf_View_Interface> public method getScriptPath ] {
- - Parameters [1] {
- Parameter #0 [ <optional> $request ]
+ - Parameters [0] {
}
+ - Return [ ?string ]
}
Method [ <internal:yaf> public method __get ] {
- Parameters [1] {
- Parameter #0 [ <optional> $name ]
+ Parameter #0 [ <optional> string $name = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method __set ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ void ]
}
}
}
@@ -2457,42 +2704,48 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf> public method addRoute ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $route ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> object $route ]
}
+ - Return [ ?object ]
}
Method [ <internal:yaf> public method addConfig ] {
- Parameters [1] {
- Parameter #0 [ <required> $config ]
+ Parameter #0 [ <required> object|array $config ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method route ] {
- Parameters [1] {
- Parameter #0 [ <required> $request ]
+ Parameter #0 [ <required> object $request ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> public method getRoute ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf> public method getRoutes ] {
- Parameters [0] {
}
+ - Return [ ?array ]
}
Method [ <internal:yaf> public method getCurrentRoute ] {
- Parameters [0] {
}
+ - Return [ string|int|null ]
}
}
}
@@ -2523,7 +2776,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> array $query = NULL ]
}
}
}
@@ -2547,8 +2800,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf> public method match ] {
- Parameters [1] {
- Parameter #0 [ <required> $uri ]
+ Parameter #0 [ <required> string $uri ]
}
+ - Return [ bool ]
}
Method [ <internal:yaf, prototype Yaf_Route_Interface> public method route ] {
@@ -2562,8 +2816,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> array $query = NULL ]
}
+ - Return [ string|false|null ]
}
}
}
@@ -2586,9 +2841,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <required> $module_name ]
- Parameter #1 [ <required> $controller_name ]
- Parameter #2 [ <required> $action_name ]
+ Parameter #0 [ <required> string $module_name ]
+ Parameter #1 [ <required> string $controller_name ]
+ Parameter #2 [ <required> string $action_name ]
}
}
@@ -2603,8 +2858,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> array $query = NULL ]
}
+ - Return [ string|false|null ]
}
}
}
@@ -2627,7 +2883,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <required> $supervar_name ]
+ Parameter #0 [ <required> string $supervar_name ]
}
}
@@ -2642,8 +2898,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> array $query = NULL ]
}
+ - Return [ string|false|null ]
}
}
}
@@ -2666,17 +2923,18 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <required> $match ]
+ Parameter #0 [ <required> string $match ]
Parameter #1 [ <required> array $route ]
- Parameter #2 [ <optional> array or NULL $verify ]
+ Parameter #2 [ <optional> array $verify = NULL ]
}
}
Method [ <internal:yaf> public method match ] {
- Parameters [1] {
- Parameter #0 [ <required> $uri ]
+ Parameter #0 [ <required> string $uri ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf, prototype Yaf_Route_Interface> public method route ] {
@@ -2690,8 +2948,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> array $query = NULL ]
}
+ - Return [ string|false|null ]
}
}
}
@@ -2714,19 +2973,20 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [5] {
- Parameter #0 [ <required> $match ]
+ Parameter #0 [ <required> string $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 = NULL ]
+ Parameter #3 [ <optional> array $verify = NULL ]
+ Parameter #4 [ <optional> string $reverse = NULL ]
}
}
Method [ <internal:yaf> public method match ] {
- Parameters [1] {
- Parameter #0 [ <required> $uri ]
+ Parameter #0 [ <required> string $uri ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf, prototype Yaf_Route_Interface> public method route ] {
@@ -2740,8 +3000,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> array $query = NULL ]
}
+ - Return [ string|false|null ]
}
}
}
@@ -2764,8 +3025,8 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> $controller_prefer ]
- Parameter #1 [ <optional> $delimiter ]
+ Parameter #0 [ <optional> bool $controller_prefer = 1 ]
+ Parameter #1 [ <optional> string $delimiter = "" ]
}
}
@@ -2780,8 +3041,9 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [2] {
Parameter #0 [ <required> array $info ]
- Parameter #1 [ <optional> array or NULL $query ]
+ Parameter #1 [ <optional> array $query = NULL ]
}
+ - Return [ string|false|null ]
}
}
}
@@ -2871,30 +3133,34 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
Method [ <internal:yaf> static public method get ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> static public method has ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> static public method set ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> static public method del ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ ?bool ]
}
}
@@ -2923,6 +3189,7 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [0] {
}
+ - Return [ ?object ]
}
}
@@ -2940,125 +3207,160 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
- Parameters [0] {
}
+ - Return [ object ]
}
Method [ <internal:yaf> public method get ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <optional> string $name = NULL ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method has ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> public method set ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf> public method del ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ ?bool ]
}
Method [ <internal:yaf, prototype Countable> public method count ] {
- Parameters [0] {
}
+ - Return [ int ]
}
Method [ <internal:yaf> public method clear ] {
- Parameters [0] {
}
+ - Return [ object|false|null ]
}
Method [ <internal:yaf, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> mixed $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ void ]
}
Method [ <internal:yaf, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ bool ]
}
- Method [ <internal:yaf, prototype ArrayAccess> public method offsetUnset ] {
+ Method [ <internal:yaf, prototype ArrayAccess> public method offsetUnSet ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> mixed $name ]
}
+ - Return [ void ]
}
Method [ <internal:yaf> public method __get ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ mixed ]
}
Method [ <internal:yaf> public method __isset ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ bool ]
}
Method [ <internal:yaf> public method __set ] {
- Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
+ Parameter #0 [ <required> string $name ]
+ Parameter #1 [ <required> mixed $value ]
}
+ - Return [ void ]
}
Method [ <internal:yaf> public method __unset ] {
- Parameters [1] {
- Parameter #0 [ <required> $name ]
+ Parameter #0 [ <required> string $name ]
}
+ - Return [ void ]
}
Method [ <internal:Core, inherits Iterator> abstract public method current ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ mixed ]
}
Method [ <internal:Core, inherits Iterator> abstract public method next ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
}
Method [ <internal:Core, inherits Iterator> abstract public method key ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ mixed ]
}
Method [ <internal:Core, inherits Iterator> abstract public method valid ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ bool ]
}
Method [ <internal:Core, inherits Iterator> abstract public method rewind ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
}
}
}
- 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 +3372,88 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ 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] {
+ }
+ - Tentative return [ void ]
}
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 +3465,88 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ 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] {
+ }
+ - Tentative return [ void ]
}
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 +3558,88 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ 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] {
+ }
+ - Tentative return [ void ]
}
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 +3651,88 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ 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] {
+ }
+ - Tentative return [ void ]
}
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 +3744,88 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ 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] {
+ }
+ - Tentative return [ void ]
}
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 +3837,88 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ 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] {
+ }
+ - Tentative return [ void ]
}
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 +3930,88 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ 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] {
+ }
+ - Tentative return [ void ]
}
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 +4023,88 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ 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] {
+ }
+ - Tentative return [ void ]
}
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 +4116,88 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ 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] {
+ }
+ - Tentative return [ void ]
}
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 +4209,83 @@ Extension [ <persistent> extension #121 yaf version 3.3.1 ] {
}
- Properties [5] {
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $previous ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ 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] {
+ }
+ - Tentative return [ void ]
}
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 ]
}
}
}