diff options
-rw-r--r-- | REFLECTION-PHP7 | 3385 | ||||
-rw-r--r-- | php-pecl-yaf-php7.spec | 329 |
2 files changed, 0 insertions, 3714 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index b4a9156..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,3385 +0,0 @@ -Extension [ <persistent> extension #128 yaf version 3.0.4 ] { - - - 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.4 } - 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 ] { - } - } - } - } -} - diff --git a/php-pecl-yaf-php7.spec b/php-pecl-yaf-php7.spec deleted file mode 100644 index af4873a..0000000 --- a/php-pecl-yaf-php7.spec +++ /dev/null @@ -1,329 +0,0 @@ -# remirepo spec file for php-pecl-yaf -# -# Copyright (c) 2012-2017 Remi Collet -# License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/4.0/ -# -# Please, preserve the changelog entries -# -%if 0%{?scl:1} -%global sub_prefix %{scl_prefix} -%scl_package php-pecl-yaf -%endif - -%global gh_commit 51e458e9746d7061efc565d49baaca26feacd7ff -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_owner laruence -%global gh_project yaf -#global gh_date 20150914 -%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global pecl_name yaf -%global ini_name 40-%{pecl_name}.ini - -Summary: Yet Another Framework -Name: %{?sub_prefix}php-pecl-yaf -Version: 3.0.4 -%if 0%{?gh_date:1} -Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz -%else -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -%endif -License: PHP -Group: Development/Languages -URL: http://pecl.php.net/package/yaf -Source1: %{pecl_name}.ini - -BuildRequires: %{?scl_prefix}php-devel >= 7 -BuildRequires: %{?scl_prefix}php-pear -BuildRequires: pcre-devel - -Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} -Requires: %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} - -Provides: %{?scl_prefix}php-%{pecl_name} = %{version} -Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?scl_prefix}" != "%{?sub_prefix}" -Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} -Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} -%endif - -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} -# Other third party repo stuff -Obsoletes: php53-pecl-%{pecl_name} <= %{version} -Obsoletes: php53u-pecl-%{pecl_name} <= %{version} -Obsoletes: php54-pecl-%{pecl_name} <= %{version} -Obsoletes: php54w-pecl-%{pecl_name} <= %{version} -Obsoletes: php55u-pecl-%{pecl_name} <= %{version} -Obsoletes: php55w-pecl-%{pecl_name} <= %{version} -Obsoletes: php56u-pecl-%{pecl_name} <= %{version} -Obsoletes: php56w-pecl-%{pecl_name} <= %{version} -Obsoletes: php70u-pecl-%{pecl_name} <= %{version} -Obsoletes: php70w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "7.1" -Obsoletes: php71u-pecl-%{pecl_name} <= %{version} -Obsoletes: php71w-pecl-%{pecl_name} <= %{version} -%endif -%endif - -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - - -%description -The Yet Another Framework (Yaf) extension is a PHP framework that is used -to develop web applications. - -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. - - -%prep -%setup -qc -%if 0%{?gh_date:1} -mv %{gh_project}-%{gh_commit} NTS -mv NTS/package.xml . -%else -mv %{pecl_name}-%{version} NTS -%endif - -# Don't install/register tests -sed -e 's/role="test"/role="src"/' \ - %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \ - -i package.xml - -cd NTS - -# Sanity check, really often broken -extver=$(sed -n '/#define PHP_YAF_VERSION/{s/.*\t"//;s/".*$//;p}' php_yaf.h ) -if test "x${extver}" != "x%{version}%{?gh_date:-dev}"; then - : Error: Upstream extension version is ${extver}, expecting %{version}%{?gh_date:-dev}. - exit 1 -fi -cd .. - -%if %{with_zts} -# duplicate for ZTS build -cp -pr NTS ZTS -%endif - - -%build -cd NTS -%{_bindir}/phpize -%configure --with-php-config=%{_bindir}/php-config -make %{?_smp_mflags} - -%if %{with_zts} -cd ../ZTS -%{_bindir}/zts-phpize -%configure --with-php-config=%{_bindir}/zts-php-config -make %{?_smp_mflags} -%endif - - -%install -# Install the NTS stuff -make -C NTS install INSTALL_ROOT=%{buildroot} -install -D -m 644 %{SOURCE1} %{buildroot}%{php_inidir}/%{ini_name} - -# Install the ZTS stuff -%if %{with_zts} -make -C ZTS install INSTALL_ROOT=%{buildroot} -install -D -m 644 %{SOURCE1} %{buildroot}%{php_ztsinidir}/%{ini_name} -%endif - -# Install the package XML file -install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml - -# Documentation -for i in $(grep 'role="doc"' package.xml | sed -e 's/^.*name="//;s/".*$//') -do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i -done - - -%check -sed -e 's/Catchable/%s/' -i ?TS/tests/022.phpt - -cd NTS -: Minimal load test for NTS extension -%{__php} --no-php-ini \ - --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} - -: Upstream test suite for NTS extension -TEST_PHP_EXECUTABLE=%{__php} \ -TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \ -NO_INTERACTION=1 \ -REPORT_EXIT_STATUS=1 \ -%{__php} -n run-tests.php --show-diff - -%if %{with_zts} -cd ../ZTS -# https://github.com/laruence/php-yaf/issues/180 -rm tests/016.phpt - -: Minimal load test for ZTS extension -%{__ztsphp} --no-php-ini \ - --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ - --modules | grep %{pecl_name} - -: Upstream test suite for NTS extension -TEST_PHP_EXECUTABLE=%{__ztsphp} \ -TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \ -NO_INTERACTION=1 \ -REPORT_EXIT_STATUS=1 \ -%{__ztsphp} -n run-tests.php --show-diff -%endif - - -%if 0%{?fedora} < 24 -# when pear installed alone, after us -%triggerin -- %{?scl_prefix}php-pear -if [ -x %{__pecl} ] ; then - %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : -fi - -# posttrans as pear can be installed after us -%posttrans -if [ -x %{__pecl} ] ; then - %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : -fi - -%postun -if [ $1 -eq 0 -a -x %{__pecl} ] ; then - %{pecl_uninstall} %{pecl_name} >/dev/null || : -fi -%endif - - -%files -%{?_licensedir:%license NTS/LICENSE} -%doc %{pecl_docdir}/%{pecl_name} -%{pecl_xmldir}/%{name}.xml - -%config(noreplace) %{php_inidir}/%{ini_name} -%{php_extdir}/%{pecl_name}.so - -%if %{with_zts} -%{php_ztsextdir}/%{pecl_name}.so -%config(noreplace) %{php_ztsinidir}/%{ini_name} -%endif - - -%changelog -* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 3.0.4-3 -- rebuild with PHP 7.1.0 GA - -* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 3.0.4-2 -- rebuild for PHP 7.1 new API version - -* Thu Sep 1 2016 Remi Collet <remi@fedoraproject.org> - 3.0.4-1 -- update to 3.0.4 - -* Sat Jul 2 2016 Remi Collet <remi@fedoraproject.org> - 3.0.3-1 -- update to 3.0.3 -- drop patch merged upstream - -* Sat Jun 11 2016 Remi Collet <remi@fedoraproject.org> - 3.0.2-3 -- add patch for PHP 7.1 - open https://github.com/laruence/yaf/pull/289 - -* Sun Mar 6 2016 Remi Collet <remi@fedoraproject.org> - 3.0.2-2 -- adapt for F24 - -* Mon Dec 28 2015 Remi Collet <remi@fedoraproject.org> - 3.0.2-1 -- update to 3.0.2 (beta, php 7) - -* Sun Dec 13 2015 Remi Collet <remi@fedoraproject.org> - 3.0.1-1 -- update to 3.0.1 (beta, php 7) - -* Tue Oct 27 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-1 -- update to 3.0.0 (php 7) - -* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.8.20150914gitaeb6457 -- rebuild for PHP 7.0.0RC5 new API version -- new snapshot - -* Sun Sep 6 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.7.20150906git63222a2 -- new shapshot (changes from 2.3.5) - -* Thu Aug 13 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.6.20150813git2dd49ab -- new shapshot - -* Fri Jul 24 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.6.20150720git629d412 -- ignore 1 failed test on ZTS -- open https://github.com/laruence/php-yaf/issues/180 (1 failed on ZTS) - -* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.5.20150720git629d412 -- rebuild against php 7.0.0beta2 - -* Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.4.20150701gitfb20f6c -- rebuild against php 7.0.0beta1 - -* Wed Jun 24 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.3.20150618gita40f01e -- new snapshot -- rebuild for "rh_layout" - -* Wed Jun 17 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.2.20150612gita1bd3ac -- rebuild - -* Fri Jun 12 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.1.20150612gita1bd3ac -- Update to 3.0.0-dev for PHP 7 -- sources from github -- drop runtime dependency on pear, new scriptlets - -* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 2.3.3-1.1 -- Fedora 21 SCL mass rebuild - -* Sat Oct 25 2014 Remi Collet <remi@fedoraproject.org> - 2.3.3-1 -- Update to 2.3.3 - -* Tue Aug 26 2014 Remi Collet <rcollet@redhat.com> - 2.3.2-4 -- improve SCL build - -* Thu Jun 26 2014 Remi Collet <remi@fedoraproject.org> - 2.3.2-3 -- upstream patch for PHP 5.6 - -* Thu Apr 17 2014 Remi Collet <remi@fedoraproject.org> - 2.3.2-2 -- add numerical prefix to extension configuration file (php 5.6) - -* Thu Jan 09 2014 Remi Collet <remi@fedoraproject.org> - 2.3.2-1 -- Update to 2.3.2 (beta) - -* Wed Jan 08 2014 Remi Collet <remi@fedoraproject.org> - 2.3.1-1 -- Update to 2.3.1 (beta) - -* Wed Jan 08 2014 Remi Collet <remi@fedoraproject.org> - 2.3.0-1 -- Update to 2.3.0 (beta) -- install doc in pecl doc_dir -- install tests in pecl test_dir -- adapt for SCL -- add missing files from upstream git repo - https://github.com/laruence/php-yaf/issues/82 - -* Fri Jan 4 2013 Remi Collet <remi@fedoraproject.org> - 2.2.9-1 -- version 2.2.9 (stable) - -* Tue Dec 18 2012 Remi Collet <remi@fedoraproject.org> - 2.2.8-1 -- version 2.2.8 (stable) - -* Mon Nov 19 2012 Remi Collet <remi@fedoraproject.org> - 2.2.7-1 -- version 2.2.7 (stable) - -* Thu Nov 1 2012 Remi Collet <remi@fedoraproject.org> - 2.2.6-1 -- version 2.2.6 (stable) - -* Mon Oct 22 2012 Remi Collet <remi@fedoraproject.org> - 2.2.5-1 -- version 2.2.5 (stable) -- LICENSE now provided by upstream - -* Tue Sep 4 2012 Remi Collet <remi@fedoraproject.org> - 2.2.4-1 -- version 2.2.4 (beta) -- initial package |