Yaf_Plugin_Abstract::dispatchLoopShutdown

(Yaf >=1.0.0) The dispatchLoopShutdown purpose public void Yaf_Plugin_Abstract::dispatchLoopShutdown ( Yaf_Request_Abstract $request, Yaf_Response_Abstract $response ) This is the latest hook in Yaf plugin hook system, if a custom plugin implement this method, then it will be called after the dispatch loop finished. Parameters: request This is the latest hook in Yaf p

Yaf_Loader::__wakeup

(Yaf >=1.0.0) The __wakeup purpose private void Yaf_Loader::__wakeup ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Loader::__sleep

(Yaf >=1.0.0) The __sleep purpose private void Yaf_Loader::__sleep ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Loader::setLibraryPath

(Yaf >=2.1.4) Change the library path public Yaf_Loader Yaf_Loader::setLibraryPath ( string $directory [, bool $is_global = false ] ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Loader::registerLocalNamespace

(Yaf >=1.0.0) register local class prefix public void Yaf_Loader::registerLocalNamespace ( mixed $prefix ) Register local class prefix name, Yaf_Loader search classes in two library directories, the one is configured via application.library.directory(in application.ini) which is called local libraray directory; the other is configured via yaf.library (in php.ini) which is callled global library directory, since it can be

Yaf_Loader::isLocalName

(Yaf >=1.0.0) The isLocalName purpose public void Yaf_Loader::isLocalName ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Loader::import

(Yaf >=1.0.0) The import purpose public static void Yaf_Loader::import ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Loader::getLocalNamespace

(Yaf >=1.0.0) The getLocalNamespace purpose public void Yaf_Loader::getLocalNamespace ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Loader::getLibraryPath

(Yaf >=2.1.4) get the library path public Yaf_Loader Yaf_Loader::getLibraryPath ([ bool $is_global = false ] ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Loader::getInstance

(Yaf >=1.0.0) The getInstance purpose public static void Yaf_Loader::getInstance ( void ) Returns: This function is currently not documented; only its argument list is available.