diff options
| author | Remi Collet <remi@remirepo.net> | 2021-12-16 08:45:28 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-12-16 08:45:28 +0100 | 
| commit | 9cfc49a40233f0e2d3d21cc04410bb5fe13a72ff (patch) | |
| tree | ac3ade983aed19ae615fc473a55d306106c867a1 /REFLECTION | |
| parent | bc8cf7fda0246ff50b6e13c2a18f909ca4d3cbff (diff) | |
update to 3.3.4
drop patch merged upstream
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 869 | 
1 files changed, 574 insertions, 295 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 yaf version 3.3.3 ] { +Extension [ <persistent> extension #120 yaf version 3.3.4 ] {    - Dependencies {      Dependency [ spl (Required) ] @@ -37,7 +37,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {    }    - Constants [13] { -    Constant [ string YAF_VERSION ] { 3.3.3 } +    Constant [ string YAF_VERSION ] { 3.3.4 }      Constant [ string YAF_ENVIRON ] { product }      Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 }      Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 } @@ -66,6 +66,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [0] {            } +          - Return [ ?object ]          }        } @@ -76,8 +77,8 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          Method [ <internal:yaf, ctor> public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <required> $config ] -            Parameter #1 [ <optional> $environ = <default> ] +            Parameter #0 [ <required> array|string $config ] +            Parameter #1 [ <optional> string $environ = NULL ]            }          } @@ -85,82 +86,93 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - 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 = <default> ] +          - 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] {            } +          - Return [ ?object ]          }          Method [ <internal:yaf> public method getInstance ] {            - Parameters [0] {            } +          - Return [ ?object ]          }        }      } @@ -196,6 +208,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [0] {            } +          - Return [ ?object ]          }        } @@ -213,161 +226,185 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - 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 $options = <default> ] +            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 = <default> ] +            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 = <default> ] +            Parameter #0 [ <optional> ?bool $flag = NULL ]            } +          - Return [ object|bool|null ]          }          Method [ <internal:yaf> public method flushInstantly ] {            - Parameters [1] { -            Parameter #0 [ <optional> $flag = <default> ] +            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 = <default> ] +            Parameter #0 [ <optional> ?bool $flag = NULL ]            } +          - Return [ object|bool|null ]          }          Method [ <internal:yaf> public method catchException ] {            - Parameters [1] { -            Parameter #0 [ <optional> $flag = <default> ] +            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 ]          }        }      } @@ -500,264 +537,303 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - 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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] +            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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 #120 yaf version 3.3.3 ] {          Method [ <internal:yaf, ctor> public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <optional> $request_uri = <default> ] -            Parameter #1 [ <optional> $base_uri = <default> ] +            Parameter #0 [ <optional> ?string $requestUri = NULL ] +            Parameter #1 [ <optional> ?string $baseUri = NULL ]            }          } @@ -789,264 +865,303 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - 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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] +            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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 #120 yaf version 3.3.3 ] {          Method [ <internal:yaf, ctor> public method __construct ] {            - Parameters [5] { -            Parameter #0 [ <optional> $method = <default> ] -            Parameter #1 [ <optional> $module = <default> ] -            Parameter #2 [ <optional> $controller = <default> ] -            Parameter #3 [ <optional> $action = <default> ] -            Parameter #4 [ <optional> $params = <default> ] +            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,264 +1198,303 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - 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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] +            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 = <default> ] -            Parameter #1 [ <optional> $default = <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 = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 ]          }        }      } @@ -1378,7 +1532,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> $body ] -            Parameter #1 [ <optional> $name = <default> ] +            Parameter #1 [ <optional> $name = NULL ]            }          } @@ -1386,7 +1540,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> $body ] -            Parameter #1 [ <optional> $name = <default> ] +            Parameter #1 [ <optional> $name = NULL ]            }          } @@ -1394,22 +1548,23 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> $body ] -            Parameter #1 [ <optional> $name = <default> ] +            Parameter #1 [ <optional> $name = NULL ]            }          }          Method [ <internal:yaf> public method clearBody ] {            - Parameters [1] { -            Parameter #0 [ <optional> $name = <default> ] +            Parameter #0 [ <optional> $name = NULL ]            }          }          Method [ <internal:yaf> public method getBody ] {            - Parameters [1] { -            Parameter #0 [ <optional> $name = <default> ] +            Parameter #0 [ <optional> string $name = NULL ]            } +          - Return [ mixed ]          }          Method [ <internal:yaf> public method response ] { @@ -1439,44 +1594,50 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          Method [ <internal:yaf> public method setHeader ] {            - Parameters [4] { -            Parameter #0 [ <required> $name ] -            Parameter #1 [ <required> $value ] -            Parameter #2 [ <optional> $rep = <default> ] -            Parameter #3 [ <optional> $response_code = <default> ] +            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 = <default> ] +            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 ] { @@ -1496,7 +1657,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> $body ] -            Parameter #1 [ <optional> $name = <default> ] +            Parameter #1 [ <optional> $name = NULL ]            }          } @@ -1504,7 +1665,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> $body ] -            Parameter #1 [ <optional> $name = <default> ] +            Parameter #1 [ <optional> $name = NULL ]            }          } @@ -1512,22 +1673,23 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> $body ] -            Parameter #1 [ <optional> $name = <default> ] +            Parameter #1 [ <optional> $name = NULL ]            }          }          Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method clearBody ] {            - Parameters [1] { -            Parameter #0 [ <optional> $name = <default> ] +            Parameter #0 [ <optional> $name = NULL ]            }          }          Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method getBody ] {            - Parameters [1] { -            Parameter #0 [ <optional> $name = <default> ] +            Parameter #0 [ <optional> string $name = NULL ]            } +          - Return [ mixed ]          }        }      } @@ -1565,7 +1727,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> $body ] -            Parameter #1 [ <optional> $name = <default> ] +            Parameter #1 [ <optional> $name = NULL ]            }          } @@ -1573,7 +1735,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> $body ] -            Parameter #1 [ <optional> $name = <default> ] +            Parameter #1 [ <optional> $name = NULL ]            }          } @@ -1581,22 +1743,23 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> $body ] -            Parameter #1 [ <optional> $name = <default> ] +            Parameter #1 [ <optional> $name = NULL ]            }          }          Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method clearBody ] {            - Parameters [1] { -            Parameter #0 [ <optional> $name = <default> ] +            Parameter #0 [ <optional> $name = NULL ]            }          }          Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method getBody ] {            - Parameters [1] { -            Parameter #0 [ <optional> $name = <default> ] +            Parameter #0 [ <optional> string $name = NULL ]            } +          - Return [ mixed ]          }          Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method response ] { @@ -1624,108 +1787,118 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {        - 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 $args = <default> ] +          - Parameters [0] {            }          }          Method [ <internal:yaf> protected method render ] {            - Parameters [2] { -            Parameter #0 [ <required> $tpl ] -            Parameter #1 [ <optional> ?array $parameters = <default> ] +            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 $parameters = <default> ] +            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 $options = <default> ] +            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 = <default> ] -            Parameter #2 [ <optional> $action = <default> ] -            Parameter #3 [ <optional> ?array $parameters = <default> ] +            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 ]          }        }      } @@ -1756,118 +1929,130 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - 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 $args = <default> ] +          - Parameters [0] {            }          }          Method [ <internal:yaf, inherits Yaf_Controller_Abstract> protected method render ] {            - Parameters [2] { -            Parameter #0 [ <required> $tpl ] -            Parameter #1 [ <optional> ?array $parameters = <default> ] +            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 $parameters = <default> ] +            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 $options = <default> ] +            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 = <default> ] -            Parameter #2 [ <optional> $action = <default> ] -            Parameter #3 [ <optional> ?array $parameters = <default> ] +            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 ]          }        }      } @@ -1890,107 +2075,123 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          Method [ <internal:yaf> public method get ] {            - Parameters [1] { -            Parameter #0 [ <optional> $name = <default> ] +            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 = <default> ] +            Parameter #0 [ <required> string $name ]            } +          - Return [ mixed ]          }          Method [ <internal:yaf, prototype ArrayAccess> public method offsetGet ] {            - Parameters [1] { -            Parameter #0 [ <optional> $name = <default> ] +            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 ]          }        }      } @@ -2013,123 +2214,140 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          Method [ <internal:yaf, ctor> public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <required> $config_file ] -            Parameter #1 [ <optional> $section = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 ]          }        }      } @@ -2152,123 +2370,140 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          Method [ <internal:yaf, ctor> public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <required> $config ] -            Parameter #1 [ <optional> $readonly = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 ]          }        }      } @@ -2291,38 +2526,37 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          Method [ <internal:yaf> abstract public method assign ] {            - Parameters [2] { -            Parameter #0 [ <required> $name ] -            Parameter #1 [ <optional> $value = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 = <default> ] +          - Parameters [0] {            }          }        } @@ -2346,92 +2580,102 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          Method [ <internal:yaf, ctor> final public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <required> $template_dir ] -            Parameter #1 [ <optional> ?array $options = <default> ] +            Parameter #0 [ <required> string $tempalte_dir ] +            Parameter #1 [ <optional> array $options = NULL ]            }          }          Method [ <internal:yaf> public method get ] {            - Parameters [1] { -            Parameter #0 [ <optional> $name = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 = <default> ] +            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 = <default> ] +          - Parameters [0] {            } +          - Return [ ?string ]          }          Method [ <internal:yaf> public method __get ] {            - Parameters [1] { -            Parameter #0 [ <optional> $name = <default> ] +            Parameter #0 [ <optional> string $name = NULL ]            } +          - Return [ mixed ]          }          Method [ <internal:yaf> public method __set ] {            - Parameters [2] { -            Parameter #0 [ <required> $name ] -            Parameter #1 [ <optional> $value = <default> ] +            Parameter #0 [ <required> string $name ] +            Parameter #1 [ <required> mixed $value ]            } +          - Return [ void ]          }        }      } @@ -2460,42 +2704,48 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          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 ]          }        }      } @@ -2526,7 +2776,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> array $info ] -            Parameter #1 [ <optional> ?array $query = <default> ] +            Parameter #1 [ <optional> array $query = NULL ]            }          }        } @@ -2550,8 +2800,9 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          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 ] { @@ -2565,8 +2816,9 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> array $info ] -            Parameter #1 [ <optional> ?array $query = <default> ] +            Parameter #1 [ <optional> array $query = NULL ]            } +          - Return [ string|false|null ]          }        }      } @@ -2589,9 +2841,9 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          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 ]            }          } @@ -2606,8 +2858,9 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> array $info ] -            Parameter #1 [ <optional> ?array $query = <default> ] +            Parameter #1 [ <optional> array $query = NULL ]            } +          - Return [ string|false|null ]          }        }      } @@ -2630,7 +2883,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          Method [ <internal:yaf, ctor> public method __construct ] {            - Parameters [1] { -            Parameter #0 [ <required> $supervar_name ] +            Parameter #0 [ <required> string $supervar_name ]            }          } @@ -2645,8 +2898,9 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> array $info ] -            Parameter #1 [ <optional> ?array $query = <default> ] +            Parameter #1 [ <optional> array $query = NULL ]            } +          - Return [ string|false|null ]          }        }      } @@ -2669,17 +2923,18 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          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 $verify = <default> ] +            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 ] { @@ -2693,8 +2948,9 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> array $info ] -            Parameter #1 [ <optional> ?array $query = <default> ] +            Parameter #1 [ <optional> array $query = NULL ]            } +          - Return [ string|false|null ]          }        }      } @@ -2717,19 +2973,20 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          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 $map = <default> ] -            Parameter #3 [ <optional> ?array $verify = <default> ] -            Parameter #4 [ <optional> $reverse = <default> ] +            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 ] { @@ -2743,8 +3000,9 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> array $info ] -            Parameter #1 [ <optional> ?array $query = <default> ] +            Parameter #1 [ <optional> array $query = NULL ]            } +          - Return [ string|false|null ]          }        }      } @@ -2767,8 +3025,8 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          Method [ <internal:yaf, ctor> public method __construct ] {            - Parameters [2] { -            Parameter #0 [ <optional> $controller_prefer = <default> ] -            Parameter #1 [ <optional> $delimiter = <default> ] +            Parameter #0 [ <optional> bool $controller_prefer = 1 ] +            Parameter #1 [ <optional> string $delimiter = "" ]            }          } @@ -2783,8 +3041,9 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [2] {              Parameter #0 [ <required> array $info ] -            Parameter #1 [ <optional> ?array $query = <default> ] +            Parameter #1 [ <optional> array $query = NULL ]            } +          - Return [ string|false|null ]          }        }      } @@ -2874,30 +3133,34 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {          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 ]          }        } @@ -2926,6 +3189,7 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - Parameters [0] {            } +          - Return [ ?object ]          }        } @@ -2943,105 +3207,120 @@ Extension [ <persistent> extension #120 yaf version 3.3.3 ] {            - 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 ] {  | 
