Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 450

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Yet Another Framework</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.yaml-parse.html">yaml_parse</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="intro.yaf.html">Introduction</a></div>
 <div class="up"><a href="refs.basic.other.html">Other Basic Extensions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="book.yaf" class="book">
 <h1 class="title">Yet Another Framework</h1>
 

 

 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 






 





     
 






 





       
 






 






 





  
 





  

<ul class="chunklist chunklist_book"><li><a href="intro.yaf.html">Introduction</a></li><li><a href="yaf.setup.html">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf.requirements.html">Requirements</a></li><li><a href="yaf.installation.html">Installation</a></li><li><a href="yaf.configuration.html">Runtime Configuration</a></li><li><a href="yaf.resources.html">Resource Types</a></li></ul></li><li><a href="yaf.constants.html">Predefined Constants</a></li><li><a href="yaf.tutorials.html">Examples</a></li><li><a href="yaf.appconfig.html">Application Configuration</a></li><li><a href="class.yaf-application.html">Yaf_Application</a> — The Yaf_Application class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-application.app.html">Yaf_Application::app</a> — Retrieve an Application instance</li><li><a href="yaf-application.bootstrap.html">Yaf_Application::bootstrap</a> — Call bootstrap</li><li><a href="yaf-application.clearlasterror.html">Yaf_Application::clearLastError</a> — Clear the last error info</li><li><a href="yaf-application.clone.html">Yaf_Application::__clone</a> — Yaf_Application can not be cloned</li><li><a href="yaf-application.construct.html">Yaf_Application::__construct</a> — Yaf_Application constructor</li><li><a href="yaf-application.destruct.html">Yaf_Application::__destruct</a> — The __destruct purpose</li><li><a href="yaf-application.environ.html">Yaf_Application::environ</a> — Retrive environ</li><li><a href="yaf-application.execute.html">Yaf_Application::execute</a> — Execute a callback</li><li><a href="yaf-application.getappdirectory.html">Yaf_Application::getAppDirectory</a> — Get the application directory</li><li><a href="yaf-application.getconfig.html">Yaf_Application::getConfig</a> — Retrive the config instance</li><li><a href="yaf-application.getdispatcher.html">Yaf_Application::getDispatcher</a> — Get Yaf_Dispatcher instance</li><li><a href="yaf-application.getlasterrormsg.html">Yaf_Application::getLastErrorMsg</a> — Get message of the last occurred error</li><li><a href="yaf-application.getlasterrorno.html">Yaf_Application::getLastErrorNo</a> — Get code of last occurred error</li><li><a href="yaf-application.getmodules.html">Yaf_Application::getModules</a> — Get defined module names</li><li><a href="yaf-application.run.html">Yaf_Application::run</a> — Start Yaf_Application</li><li><a href="yaf-application.setappdirectory.html">Yaf_Application::setAppDirectory</a> — Change the application directory</li><li><a href="yaf-application.sleep.html">Yaf_Application::__sleep</a> — Yaf_Application can not be serialized</li><li><a href="yaf-application.wakeup.html">Yaf_Application::__wakeup</a> — Yaf_Application can not be unserialized</li></ul></li><li><a href="class.yaf-bootstrap-abstract.html">Yaf_Bootstrap_Abstract</a> — The Yaf_Bootstrap_Abstract class</li><li><a href="class.yaf-dispatcher.html">Yaf_Dispatcher</a> — The Yaf_Dispatcher class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-dispatcher.autorender.html">Yaf_Dispatcher::autoRender</a> — Switch on/off autorendering</li><li><a href="yaf-dispatcher.catchexception.html">Yaf_Dispatcher::catchException</a> — Switch on/off exception catching</li><li><a href="yaf-dispatcher.clone.html">Yaf_Dispatcher::__clone</a> — Yaf_Dispatcher can not be cloned</li><li><a href="yaf-dispatcher.construct.html">Yaf_Dispatcher::__construct</a> — Yaf_Dispatcher constructor</li><li><a href="yaf-dispatcher.disableview.html">Yaf_Dispatcher::disableView</a> — Disable view rendering</li><li><a href="yaf-dispatcher.dispatch.html">Yaf_Dispatcher::dispatch</a> — Dispatch a request</li><li><a href="yaf-dispatcher.enableview.html">Yaf_Dispatcher::enableView</a> — enable view rendering</li><li><a href="yaf-dispatcher.flushinstantly.html">Yaf_Dispatcher::flushInstantly</a> — Switch on/off the instant flushing</li><li><a href="yaf-dispatcher.getapplication.html">Yaf_Dispatcher::getApplication</a> — Retrive the application</li><li><a href="yaf-dispatcher.getinstance.html">Yaf_Dispatcher::getInstance</a> — Retrive the dispatcher instance</li><li><a href="yaf-dispatcher.getrequest.html">Yaf_Dispatcher::getRequest</a> — Retrive the request instance</li><li><a href="yaf-dispatcher.getrouter.html">Yaf_Dispatcher::getRouter</a> — Retrive router instance</li><li><a href="yaf-dispatcher.initview.html">Yaf_Dispatcher::initView</a> — Initialize view and return it</li><li><a href="yaf-dispatcher.registerplugin.html">Yaf_Dispatcher::registerPlugin</a> — Register a plugin</li><li><a href="yaf-dispatcher.returnresponse.html">Yaf_Dispatcher::returnResponse</a> — The returnResponse purpose</li><li><a href="yaf-dispatcher.setdefaultaction.html">Yaf_Dispatcher::setDefaultAction</a> — Change default action name</li><li><a href="yaf-dispatcher.setdefaultcontroller.html">Yaf_Dispatcher::setDefaultController</a> — Change default controller name</li><li><a href="yaf-dispatcher.setdefaultmodule.html">Yaf_Dispatcher::setDefaultModule</a> — Change default module name</li><li><a href="yaf-dispatcher.seterrorhandler.html">Yaf_Dispatcher::setErrorHandler</a> — Set error handler</li><li><a href="yaf-dispatcher.setrequest.html">Yaf_Dispatcher::setRequest</a> — The setRequest purpose</li><li><a href="yaf-dispatcher.setview.html">Yaf_Dispatcher::setView</a> — Set a custom view engine</li><li><a href="yaf-dispatcher.sleep.html">Yaf_Dispatcher::__sleep</a> — Yaf_Dispatcher can not be serialized</li><li><a href="yaf-dispatcher.throwexception.html">Yaf_Dispatcher::throwException</a> — Switch on/off exception throwing</li><li><a href="yaf-dispatcher.wakeup.html">Yaf_Dispatcher::__wakeup</a> — Yaf_Dispatcher can not be unserialized</li></ul></li><li><a href="class.yaf-config-abstract.html">Yaf_Config_Abstract</a> — The Yaf_Config_Abstract class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-config-abstract.get.html">Yaf_Config_Abstract::get</a> — Getter</li><li><a href="yaf-config-abstract.readonly.html">Yaf_Config_Abstract::readonly</a> — Find a config whether readonly</li><li><a href="yaf-config-abstract.set.html">Yaf_Config_Abstract::set</a> — Setter</li><li><a href="yaf-config-abstract.toarray.html">Yaf_Config_Abstract::toArray</a> — Cast to array</li></ul></li><li><a href="class.yaf-config-ini.html">Yaf_Config_Ini</a> — The Yaf_Config_Ini class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-config-ini.construct.html">Yaf_Config_Ini::__construct</a> — Yaf_Config_Ini constructor</li><li><a href="yaf-config-ini.count.html">Yaf_Config_Ini::count</a> — The count purpose</li><li><a href="yaf-config-ini.current.html">Yaf_Config_Ini::current</a> — The current purpose</li><li><a href="yaf-config-ini.get.html">Yaf_Config_Ini::__get</a> — The __get purpose</li><li><a href="yaf-config-ini.isset.html">Yaf_Config_Ini::__isset</a> — The __isset purpose</li><li><a href="yaf-config-ini.key.html">Yaf_Config_Ini::key</a> — The key purpose</li><li><a href="yaf-config-ini.next.html">Yaf_Config_Ini::next</a> — The next purpose</li><li><a href="yaf-config-ini.offsetexists.html">Yaf_Config_Ini::offsetExists</a> — The offsetExists purpose</li><li><a href="yaf-config-ini.offsetget.html">Yaf_Config_Ini::offsetGet</a> — The offsetGet purpose</li><li><a href="yaf-config-ini.offsetset.html">Yaf_Config_Ini::offsetSet</a> — The offsetSet purpose</li><li><a href="yaf-config-ini.offsetunset.html">Yaf_Config_Ini::offsetUnset</a> — The offsetUnset purpose</li><li><a href="yaf-config-ini.readonly.html">Yaf_Config_Ini::readonly</a> — The readonly purpose</li><li><a href="yaf-config-ini.rewind.html">Yaf_Config_Ini::rewind</a> — The rewind purpose</li><li><a href="yaf-config-ini.set.html">Yaf_Config_Ini::__set</a> — The __set purpose</li><li><a href="yaf-config-ini.toarray.html">Yaf_Config_Ini::toArray</a> — Returns a PHP array</li><li><a href="yaf-config-ini.valid.html">Yaf_Config_Ini::valid</a> — The valid purpose</li></ul></li><li><a href="class.yaf-config-simple.html">Yaf_Config_Simple</a> — The Yaf_Config_Simple class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-config-simple.construct.html">Yaf_Config_Simple::__construct</a> — The __construct purpose</li><li><a href="yaf-config-simple.count.html">Yaf_Config_Simple::count</a> — The count purpose</li><li><a href="yaf-config-simple.current.html">Yaf_Config_Simple::current</a> — The current purpose</li><li><a href="yaf-config-simple.get.html">Yaf_Config_Simple::__get</a> — The __get purpose</li><li><a href="yaf-config-simple.isset.html">Yaf_Config_Simple::__isset</a> — The __isset purpose</li><li><a href="yaf-config-simple.key.html">Yaf_Config_Simple::key</a> — The key purpose</li><li><a href="yaf-config-simple.next.html">Yaf_Config_Simple::next</a> — The next purpose</li><li><a href="yaf-config-simple.offsetexists.html">Yaf_Config_Simple::offsetExists</a> — The offsetExists purpose</li><li><a href="yaf-config-simple.offsetget.html">Yaf_Config_Simple::offsetGet</a> — The offsetGet purpose</li><li><a href="yaf-config-simple.offsetset.html">Yaf_Config_Simple::offsetSet</a> — The offsetSet purpose</li><li><a href="yaf-config-simple.offsetunset.html">Yaf_Config_Simple::offsetUnset</a> — The offsetUnset purpose</li><li><a href="yaf-config-simple.readonly.html">Yaf_Config_Simple::readonly</a> — The readonly purpose</li><li><a href="yaf-config-simple.rewind.html">Yaf_Config_Simple::rewind</a> — The rewind purpose</li><li><a href="yaf-config-simple.set.html">Yaf_Config_Simple::__set</a> — The __set purpose</li><li><a href="yaf-config-simple.toarray.html">Yaf_Config_Simple::toArray</a> — Returns a PHP array</li><li><a href="yaf-config-simple.valid.html">Yaf_Config_Simple::valid</a> — The valid purpose</li></ul></li><li><a href="class.yaf-controller-abstract.html">Yaf_Controller_Abstract</a> — The Yaf_Controller_Abstract class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-controller-abstract.clone.html">Yaf_Controller_Abstract::__clone</a> — Yaf_Controller_Abstract can not be cloned</li><li><a href="yaf-controller-abstract.construct.html">Yaf_Controller_Abstract::__construct</a> — Yaf_Controller_Abstract constructor</li><li><a href="yaf-controller-abstract.display.html">Yaf_Controller_Abstract::display</a> — The display purpose</li><li><a href="yaf-controller-abstract.forward.html">Yaf_Controller_Abstract::forward</a> — foward to another action</li><li><a href="yaf-controller-abstract.getinvokearg.html">Yaf_Controller_Abstract::getInvokeArg</a> — The getInvokeArg purpose</li><li><a href="yaf-controller-abstract.getinvokeargs.html">Yaf_Controller_Abstract::getInvokeArgs</a> — The getInvokeArgs purpose</li><li><a href="yaf-controller-abstract.getmodulename.html">Yaf_Controller_Abstract::getModuleName</a> — Get module name</li><li><a href="yaf-controller-abstract.getrequest.html">Yaf_Controller_Abstract::getRequest</a> — Retrieve current request object</li><li><a href="yaf-controller-abstract.getresponse.html">Yaf_Controller_Abstract::getResponse</a> — Retrieve current response object</li><li><a href="yaf-controller-abstract.getview.html">Yaf_Controller_Abstract::getView</a> — Retrieve the view engine</li><li><a href="yaf-controller-abstract.getviewpath.html">Yaf_Controller_Abstract::getViewpath</a> — The getViewpath purpose</li><li><a href="yaf-controller-abstract.init.html">Yaf_Controller_Abstract::init</a> — Controller initializer</li><li><a href="yaf-controller-abstract.initview.html">Yaf_Controller_Abstract::initView</a> — The initView purpose</li><li><a href="yaf-controller-abstract.redirect.html">Yaf_Controller_Abstract::redirect</a> — Redirect to a URL</li><li><a href="yaf-controller-abstract.render.html">Yaf_Controller_Abstract::render</a> — Render view template</li><li><a href="yaf-controller-abstract.setviewpath.html">Yaf_Controller_Abstract::setViewpath</a> — The setViewpath purpose</li></ul></li><li><a href="class.yaf-action-abstract.html">Yaf_Action_Abstract</a> — The Yaf_Action_Abstract class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-action-abstract.execute.html">Yaf_Action_Abstract::execute</a> — Action entry point</li><li><a href="yaf-action-abstract.getcontroller.html">Yaf_Action_Abstract::getController</a> — Retrieve controller object</li></ul></li><li><a href="class.yaf-view-interface.html">Yaf_View_Interface</a> — The Yaf_View_Interface class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-view-interface.assign.html">Yaf_View_Interface::assign</a> — Assign value to View engine</li><li><a href="yaf-view-interface.display.html">Yaf_View_Interface::display</a> — Render and output a template</li><li><a href="yaf-view-interface.getscriptpath.html">Yaf_View_Interface::getScriptPath</a> — The getScriptPath purpose</li><li><a href="yaf-view-interface.render.html">Yaf_View_Interface::render</a> — Render a template</li><li><a href="yaf-view-interface.setscriptpath.html">Yaf_View_Interface::setScriptPath</a> — The setScriptPath purpose</li></ul></li><li><a href="class.yaf-view-simple.html">Yaf_View_Simple</a> — The Yaf_View_Simple class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-view-simple.assign.html">Yaf_View_Simple::assign</a> — Assign values</li><li><a href="yaf-view-simple.assignref.html">Yaf_View_Simple::assignRef</a> — The assignRef purpose</li><li><a href="yaf-view-simple.clear.html">Yaf_View_Simple::clear</a> — Clear Assigned values</li><li><a href="yaf-view-simple.construct.html">Yaf_View_Simple::__construct</a> — Constructor of Yaf_View_Simple</li><li><a href="yaf-view-simple.display.html">Yaf_View_Simple::display</a> — Render and display</li><li><a href="yaf-view-simple.eval.html">Yaf_View_Simple::eval</a> — Render template</li><li><a href="yaf-view-simple.get.html">Yaf_View_Simple::__get</a> — Retrieve assigned variable</li><li><a href="yaf-view-simple.getscriptpath.html">Yaf_View_Simple::getScriptPath</a> — Get templates directory</li><li><a href="yaf-view-simple.isset.html">Yaf_View_Simple::__isset</a> — The __isset purpose</li><li><a href="yaf-view-simple.render.html">Yaf_View_Simple::render</a> — Render template</li><li><a href="yaf-view-simple.set.html">Yaf_View_Simple::__set</a> — Set value to engine</li><li><a href="yaf-view-simple.setscriptpath.html">Yaf_View_Simple::setScriptPath</a> — Set tempaltes directory</li></ul></li><li><a href="class.yaf-loader.html">Yaf_Loader</a> — The Yaf_Loader class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-loader.autoload.html">Yaf_Loader::autoload</a> — The autoload purpose</li><li><a href="yaf-loader.clearlocalnamespace.html">Yaf_Loader::clearLocalNamespace</a> — The clearLocalNamespace purpose</li><li><a href="yaf-loader.clone.html">Yaf_Loader::__clone</a> — The __clone purpose</li><li><a href="yaf-loader.construct.html">Yaf_Loader::__construct</a> — The __construct purpose</li><li><a href="yaf-loader.getinstance.html">Yaf_Loader::getInstance</a> — The getInstance purpose</li><li><a href="yaf-loader.getlibrarypath.html">Yaf_Loader::getLibraryPath</a> — get the library path</li><li><a href="yaf-loader.getlocalnamespace.html">Yaf_Loader::getLocalNamespace</a> — The getLocalNamespace purpose</li><li><a href="yaf-loader.import.html">Yaf_Loader::import</a> — The import purpose</li><li><a href="yaf-loader.islocalname.html">Yaf_Loader::isLocalName</a> — The isLocalName purpose</li><li><a href="yaf-loader.registerlocalnamespace.html">Yaf_Loader::registerLocalNamespace</a> — register local class prefix</li><li><a href="yaf-loader.setlibrarypath.html">Yaf_Loader::setLibraryPath</a> — Change the library path</li><li><a href="yaf-loader.sleep.html">Yaf_Loader::__sleep</a> — The __sleep purpose</li><li><a href="yaf-loader.wakeup.html">Yaf_Loader::__wakeup</a> — The __wakeup purpose</li></ul></li><li><a href="class.yaf-plugin-abstract.html">Yaf_Plugin_Abstract</a> — The Yaf_Plugin_Abstract class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-plugin-abstract.dispatchloopshutdown.html">Yaf_Plugin_Abstract::dispatchLoopShutdown</a> — The dispatchLoopShutdown purpose</li><li><a href="yaf-plugin-abstract.dispatchloopstartup.html">Yaf_Plugin_Abstract::dispatchLoopStartup</a> — The dispatchLoopStartup purpose</li><li><a href="yaf-plugin-abstract.postdispatch.html">Yaf_Plugin_Abstract::postDispatch</a> — The postDispatch purpose</li><li><a href="yaf-plugin-abstract.predispatch.html">Yaf_Plugin_Abstract::preDispatch</a> — The preDispatch purpose</li><li><a href="yaf-plugin-abstract.preresponse.html">Yaf_Plugin_Abstract::preResponse</a> — The preResponse purpose</li><li><a href="yaf-plugin-abstract.routershutdown.html">Yaf_Plugin_Abstract::routerShutdown</a> — The routerShutdown purpose</li><li><a href="yaf-plugin-abstract.routerstartup.html">Yaf_Plugin_Abstract::routerStartup</a> — RouterStartup hook</li></ul></li><li><a href="class.yaf-registry.html">Yaf_Registry</a> — The Yaf_Registry class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-registry.clone.html">Yaf_Registry::__clone</a> — The __clone purpose</li><li><a href="yaf-registry.construct.html">Yaf_Registry::__construct</a> — Yaf_Registry implements singleton</li><li><a href="yaf-registry.del.html">Yaf_Registry::del</a> — Remove an item from registry</li><li><a href="yaf-registry.get.html">Yaf_Registry::get</a> — Retrieve an item from registry</li><li><a href="yaf-registry.has.html">Yaf_Registry::has</a> — Check whether an item exists</li><li><a href="yaf-registry.set.html">Yaf_Registry::set</a> — Add an item into registry</li></ul></li><li><a href="class.yaf-request-abstract.html">Yaf_Request_Abstract</a> — The Yaf_Request_Abstract class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-request-abstract.getactionname.html">Yaf_Request_Abstract::getActionName</a> — The getActionName purpose</li><li><a href="yaf-request-abstract.getbaseuri.html">Yaf_Request_Abstract::getBaseUri</a> — The getBaseUri purpose</li><li><a href="yaf-request-abstract.getcontrollername.html">Yaf_Request_Abstract::getControllerName</a> — The getControllerName purpose</li><li><a href="yaf-request-abstract.getenv.html">Yaf_Request_Abstract::getEnv</a> — Retrieve ENV varialbe</li><li><a href="yaf-request-abstract.getexception.html">Yaf_Request_Abstract::getException</a> — The getException purpose</li><li><a href="yaf-request-abstract.getlanguage.html">Yaf_Request_Abstract::getLanguage</a> — The getLanguage purpose</li><li><a href="yaf-request-abstract.getmethod.html">Yaf_Request_Abstract::getMethod</a> — The getMethod purpose</li><li><a href="yaf-request-abstract.getmodulename.html">Yaf_Request_Abstract::getModuleName</a> — The getModuleName purpose</li><li><a href="yaf-request-abstract.getparam.html">Yaf_Request_Abstract::getParam</a> — The getParam purpose</li><li><a href="yaf-request-abstract.getparams.html">Yaf_Request_Abstract::getParams</a> — The getParams purpose</li><li><a href="yaf-request-abstract.getrequesturi.html">Yaf_Request_Abstract::getRequestUri</a> — The getRequestUri purpose</li><li><a href="yaf-request-abstract.getserver.html">Yaf_Request_Abstract::getServer</a> — Retrieve SERVER variable</li><li><a href="yaf-request-abstract.iscli.html">Yaf_Request_Abstract::isCli</a> — The isCli purpose</li><li><a href="yaf-request-abstract.isdispatched.html">Yaf_Request_Abstract::isDispatched</a> — The isDispatched purpose</li><li><a href="yaf-request-abstract.isget.html">Yaf_Request_Abstract::isGet</a> — The isGet purpose</li><li><a href="yaf-request-abstract.ishead.html">Yaf_Request_Abstract::isHead</a> — The isHead purpose</li><li><a href="yaf-request-abstract.isoptions.html">Yaf_Request_Abstract::isOptions</a> — The isOptions purpose</li><li><a href="yaf-request-abstract.ispost.html">Yaf_Request_Abstract::isPost</a> — The isPost purpose</li><li><a href="yaf-request-abstract.isput.html">Yaf_Request_Abstract::isPut</a> — The isPut purpose</li><li><a href="yaf-request-abstract.isrouted.html">Yaf_Request_Abstract::isRouted</a> — The isRouted purpose</li><li><a href="yaf-request-abstract.isxmlhttprequest.html">Yaf_Request_Abstract::isXmlHttpRequest</a> — The isXmlHttpRequest purpose</li><li><a href="yaf-request-abstract.setactionname.html">Yaf_Request_Abstract::setActionName</a> — The setActionName purpose</li><li><a href="yaf-request-abstract.setbaseuri.html">Yaf_Request_Abstract::setBaseUri</a> — set base URI</li><li><a href="yaf-request-abstract.setcontrollername.html">Yaf_Request_Abstract::setControllerName</a> — The setControllerName purpose</li><li><a href="yaf-request-abstract.setdispatched.html">Yaf_Request_Abstract::setDispatched</a> — The setDispatched purpose</li><li><a href="yaf-request-abstract.setmodulename.html">Yaf_Request_Abstract::setModuleName</a> — The setModuleName purpose</li><li><a href="yaf-request-abstract.setparam.html">Yaf_Request_Abstract::setParam</a> — The setParam purpose</li><li><a href="yaf-request-abstract.setrequesturi.html">Yaf_Request_Abstract::setRequestUri</a> — The setRequestUri purpose</li><li><a href="yaf-request-abstract.setrouted.html">Yaf_Request_Abstract::setRouted</a> — The setRouted purpose</li></ul></li><li><a href="class.yaf-request-http.html">Yaf_Request_Http</a> — The Yaf_Request_Http class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-request-http.clone.html">Yaf_Request_Http::__clone</a> — The __clone purpose</li><li><a href="yaf-request-http.construct.html">Yaf_Request_Http::__construct</a> — The __construct purpose</li><li><a href="yaf-request-http.get.html">Yaf_Request_Http::get</a> — Retrieve variable from client</li><li><a href="yaf-request-http.getcookie.html">Yaf_Request_Http::getCookie</a> — Retrieve Cookie varialbe</li><li><a href="yaf-request-http.getfiles.html">Yaf_Request_Http::getFiles</a> — The getFiles purpose</li><li><a href="yaf-request-http.getpost.html">Yaf_Request_Http::getPost</a> — Retrieve POST variable</li><li><a href="yaf-request-http.getquery.html">Yaf_Request_Http::getQuery</a> — Fetch a query parameter</li><li><a href="yaf-request-http.getrequest.html">Yaf_Request_Http::getRequest</a> — The getRequest purpose</li><li><a href="yaf-request-http.isxmlhttprequest.html">Yaf_Request_Http::isXmlHttpRequest</a> — Whether a Ajax Request</li></ul></li><li><a href="class.yaf-request-simple.html">Yaf_Request_Simple</a> — The Yaf_Request_Simple class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-request-simple.clone.html">Yaf_Request_Simple::__clone</a> — The __clone purpose</li><li><a href="yaf-request-simple.construct.html">Yaf_Request_Simple::__construct</a> — The __construct purpose</li><li><a href="yaf-request-simple.get.html">Yaf_Request_Simple::get</a> — The get purpose</li><li><a href="yaf-request-simple.getcookie.html">Yaf_Request_Simple::getCookie</a> — The getCookie purpose</li><li><a href="yaf-request-simple.getfiles.html">Yaf_Request_Simple::getFiles</a> — The getFiles purpose</li><li><a href="yaf-request-simple.getpost.html">Yaf_Request_Simple::getPost</a> — The getPost purpose</li><li><a href="yaf-request-simple.getquery.html">Yaf_Request_Simple::getQuery</a> — The getQuery purpose</li><li><a href="yaf-request-simple.getrequest.html">Yaf_Request_Simple::getRequest</a> — The getRequest purpose</li><li><a href="yaf-request-simple.isxmlhttprequest.html">Yaf_Request_Simple::isXmlHttpRequest</a> — The isXmlHttpRequest purpose</li></ul></li><li><a href="class.yaf-response-abstract.html">Yaf_Response_Abstract</a> — The Yaf_Response_Abstract class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-response-abstract.appendbody.html">Yaf_Response_Abstract::appendBody</a> — append to body</li><li><a href="yaf-response-abstract.clearbody.html">Yaf_Response_Abstract::clearBody</a> — The clearBody purpose</li><li><a href="yaf-response-abstract.clearheaders.html">Yaf_Response_Abstract::clearHeaders</a> — The clearHeaders purpose</li><li><a href="yaf-response-abstract.clone.html">Yaf_Response_Abstract::__clone</a> — The __clone purpose</li><li><a href="yaf-response-abstract.construct.html">Yaf_Response_Abstract::__construct</a> — The __construct purpose</li><li><a href="yaf-response-abstract.destruct.html">Yaf_Response_Abstract::__destruct</a> — The __destruct purpose</li><li><a href="yaf-response-abstract.getbody.html">Yaf_Response_Abstract::getBody</a> — Retrieve a exists content</li><li><a href="yaf-response-abstract.getheader.html">Yaf_Response_Abstract::getHeader</a> — The getHeader purpose</li><li><a href="yaf-response-abstract.prependbody.html">Yaf_Response_Abstract::prependBody</a> — The prependBody purpose</li><li><a href="yaf-response-abstract.response.html">Yaf_Response_Abstract::response</a> — send response</li><li><a href="yaf-response-abstract.setallheaders.html">Yaf_Response_Abstract::setAllHeaders</a> — The setAllHeaders purpose</li><li><a href="yaf-response-abstract.setbody.html">Yaf_Response_Abstract::setBody</a> — Set content to response</li><li><a href="yaf-response-abstract.setheader.html">Yaf_Response_Abstract::setHeader</a> — The setHeader purpose</li><li><a href="yaf-response-abstract.setredirect.html">Yaf_Response_Abstract::setRedirect</a> — The setRedirect purpose</li><li><a href="yaf-response-abstract.tostring.html">Yaf_Response_Abstract::__toString</a> — The __toString purpose</li></ul></li><li><a href="class.yaf-route-interface.html">Yaf_Route_Interface</a> — The Yaf_Route_Interface class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-route-interface.route.html">Yaf_Route_Interface::route</a> — route a request</li></ul></li><li><a href="class.yaf-route-map.html">Yaf_Route_Map</a> — The Yaf_Route_Map class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-route-map.construct.html">Yaf_Route_Map::__construct</a> — The __construct purpose</li><li><a href="yaf-route-map.route.html">Yaf_Route_Map::route</a> — The route purpose</li></ul></li><li><a href="class.yaf-route-regex.html">Yaf_Route_Regex</a> — The Yaf_Route_Regex class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-route-regex.construct.html">Yaf_Route_Regex::__construct</a> — Yaf_Route_Regex constructor</li><li><a href="yaf-route-regex.route.html">Yaf_Route_Regex::route</a> — The route purpose</li></ul></li><li><a href="class.yaf-route-rewrite.html">Yaf_Route_Rewrite</a> — The Yaf_Route_Rewrite class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-route-rewrite.construct.html">Yaf_Route_Rewrite::__construct</a> — Yaf_Route_Rewrite constructor</li><li><a href="yaf-route-rewrite.route.html">Yaf_Route_Rewrite::route</a> — The route purpose</li></ul></li><li><a href="class.yaf-router.html">Yaf_Router</a> — The Yaf_Router class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-router.addconfig.html">Yaf_Router::addConfig</a> — Add config-defined routes into Router</li><li><a href="yaf-router.addroute.html">Yaf_Router::addRoute</a> — Add new Route into Router</li><li><a href="yaf-router.construct.html">Yaf_Router::__construct</a> — Yaf_Router constructor</li><li><a href="yaf-router.getcurrentroute.html">Yaf_Router::getCurrentRoute</a> — Get the effective route name</li><li><a href="yaf-router.getroute.html">Yaf_Router::getRoute</a> — Retrieve a route by name</li><li><a href="yaf-router.getroutes.html">Yaf_Router::getRoutes</a> — Retrieve registered routes</li><li><a href="yaf-router.route.html">Yaf_Router::route</a> — The route purpose</li></ul></li><li><a href="class.yaf-route-simple.html">Yaf_Route_Simple</a> — The Yaf_Route_Simple class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-route-simple.construct.html">Yaf_Route_Simple::__construct</a> — Yaf_Route_Simple constructor</li><li><a href="yaf-route-simple.route.html">Yaf_Route_Simple::route</a> — Route a request</li></ul></li><li><a href="class.yaf-route-static.html">Yaf_Route_Static</a> — The Yaf_Route_Static class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-route-static.match.html">Yaf_Route_Static::match</a> — The match purpose</li><li><a href="yaf-route-static.route.html">Yaf_Route_Static::route</a> — Route a request</li></ul></li><li><a href="class.yaf-route-supervar.html">Yaf_Route_Supervar</a> — The Yaf_Route_Supervar class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-route-supervar.construct.html">Yaf_Route_Supervar::__construct</a> — The __construct purpose</li><li><a href="yaf-route-supervar.route.html">Yaf_Route_Supervar::route</a> — The route purpose</li></ul></li><li><a href="class.yaf-session.html">Yaf_Session</a> — The Yaf_Session class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-session.clone.html">Yaf_Session::__clone</a> — The __clone purpose</li><li><a href="yaf-session.construct.html">Yaf_Session::__construct</a> — The __construct purpose</li><li><a href="yaf-session.count.html">Yaf_Session::count</a> — The count purpose</li><li><a href="yaf-session.current.html">Yaf_Session::current</a> — The current purpose</li><li><a href="yaf-session.del.html">Yaf_Session::del</a> — The del purpose</li><li><a href="yaf-session.get.html">Yaf_Session::__get</a> — The __get purpose</li><li><a href="yaf-session.getinstance.html">Yaf_Session::getInstance</a> — The getInstance purpose</li><li><a href="yaf-session.has.html">Yaf_Session::has</a> — The has purpose</li><li><a href="yaf-session.isset.html">Yaf_Session::__isset</a> — The __isset purpose</li><li><a href="yaf-session.key.html">Yaf_Session::key</a> — The key purpose</li><li><a href="yaf-session.next.html">Yaf_Session::next</a> — The next purpose</li><li><a href="yaf-session.offsetexists.html">Yaf_Session::offsetExists</a> — The offsetExists purpose</li><li><a href="yaf-session.offsetget.html">Yaf_Session::offsetGet</a> — The offsetGet purpose</li><li><a href="yaf-session.offsetset.html">Yaf_Session::offsetSet</a> — The offsetSet purpose</li><li><a href="yaf-session.offsetunset.html">Yaf_Session::offsetUnset</a> — The offsetUnset purpose</li><li><a href="yaf-session.rewind.html">Yaf_Session::rewind</a> — The rewind purpose</li><li><a href="yaf-session.set.html">Yaf_Session::__set</a> — The __set purpose</li><li><a href="yaf-session.sleep.html">Yaf_Session::__sleep</a> — The __sleep purpose</li><li><a href="yaf-session.start.html">Yaf_Session::start</a> — The start purpose</li><li><a href="yaf-session.unset.html">Yaf_Session::__unset</a> — The __unset purpose</li><li><a href="yaf-session.valid.html">Yaf_Session::valid</a> — The valid purpose</li><li><a href="yaf-session.wakeup.html">Yaf_Session::__wakeup</a> — The __wakeup purpose</li></ul></li><li><a href="class.yaf-exception.html">Yaf_Exception</a> — The Yaf_Exception class<ul class="chunklist chunklist_book chunklist_children"><li><a href="yaf-exception.construct.html">Yaf_Exception::__construct</a> — The __construct purpose</li><li><a href="yaf-exception.getprevious.html">Yaf_Exception::getPrevious</a> — The getPrevious purpose</li></ul></li><li><a href="class.yaf-exception-typeerror.html">Yaf_Exception_TypeError</a> — The Yaf_Exception_TypeError class</li><li><a href="class.yaf-exception-startuperror.html">Yaf_Exception_StartupError</a> — The Yaf_Exception_StartupError class</li><li><a href="class.yaf-exception-dispatchfailed.html">Yaf_Exception_DispatchFailed</a> — The Yaf_Exception_DispatchFailed class</li><li><a href="class.yaf-exception-routerfailed.html">Yaf_Exception_RouterFailed</a> — The Yaf_Exception_RouterFailed class</li><li><a href="class.yaf-exception-loadfailed.html">Yaf_Exception_LoadFailed</a> — The Yaf_Exception_LoadFailed class</li><li><a href="class.yaf-exception-loadfailed-module.html">Yaf_Exception_LoadFailed_Module</a> — The Yaf_Exception_LoadFailed_Module class</li><li><a href="class.yaf-exception-loadfailed-controller.html">Yaf_Exception_LoadFailed_Controller</a> — The Yaf_Exception_LoadFailed_Controller class</li><li><a href="class.yaf-exception-loadfailed-action.html">Yaf_Exception_LoadFailed_Action</a> — The Yaf_Exception_LoadFailed_Action class</li><li><a href="class.yaf-exception-loadfailed-view.html">Yaf_Exception_LoadFailed_View</a> — The Yaf_Exception_LoadFailed_View class</li></ul></div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.yaml-parse.html">yaml_parse</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="intro.yaf.html">Introduction</a></div>
 <div class="up"><a href="refs.basic.other.html">Other Basic Extensions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>