summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-12 13:10:34 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-12 13:10:34 +0200
commit7ed2ce687a97d503986827ea013318e279531884 (patch)
tree304790a3363b889b4afcb897277d5d7fbf9b58a2
parentdc118653fd95e270458d8bb001155d237708e406 (diff)
php-pecl-yaf: 3.0.0dev for PHP 7
-rw-r--r--REFLECTION-DEV3358
-rw-r--r--php-pecl-yaf-dev.spec60
2 files changed, 3399 insertions, 19 deletions
diff --git a/REFLECTION-DEV b/REFLECTION-DEV
new file mode 100644
index 0000000..6ea30ad
--- /dev/null
+++ b/REFLECTION-DEV
@@ -0,0 +1,3358 @@
+Extension [ <persistent> extension #16 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.cache_config <SYSTEM> ]
+ Current = '0'
+ }
+ 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 ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits BaseException, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:yaf> class Yaf_Exception_StartupError extends Yaf_Exception ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits BaseException, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:yaf> class Yaf_Exception_RouterFailed extends Yaf_Exception ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits BaseException, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:yaf> class Yaf_Exception_DispatchFailed extends Yaf_Exception ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits BaseException, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:yaf> class Yaf_Exception_LoadFailed extends Yaf_Exception ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits BaseException, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Module extends Yaf_Exception_LoadFailed ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits BaseException, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Controller extends Yaf_Exception_LoadFailed ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits BaseException, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:yaf> class Yaf_Exception_LoadFailed_Action extends Yaf_Exception_LoadFailed ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits BaseException, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:yaf> class Yaf_Exception_LoadFailed_View extends Yaf_Exception_LoadFailed ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits BaseException, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:yaf> class Yaf_Exception_TypeError extends Yaf_Exception ] {
+
+ - 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 [9] {
+ Method [ <internal:Core, inherits BaseException, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits BaseException> public method __toString ] {
+ }
+ }
+ }
+ }
+}
+
diff --git a/php-pecl-yaf-dev.spec b/php-pecl-yaf-dev.spec
index a5ce7b7..77f4edc 100644
--- a/php-pecl-yaf-dev.spec
+++ b/php-pecl-yaf-dev.spec
@@ -1,4 +1,4 @@
-# spec file for php-pecl-yaf
+# remirepo spec file for php-pecl-yaf
#
# Copyright (c) 2012-2015 Remi Collet
# License: CC-BY-SA
@@ -11,22 +11,31 @@
%{!?__pecl: %global __pecl %{_bindir}/pecl}
%{!?__php: %global __php %{_bindir}/php}
-%global with_zts 0%{?__ztsphp:1}
-%global pecl_name yaf
+%global gh_commit a1bd3ac1c05638b6a7824ee477b3565678d6e567
+%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
+%global gh_owner laruence
+%global gh_project php-yaf
+%global gh_date 20150612
+%global with_zts 0%{?__ztsphp:1}
+%global pecl_name yaf
%if "%{php_version}" < "5.6"
-%global ini_name %{pecl_name}.ini
+%global ini_name %{pecl_name}.ini
%else
-%global ini_name 40-%{pecl_name}.ini
+%global ini_name 40-%{pecl_name}.ini
%endif
Summary: Yet Another Framework
Name: %{?scl_prefix}php-pecl-yaf
-Version: 2.3.3
-Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1
+Version: 3.0.0
+%if 0%{?gh_date:1}
+Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+%else
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+%endif
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/yaf
-Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
+Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
Source1: %{pecl_name}.ini
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -34,8 +43,6 @@ BuildRequires: %{?scl_prefix}php-devel >= 5.2.0
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: pcre-devel
-Requires(post): %{__pecl}
-Requires(postun): %{__pecl}
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
@@ -76,8 +83,9 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
%prep
-%setup -q -c
-mv %{pecl_name}-%{version} NTS
+%setup -qc
+mv %{gh_project}-%{gh_commit} NTS
+mv NTS/package.xml .
# Don't install/register tests
sed -e 's/role="test"/role="src"/' -i package.xml
@@ -85,8 +93,8 @@ sed -e 's/role="test"/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}"; then
- : Error: Upstream extension version is ${extver}, expecting %{version}.
+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 ..
@@ -144,7 +152,7 @@ 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
+%{__php} -n run-tests.php --show-diff
%if %{with_zts}
cd ../ZTS
@@ -158,16 +166,24 @@ 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
+%{__ztsphp} -n run-tests.php --show-diff
%endif
-%post
-%{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
+# 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 ] ; then
+if [ $1 -eq 0 -a -x %{__pecl} ] ; then
%{pecl_uninstall} %{pecl_name} >/dev/null || :
fi
@@ -178,6 +194,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
+%{?_licensedir:%license NTS/LICENSE}
%doc %{pecl_docdir}/%{pecl_name}
%config(noreplace) %{php_inidir}/%{ini_name}
@@ -191,6 +208,11 @@ rm -rf %{buildroot}
%changelog
+* 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