diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-27 10:33:19 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-27 10:33:19 +0100 |
commit | db7f6534cf116ec637a7fba6ba7ee1d37e7e0048 (patch) | |
tree | 2c799c03d2c68f554f85f927c5e80402be4aab79 /REFLECTION-DEV | |
parent | 3d9ce8884de4e981306b8b9382b512b29744ce7e (diff) |
php-pecl-yaf: 3.0.0 (beta, php 7)
Diffstat (limited to 'REFLECTION-DEV')
-rw-r--r-- | REFLECTION-DEV | 3385 |
1 files changed, 0 insertions, 3385 deletions
diff --git a/REFLECTION-DEV b/REFLECTION-DEV deleted file mode 100644 index 30baa1d..0000000 --- a/REFLECTION-DEV +++ /dev/null @@ -1,3385 +0,0 @@ -Extension [ <persistent> extension #96 yaf version 3.0.0-dev ] { - - - Dependencies { - Dependency [ spl (Required) ] - Dependency [ pcre (Required) ] - Dependency [ session (Optional) ] - } - - - INI { - Entry [ yaf.library <ALL> ] - Current = '' - } - Entry [ yaf.action_prefer <ALL> ] - Current = '0' - } - Entry [ yaf.lowcase_path <ALL> ] - Current = '0' - } - Entry [ yaf.use_spl_autoload <ALL> ] - Current = '0' - } - Entry [ yaf.forward_limit <ALL> ] - Current = '5' - } - Entry [ yaf.name_suffix <ALL> ] - Current = '1' - } - Entry [ yaf.name_separator <ALL> ] - Current = '' - } - Entry [ yaf.st_compatible <ALL> ] - Current = '0' - } - Entry [ yaf.environ <SYSTEM> ] - Current = 'product' - } - Entry [ yaf.use_namespace <SYSTEM> ] - Current = '0' - } - } - - - Constants [12] { - Constant [ string YAF_VERSION ] { 3.0.0-dev } - Constant [ string YAF_ENVIRON ] { product } - Constant [ integer YAF_ERR_STARTUP_FAILED ] { 512 } - Constant [ integer YAF_ERR_ROUTE_FAILED ] { 513 } - Constant [ integer YAF_ERR_DISPATCH_FAILED ] { 514 } - Constant [ integer YAF_ERR_AUTOLOAD_FAILED ] { 520 } - Constant [ integer YAF_ERR_NOTFOUND_MODULE ] { 515 } - Constant [ integer YAF_ERR_NOTFOUND_CONTROLLER ] { 516 } - Constant [ integer YAF_ERR_NOTFOUND_ACTION ] { 517 } - Constant [ integer YAF_ERR_NOTFOUND_VIEW ] { 518 } - Constant [ integer YAF_ERR_CALL_FAILED ] { 519 } - Constant [ integer YAF_ERR_TYPE_ERROR ] { 521 } - } - - - Classes [38] { - Class [ <internal:yaf> final class Yaf_Application ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $_app ] - } - - - Static methods [1] { - Method [ <internal:yaf> static public method app ] { - - - Parameters [0] { - } - } - } - - - Properties [7] { - Property [ <default> protected $config ] - Property [ <default> protected $dispatcher ] - Property [ <default> protected $_modules ] - Property [ <default> protected $_running ] - Property [ <default> protected $_environ ] - Property [ <default> protected $_err_no ] - Property [ <default> protected $_err_msg ] - } - - - Methods [17] { - Method [ <internal:yaf, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> $config ] - Parameter #1 [ <optional> $environ ] - } - } - - Method [ <internal:yaf> public method run ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method execute ] { - - - Parameters [2] { - Parameter #0 [ <required> $entry ] - Parameter #1 [ <required> $... ] - } - } - - Method [ <internal:yaf> public method environ ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method bootstrap ] { - - - Parameters [1] { - Parameter #0 [ <optional> $bootstrap ] - } - } - - Method [ <internal:yaf> public method getConfig ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getModules ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getDispatcher ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method setAppDirectory ] { - - - Parameters [1] { - Parameter #0 [ <required> $directory ] - } - } - - Method [ <internal:yaf> public method getAppDirectory ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getLastErrorNo ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getLastErrorMsg ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method clearLastError ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, dtor> public method __destruct ] { - } - - Method [ <internal:yaf> private method __clone ] { - } - - Method [ <internal:yaf> private method __sleep ] { - } - - Method [ <internal:yaf> private method __wakeup ] { - } - } - } - - Class [ <internal:yaf> abstract class Yaf_Bootstrap_Abstract ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [0] { - } - } - - Class [ <internal:yaf> final class Yaf_Dispatcher ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $_instance ] - } - - - Static methods [1] { - Method [ <internal:yaf> static public method getInstance ] { - - - Parameters [0] { - } - } - } - - - Properties [10] { - Property [ <default> protected $_router ] - Property [ <default> protected $_view ] - Property [ <default> protected $_request ] - Property [ <default> protected $_plugins ] - Property [ <default> protected $_auto_render ] - Property [ <default> protected $_return_response ] - Property [ <default> protected $_instantly_flush ] - Property [ <default> protected $_default_module ] - Property [ <default> protected $_default_controller ] - Property [ <default> protected $_default_action ] - } - - - Methods [23] { - Method [ <internal:yaf, ctor> private method __construct ] { - } - - Method [ <internal:yaf> private method __clone ] { - } - - Method [ <internal:yaf> private method __sleep ] { - } - - Method [ <internal:yaf> private method __wakeup ] { - } - - Method [ <internal:yaf> public method enableView ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method disableView ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method initView ] { - - - Parameters [2] { - Parameter #0 [ <required> $templates_dir ] - Parameter #1 [ <optional> array or NULL $options ] - } - } - - Method [ <internal:yaf> public method setView ] { - - - Parameters [1] { - Parameter #0 [ <required> $view ] - } - } - - Method [ <internal:yaf> public method setRequest ] { - - - Parameters [1] { - Parameter #0 [ <required> $request ] - } - } - - Method [ <internal:yaf> public method getApplication ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getRouter ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getRequest ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method setErrorHandler ] { - - - Parameters [2] { - Parameter #0 [ <required> $callback ] - Parameter #1 [ <required> $error_types ] - } - } - - Method [ <internal:yaf> public method setDefaultModule ] { - - - Parameters [1] { - Parameter #0 [ <required> $module ] - } - } - - Method [ <internal:yaf> public method setDefaultController ] { - - - Parameters [1] { - Parameter #0 [ <required> $controller ] - } - } - - Method [ <internal:yaf> public method setDefaultAction ] { - - - Parameters [1] { - Parameter #0 [ <required> $action ] - } - } - - Method [ <internal:yaf> public method returnResponse ] { - - - Parameters [1] { - Parameter #0 [ <required> $flag ] - } - } - - Method [ <internal:yaf> public method autoRender ] { - - - Parameters [1] { - Parameter #0 [ <required> $flag ] - } - } - - Method [ <internal:yaf> public method flushInstantly ] { - - - Parameters [1] { - Parameter #0 [ <required> $flag ] - } - } - - Method [ <internal:yaf> public method dispatch ] { - - - Parameters [1] { - Parameter #0 [ <required> $request ] - } - } - - Method [ <internal:yaf> public method throwException ] { - - - Parameters [1] { - Parameter #0 [ <optional> $flag ] - } - } - - Method [ <internal:yaf> public method catchException ] { - - - Parameters [1] { - Parameter #0 [ <optional> $flag ] - } - } - - Method [ <internal:yaf> public method registerPlugin ] { - - - Parameters [1] { - Parameter #0 [ <required> $plugin ] - } - } - } - } - - Class [ <internal:yaf> final class Yaf_Loader ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $_instance ] - } - - - Static methods [2] { - Method [ <internal:yaf> static public method getInstance ] { - - - Parameters [2] { - Parameter #0 [ <optional> $local_library_path ] - Parameter #1 [ <optional> $global_library_path ] - } - } - - Method [ <internal:yaf> static public method import ] { - - - Parameters [1] { - Parameter #0 [ <required> $file ] - } - } - } - - - Properties [2] { - Property [ <default> protected $_library ] - Property [ <default> protected $_global_library ] - } - - - Methods [11] { - Method [ <internal:yaf, ctor> private method __construct ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> private method __clone ] { - } - - Method [ <internal:yaf> private method __sleep ] { - } - - Method [ <internal:yaf> private method __wakeup ] { - } - - Method [ <internal:yaf> public method autoload ] { - - - Parameters [1] { - Parameter #0 [ <required> $class_name ] - } - } - - Method [ <internal:yaf> public method registerLocalNamespace ] { - - - Parameters [1] { - Parameter #0 [ <required> $name_prefix ] - } - } - - Method [ <internal:yaf> public method getLocalNamespace ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method clearLocalNamespace ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method isLocalName ] { - - - Parameters [1] { - Parameter #0 [ <required> $class_name ] - } - } - - Method [ <internal:yaf> public method setLibraryPath ] { - - - Parameters [2] { - Parameter #0 [ <required> $library_path ] - Parameter #1 [ <optional> $is_global ] - } - } - - Method [ <internal:yaf> public method getLibraryPath ] { - - - Parameters [1] { - Parameter #0 [ <optional> $is_global ] - } - } - } - } - - Class [ <internal:yaf> abstract class Yaf_Request_Abstract ] { - - - Constants [2] { - Constant [ string SCHEME_HTTP ] { http } - Constant [ string SCHEME_HTTPS ] { https } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [11] { - Property [ <default> public $module ] - Property [ <default> public $controller ] - Property [ <default> public $action ] - Property [ <default> public $method ] - Property [ <default> protected $params ] - Property [ <default> protected $language ] - Property [ <default> protected $_exception ] - Property [ <default> protected $_base_uri ] - Property [ <default> protected $uri ] - Property [ <default> protected $dispatched ] - Property [ <default> protected $routed ] - } - - - Methods [29] { - Method [ <internal:yaf> public method isGet ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method isPost ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method isPut ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method isHead ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method isOptions ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method isCli ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method isXmlHttpRequest ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getServer ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $default ] - } - } - - Method [ <internal:yaf> public method getEnv ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $default ] - } - } - - Method [ <internal:yaf> public method setParam ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $value ] - } - } - - Method [ <internal:yaf> public method getParam ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $default ] - } - } - - Method [ <internal:yaf> public method getParams ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getException ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getModuleName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getControllerName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getActionName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method setModuleName ] { - - - Parameters [1] { - Parameter #0 [ <required> $module ] - } - } - - Method [ <internal:yaf> public method setControllerName ] { - - - Parameters [1] { - Parameter #0 [ <required> $controller ] - } - } - - Method [ <internal:yaf> public method setActionName ] { - - - Parameters [1] { - Parameter #0 [ <required> $action ] - } - } - - Method [ <internal:yaf> public method getMethod ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getLanguage ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method setBaseUri ] { - - - Parameters [1] { - Parameter #0 [ <required> $uri ] - } - } - - Method [ <internal:yaf> public method getBaseUri ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getRequestUri ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method setRequestUri ] { - - - Parameters [1] { - Parameter #0 [ <required> $uri ] - } - } - - Method [ <internal:yaf> public method isDispatched ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method setDispatched ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method isRouted ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method setRouted ] { - - - Parameters [1] { - Parameter #0 [ <optional> $flag ] - } - } - } - } - - Class [ <internal:yaf> class Yaf_Request_Http extends Yaf_Request_Abstract ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [11] { - Property [ <default> public $module ] - Property [ <default> public $controller ] - Property [ <default> public $action ] - Property [ <default> public $method ] - Property [ <default> protected $params ] - Property [ <default> protected $language ] - Property [ <default> protected $_exception ] - Property [ <default> protected $_base_uri ] - Property [ <default> protected $uri ] - Property [ <default> protected $dispatched ] - Property [ <default> protected $routed ] - } - - - Methods [37] { - Method [ <internal:yaf> public method getQuery ] { - } - - Method [ <internal:yaf> public method getRequest ] { - } - - Method [ <internal:yaf> public method getPost ] { - } - - Method [ <internal:yaf> public method getCookie ] { - } - - Method [ <internal:yaf> public method getFiles ] { - } - - Method [ <internal:yaf> public method get ] { - } - - Method [ <internal:yaf, overwrites Yaf_Request_Abstract, prototype Yaf_Request_Abstract> public method isXmlHttpRequest ] { - } - - Method [ <internal:yaf, ctor> public method __construct ] { - } - - Method [ <internal:yaf> private method __clone ] { - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isGet ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPost ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPut ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isHead ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isOptions ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isCli ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getServer ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $default ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getEnv ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $default ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setParam ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $value ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getParam ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $default ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getParams ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getException ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getModuleName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getControllerName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getActionName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setModuleName ] { - - - Parameters [1] { - Parameter #0 [ <required> $module ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setControllerName ] { - - - Parameters [1] { - Parameter #0 [ <required> $controller ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setActionName ] { - - - Parameters [1] { - Parameter #0 [ <required> $action ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getMethod ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getLanguage ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setBaseUri ] { - - - Parameters [1] { - Parameter #0 [ <required> $uri ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getBaseUri ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getRequestUri ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setRequestUri ] { - - - Parameters [1] { - Parameter #0 [ <required> $uri ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isDispatched ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setDispatched ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isRouted ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setRouted ] { - - - Parameters [1] { - Parameter #0 [ <optional> $flag ] - } - } - } - } - - Class [ <internal:yaf> final class Yaf_Request_Simple extends Yaf_Request_Abstract ] { - - - Constants [2] { - Constant [ string SCHEME_HTTP ] { http } - Constant [ string SCHEME_HTTPS ] { https } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [11] { - Property [ <default> public $module ] - Property [ <default> public $controller ] - Property [ <default> public $action ] - Property [ <default> public $method ] - Property [ <default> protected $params ] - Property [ <default> protected $language ] - Property [ <default> protected $_exception ] - Property [ <default> protected $_base_uri ] - Property [ <default> protected $uri ] - Property [ <default> protected $dispatched ] - Property [ <default> protected $routed ] - } - - - Methods [37] { - Method [ <internal:yaf, ctor> public method __construct ] { - } - - Method [ <internal:yaf> private method __clone ] { - } - - Method [ <internal:yaf> public method getQuery ] { - } - - Method [ <internal:yaf> public method getRequest ] { - } - - Method [ <internal:yaf> public method getPost ] { - } - - Method [ <internal:yaf> public method getCookie ] { - } - - Method [ <internal:yaf> public method getFiles ] { - } - - Method [ <internal:yaf> public method get ] { - } - - Method [ <internal:yaf, overwrites Yaf_Request_Abstract, prototype Yaf_Request_Abstract> public method isXmlHttpRequest ] { - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isGet ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPost ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isPut ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isHead ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isOptions ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isCli ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getServer ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $default ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getEnv ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $default ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setParam ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $value ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getParam ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $default ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getParams ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getException ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getModuleName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getControllerName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getActionName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setModuleName ] { - - - Parameters [1] { - Parameter #0 [ <required> $module ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setControllerName ] { - - - Parameters [1] { - Parameter #0 [ <required> $controller ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setActionName ] { - - - Parameters [1] { - Parameter #0 [ <required> $action ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getMethod ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getLanguage ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setBaseUri ] { - - - Parameters [1] { - Parameter #0 [ <required> $uri ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getBaseUri ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method getRequestUri ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setRequestUri ] { - - - Parameters [1] { - Parameter #0 [ <required> $uri ] - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isDispatched ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setDispatched ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method isRouted ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Request_Abstract> public method setRouted ] { - - - Parameters [1] { - Parameter #0 [ <optional> $flag ] - } - } - } - } - - Class [ <internal:yaf> abstract class Yaf_Response_Abstract ] { - - - Constants [1] { - Constant [ string DEFAULT_BODY ] { content } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ <default> protected $_header ] - Property [ <default> protected $_body ] - Property [ <default> protected $_sendheader ] - } - - - Methods [10] { - Method [ <internal:yaf, ctor> public method __construct ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, dtor> public method __destruct ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> private method __clone ] { - } - - Method [ <internal:yaf> public method __toString ] { - } - - Method [ <internal:yaf> public method setBody ] { - - - Parameters [2] { - Parameter #0 [ <required> $body ] - Parameter #1 [ <optional> $name ] - } - } - - Method [ <internal:yaf> public method appendBody ] { - - - Parameters [2] { - Parameter #0 [ <required> $body ] - Parameter #1 [ <optional> $name ] - } - } - - Method [ <internal:yaf> public method prependBody ] { - - - Parameters [2] { - Parameter #0 [ <required> $body ] - Parameter #1 [ <optional> $name ] - } - } - - Method [ <internal:yaf> public method clearBody ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf> public method getBody ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf> public method response ] { - - - Parameters [0] { - } - } - } - } - - Class [ <internal:yaf> class Yaf_Response_Http extends Yaf_Response_Abstract ] { - - - Constants [1] { - Constant [ string DEFAULT_BODY ] { content } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [4] { - Property [ <default> protected $_header ] - Property [ <default> protected $_body ] - Property [ <default> protected $_sendheader ] - Property [ <default> protected $_response_code ] - } - - - Methods [14] { - 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 ] - } - } - - Method [ <internal:yaf> public method setAllHeaders ] { - - - Parameters [1] { - Parameter #0 [ <required> $headers ] - } - } - - Method [ <internal:yaf> public method getHeader ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf> public method clearHeaders ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method setRedirect ] { - - - Parameters [1] { - Parameter #0 [ <required> $url ] - } - } - - Method [ <internal:yaf, overwrites Yaf_Response_Abstract, prototype Yaf_Response_Abstract> public method response ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract, ctor> public method __construct ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract, dtor> public method __destruct ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method __toString ] { - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method setBody ] { - - - Parameters [2] { - Parameter #0 [ <required> $body ] - Parameter #1 [ <optional> $name ] - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method appendBody ] { - - - Parameters [2] { - Parameter #0 [ <required> $body ] - Parameter #1 [ <optional> $name ] - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method prependBody ] { - - - Parameters [2] { - Parameter #0 [ <required> $body ] - Parameter #1 [ <optional> $name ] - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method clearBody ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method getBody ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - } - } - - Class [ <internal:yaf> class Yaf_Response_Cli extends Yaf_Response_Abstract ] { - - - Constants [1] { - Constant [ string DEFAULT_BODY ] { content } - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ <default> protected $_header ] - Property [ <default> protected $_body ] - Property [ <default> protected $_sendheader ] - } - - - Methods [9] { - Method [ <internal:yaf, inherits Yaf_Response_Abstract, ctor> public method __construct ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract, dtor> public method __destruct ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method __toString ] { - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method setBody ] { - - - Parameters [2] { - Parameter #0 [ <required> $body ] - Parameter #1 [ <optional> $name ] - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method appendBody ] { - - - Parameters [2] { - Parameter #0 [ <required> $body ] - Parameter #1 [ <optional> $name ] - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method prependBody ] { - - - Parameters [2] { - Parameter #0 [ <required> $body ] - Parameter #1 [ <optional> $name ] - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method clearBody ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method getBody ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf, inherits Yaf_Response_Abstract> public method response ] { - - - Parameters [0] { - } - } - } - } - - Class [ <internal:yaf> abstract class Yaf_Controller_Abstract ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [7] { - Property [ <default> public $actions ] - Property [ <default> protected $_module ] - Property [ <default> protected $_name ] - Property [ <default> protected $_request ] - Property [ <default> protected $_response ] - Property [ <default> protected $_invoke_args ] - Property [ <default> protected $_view ] - } - - - Methods [15] { - Method [ <internal:yaf> protected method render ] { - - - Parameters [2] { - Parameter #0 [ <required> $tpl ] - Parameter #1 [ <optional> array or NULL $parameters ] - } - } - - Method [ <internal:yaf> protected method display ] { - - - Parameters [2] { - Parameter #0 [ <required> $tpl ] - Parameter #1 [ <optional> array or NULL $parameters ] - } - } - - Method [ <internal:yaf> public method getRequest ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getResponse ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getModuleName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getView ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method initView ] { - - - Parameters [1] { - Parameter #0 [ <optional> array or NULL $options ] - } - } - - Method [ <internal:yaf> public method setViewpath ] { - - - Parameters [1] { - Parameter #0 [ <required> $view_directory ] - } - } - - Method [ <internal:yaf> public method getViewpath ] { - - - Parameters [0] { - } - } - - 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 ] - } - } - - Method [ <internal:yaf> public method redirect ] { - - - Parameters [1] { - Parameter #0 [ <required> $url ] - } - } - - Method [ <internal:yaf> public method getInvokeArgs ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method getInvokeArg ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, ctor> final public method __construct ] { - } - - Method [ <internal:yaf> final private method __clone ] { - } - } - } - - Class [ <internal:yaf> abstract class Yaf_Action_Abstract extends Yaf_Controller_Abstract ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [8] { - Property [ <default> public $actions ] - Property [ <default> protected $_module ] - Property [ <default> protected $_name ] - Property [ <default> protected $_request ] - Property [ <default> protected $_response ] - Property [ <default> protected $_invoke_args ] - Property [ <default> protected $_view ] - Property [ <default> protected $_controller ] - } - - - Methods [16] { - Method [ <internal:yaf> abstract public method execute ] { - } - - Method [ <internal:yaf> public method getController ] { - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> protected method render ] { - - - Parameters [2] { - Parameter #0 [ <required> $tpl ] - Parameter #1 [ <optional> array or NULL $parameters ] - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> protected method display ] { - - - Parameters [2] { - Parameter #0 [ <required> $tpl ] - Parameter #1 [ <optional> array or NULL $parameters ] - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getRequest ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getResponse ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getModuleName ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getView ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method initView ] { - - - Parameters [1] { - Parameter #0 [ <optional> array or NULL $options ] - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method setViewpath ] { - - - Parameters [1] { - Parameter #0 [ <required> $view_directory ] - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getViewpath ] { - - - Parameters [0] { - } - } - - 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 ] - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method redirect ] { - - - Parameters [1] { - Parameter #0 [ <required> $url ] - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getInvokeArgs ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract> public method getInvokeArg ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, inherits Yaf_Controller_Abstract, ctor> final public method __construct ] { - } - } - } - - Class [ <internal:yaf> abstract class Yaf_Config_Abstract ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ <default> protected $_config ] - Property [ <default> protected $_readonly ] - } - - - Methods [4] { - Method [ <internal:yaf> abstract public method get ] { - } - - Method [ <internal:yaf> abstract public method set ] { - } - - Method [ <internal:yaf> abstract public method readonly ] { - } - - Method [ <internal:yaf> abstract public method toArray ] { - } - } - } - - Class [ <internal:yaf> <iterateable> final class Yaf_Config_Ini extends Yaf_Config_Abstract implements Iterator, Traversable, ArrayAccess, Countable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ <default> protected $_config ] - Property [ <default> protected $_readonly ] - } - - - Methods [18] { - Method [ <internal:yaf, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> $config_file ] - Parameter #1 [ <optional> $section ] - } - } - - Method [ <internal:yaf> public method __isset ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method get ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method set ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $value ] - } - } - - Method [ <internal:yaf, prototype Countable> public method count ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method rewind ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method current ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method next ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method valid ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method key ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method toArray ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method readonly ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetUnset ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetGet ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetExists ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetSet ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $value ] - } - } - - Method [ <internal:yaf> public method __get ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf> public method __set ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $value ] - } - } - } - } - - Class [ <internal:yaf> <iterateable> final class Yaf_Config_Simple extends Yaf_Config_Abstract implements Iterator, Traversable, ArrayAccess, Countable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ <default> protected $_config ] - Property [ <default> protected $_readonly ] - } - - - Methods [18] { - Method [ <internal:yaf, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> $config_file ] - Parameter #1 [ <optional> $section ] - } - } - - Method [ <internal:yaf> public method __isset ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method get ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method set ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $value ] - } - } - - Method [ <internal:yaf, prototype Countable> public method count ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetUnset ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, prototype Iterator> public method rewind ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method current ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method next ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method valid ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method key ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method readonly ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, overwrites Yaf_Config_Abstract, prototype Yaf_Config_Abstract> public method toArray ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method __set ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $value ] - } - } - - Method [ <internal:yaf> public method __get ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetGet ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetExists ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetSet ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $value ] - } - } - } - } - - Interface [ <internal:yaf> interface Yaf_View_Interface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [5] { - Method [ <internal:yaf> abstract public method assign ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $value ] - } - } - - Method [ <internal:yaf> abstract public method display ] { - - - Parameters [2] { - Parameter #0 [ <required> $tpl ] - Parameter #1 [ <optional> $tpl_vars ] - } - } - - Method [ <internal:yaf> abstract public method render ] { - - - Parameters [2] { - Parameter #0 [ <required> $tpl ] - Parameter #1 [ <optional> $tpl_vars ] - } - } - - Method [ <internal:yaf> abstract public method setScriptPath ] { - - - Parameters [1] { - Parameter #0 [ <required> $template_dir ] - } - } - - Method [ <internal:yaf> abstract public method getScriptPath ] { - - - Parameters [0] { - } - } - } - } - - Class [ <internal:yaf> class Yaf_View_Simple implements Yaf_View_Interface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ <default> protected $_tpl_vars ] - Property [ <default> protected $_tpl_dir ] - Property [ <default> protected $_options ] - } - - - Methods [13] { - Method [ <internal:yaf, ctor> final public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <required> $template_dir ] - Parameter #1 [ <optional> array or NULL $options ] - } - } - - Method [ <internal:yaf> public method __isset ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf> public method get ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf, prototype Yaf_View_Interface> public method assign ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $value ] - } - } - - Method [ <internal:yaf, prototype Yaf_View_Interface> public method render ] { - - - Parameters [2] { - Parameter #0 [ <required> $tpl ] - Parameter #1 [ <optional> $tpl_vars ] - } - } - - Method [ <internal:yaf> public method eval ] { - - - Parameters [2] { - Parameter #0 [ <required> $tpl_str ] - Parameter #1 [ <optional> $vars ] - } - } - - Method [ <internal:yaf, prototype Yaf_View_Interface> public method display ] { - - - Parameters [2] { - Parameter #0 [ <required> $tpl ] - Parameter #1 [ <optional> $tpl_vars ] - } - } - - Method [ <internal:yaf> public method assignRef ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> &$value ] - } - } - - Method [ <internal:yaf> public method clear ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf, prototype Yaf_View_Interface> public method setScriptPath ] { - - - Parameters [1] { - Parameter #0 [ <required> $template_dir ] - } - } - - Method [ <internal:yaf, prototype Yaf_View_Interface> public method getScriptPath ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method __get ] { - - - Parameters [1] { - Parameter #0 [ <optional> $name ] - } - } - - Method [ <internal:yaf> public method __set ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <optional> $value ] - } - } - } - } - - Class [ <internal:yaf> final class Yaf_Router ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ <default> protected $_routes ] - Property [ <default> protected $_current ] - } - - - Methods [7] { - Method [ <internal:yaf, ctor> public method __construct ] { - } - - Method [ <internal:yaf> public method addRoute ] { - } - - Method [ <internal:yaf> public method addConfig ] { - } - - Method [ <internal:yaf> public method route ] { - } - - Method [ <internal:yaf> public method getRoute ] { - } - - Method [ <internal:yaf> public method getRoutes ] { - } - - Method [ <internal:yaf> public method getCurrentRoute ] { - } - } - } - - Interface [ <internal:yaf> interface Yaf_Route_Interface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [2] { - Method [ <internal:yaf> abstract public method route ] { - - - Parameters [1] { - Parameter #0 [ <required> $request ] - } - } - - Method [ <internal:yaf> abstract public method assemble ] { - - - Parameters [2] { - Parameter #0 [ <required> array $info ] - Parameter #1 [ <optional> array or NULL $query ] - } - } - } - } - - Class [ <internal:yaf> class Yaf_Route_Static implements Yaf_Route_Interface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [3] { - Method [ <internal:yaf> public method match ] { - - - Parameters [1] { - Parameter #0 [ <required> $uri ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method route ] { - - - Parameters [1] { - Parameter #0 [ <required> $request ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method assemble ] { - - - Parameters [2] { - Parameter #0 [ <required> array $info ] - Parameter #1 [ <optional> array or NULL $query ] - } - } - } - } - - Class [ <internal:yaf> final class Yaf_Route_Simple implements Yaf_Route_Interface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ <default> protected $controller ] - Property [ <default> protected $module ] - Property [ <default> protected $action ] - } - - - Methods [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 ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method route ] { - - - Parameters [1] { - Parameter #0 [ <required> $request ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method assemble ] { - - - Parameters [2] { - Parameter #0 [ <required> array $info ] - Parameter #1 [ <optional> array or NULL $query ] - } - } - } - } - - Class [ <internal:yaf> final class Yaf_Route_Supervar implements Yaf_Route_Interface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [1] { - Property [ <default> protected $_var_name ] - } - - - Methods [3] { - Method [ <internal:yaf, ctor> public method __construct ] { - - - Parameters [1] { - Parameter #0 [ <required> $supervar_name ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method route ] { - - - Parameters [1] { - Parameter #0 [ <required> $request ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method assemble ] { - - - Parameters [2] { - Parameter #0 [ <required> array $info ] - Parameter #1 [ <optional> array or NULL $query ] - } - } - } - } - - Class [ <internal:yaf> final class Yaf_Route_Rewrite implements Yaf_Route_Interface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [3] { - Property [ <default> protected $_route ] - Property [ <default> protected $_default ] - Property [ <default> protected $_verify ] - } - - - Methods [3] { - Method [ <internal:yaf, ctor> public method __construct ] { - - - Parameters [3] { - Parameter #0 [ <required> $match ] - Parameter #1 [ <required> array $route ] - Parameter #2 [ <optional> array or NULL $verify ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method route ] { - - - Parameters [1] { - Parameter #0 [ <required> $request ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method assemble ] { - - - Parameters [2] { - Parameter #0 [ <required> array $info ] - Parameter #1 [ <optional> array or NULL $query ] - } - } - } - } - - Class [ <internal:yaf> final class Yaf_Route_Regex implements Yaf_Route_Interface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $_route ] - Property [ <default> protected $_default ] - Property [ <default> protected $_maps ] - Property [ <default> protected $_verify ] - Property [ <default> protected $_reverse ] - } - - - Methods [3] { - Method [ <internal:yaf, ctor> public method __construct ] { - - - Parameters [5] { - Parameter #0 [ <required> $match ] - Parameter #1 [ <required> array $route ] - Parameter #2 [ <optional> array or NULL $map ] - Parameter #3 [ <optional> array or NULL $verify ] - Parameter #4 [ <optional> $reverse ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method route ] { - - - Parameters [1] { - Parameter #0 [ <required> $request ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method assemble ] { - - - Parameters [2] { - Parameter #0 [ <required> array $info ] - Parameter #1 [ <optional> array or NULL $query ] - } - } - } - } - - Class [ <internal:yaf> final class Yaf_Route_Map implements Yaf_Route_Interface ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [2] { - Property [ <default> protected $_ctl_router ] - Property [ <default> protected $_delimiter ] - } - - - Methods [3] { - Method [ <internal:yaf, ctor> public method __construct ] { - - - Parameters [2] { - Parameter #0 [ <optional> $controller_prefer ] - Parameter #1 [ <optional> $delimiter ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method route ] { - - - Parameters [1] { - Parameter #0 [ <required> $request ] - } - } - - Method [ <internal:yaf, prototype Yaf_Route_Interface> public method assemble ] { - - - Parameters [2] { - Parameter #0 [ <required> array $info ] - Parameter #1 [ <optional> array or NULL $query ] - } - } - } - } - - Class [ <internal:yaf> abstract class Yaf_Plugin_Abstract ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [7] { - Method [ <internal:yaf> public method routerStartup ] { - - - Parameters [2] { - Parameter #0 [ <required> Yaf_Request_Abstract $request ] - Parameter #1 [ <required> Yaf_Response_Abstract $response ] - } - } - - Method [ <internal:yaf> public method routerShutdown ] { - - - Parameters [2] { - Parameter #0 [ <required> Yaf_Request_Abstract $request ] - Parameter #1 [ <required> Yaf_Response_Abstract $response ] - } - } - - Method [ <internal:yaf> public method dispatchLoopStartup ] { - - - Parameters [2] { - Parameter #0 [ <required> Yaf_Request_Abstract $request ] - Parameter #1 [ <required> Yaf_Response_Abstract $response ] - } - } - - Method [ <internal:yaf> public method dispatchLoopShutdown ] { - - - Parameters [2] { - Parameter #0 [ <required> Yaf_Request_Abstract $request ] - Parameter #1 [ <required> Yaf_Response_Abstract $response ] - } - } - - Method [ <internal:yaf> public method preDispatch ] { - - - Parameters [2] { - Parameter #0 [ <required> Yaf_Request_Abstract $request ] - Parameter #1 [ <required> Yaf_Response_Abstract $response ] - } - } - - Method [ <internal:yaf> public method postDispatch ] { - - - Parameters [2] { - Parameter #0 [ <required> Yaf_Request_Abstract $request ] - Parameter #1 [ <required> Yaf_Response_Abstract $response ] - } - } - - Method [ <internal:yaf> public method preResponse ] { - - - Parameters [2] { - Parameter #0 [ <required> Yaf_Request_Abstract $request ] - Parameter #1 [ <required> Yaf_Response_Abstract $response ] - } - } - } - } - - Class [ <internal:yaf> final class Yaf_Registry ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $_instance ] - } - - - Static methods [4] { - Method [ <internal:yaf> static public method get ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf> static public method has ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf> static public method set ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $value ] - } - } - - Method [ <internal:yaf> static public method del ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - } - - - Properties [1] { - Property [ <default> protected $_entries ] - } - - - Methods [2] { - Method [ <internal:yaf, ctor> private method __construct ] { - } - - Method [ <internal:yaf> private method __clone ] { - } - } - } - - Class [ <internal:yaf> <iterateable> final class Yaf_Session implements Iterator, Traversable, ArrayAccess, Countable ] { - - - Constants [0] { - } - - - Static properties [1] { - Property [ protected static $_instance ] - } - - - Static methods [1] { - Method [ <internal:yaf> static public method getInstance ] { - - - Parameters [0] { - } - } - } - - - Properties [2] { - Property [ <default> protected $_session ] - Property [ <default> protected $_started ] - } - - - Methods [24] { - Method [ <internal:yaf, ctor> private method __construct ] { - } - - Method [ <internal:yaf> private method __clone ] { - } - - Method [ <internal:yaf> private method __sleep ] { - } - - Method [ <internal:yaf> private method __wakeup ] { - } - - Method [ <internal:yaf> public method start ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method get ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf> public method has ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf> public method set ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $value ] - } - } - - Method [ <internal:yaf> public method del ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, prototype Countable> public method count ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method rewind ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method next ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method current ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method key ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype Iterator> public method valid ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf> public method clear ] { - - - Parameters [0] { - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetGet ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetSet ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $value ] - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetExists ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf, prototype ArrayAccess> public method offsetUnset ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf> public method __get ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf> public method __isset ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - - Method [ <internal:yaf> public method __set ] { - - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $value ] - } - } - - Method [ <internal:yaf> public method __unset ] { - - - Parameters [1] { - Parameter #0 [ <required> $name ] - } - } - } - } - - Class [ <internal:yaf> class Yaf_Exception extends Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $file ] - Property [ <default> protected $line ] - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $previous ] - } - - - 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 ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - - Class [ <internal:yaf> class Yaf_Exception_StartupError extends Yaf_Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $file ] - Property [ <default> protected $line ] - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $previous ] - } - - - 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 ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - - Class [ <internal:yaf> class Yaf_Exception_RouterFailed extends Yaf_Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $file ] - Property [ <default> protected $line ] - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $previous ] - } - - - 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 ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - - Class [ <internal:yaf> class Yaf_Exception_DispatchFailed extends Yaf_Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $file ] - Property [ <default> protected $line ] - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $previous ] - } - - - 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 ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - - Class [ <internal:yaf> class Yaf_Exception_LoadFailed extends Yaf_Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $file ] - Property [ <default> protected $line ] - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $previous ] - } - - - 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 ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - - Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Module extends Yaf_Exception_LoadFailed implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $file ] - Property [ <default> protected $line ] - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $previous ] - } - - - 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 ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - - Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Controller extends Yaf_Exception_LoadFailed implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $file ] - Property [ <default> protected $line ] - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $previous ] - } - - - 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 ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - - Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Action extends Yaf_Exception_LoadFailed implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $file ] - Property [ <default> protected $line ] - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $previous ] - } - - - 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 ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - - Class [ <internal:yaf> class Yaf_Exception_LoadFailed_View extends Yaf_Exception_LoadFailed implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $file ] - Property [ <default> protected $line ] - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $previous ] - } - - - 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 ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - - Class [ <internal:yaf> class Yaf_Exception_TypeError extends Yaf_Exception implements Throwable ] { - - - Constants [0] { - } - - - Static properties [0] { - } - - - Static methods [0] { - } - - - Properties [5] { - Property [ <default> protected $file ] - Property [ <default> protected $line ] - Property [ <default> protected $message ] - Property [ <default> protected $code ] - Property [ <default> protected $previous ] - } - - - 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 ] - } - } - - Method [ <internal:Core, inherits Exception> public method __wakeup ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { - } - - Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { - } - } - } - } -} - |