Yaf_Config_Ini::__construct

(Yaf >=1.0.0) Yaf_Config_Ini constructor public Yaf_Config_Ini::__construct ( string $config_file [, string $section ] ) Yaf_Config_Ini constructor Parameters: config_file path to an INI configure file section which section in that INI file you want to be parsed Returns:

Yaf_Config_Abstract::toArray

(Yaf >=1.0.0) Cast to array abstract public array Yaf_Config_Abstract::toArray ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Config_Abstract::set

(Yaf >=1.0.0) Setter abstract public Yaf_Config_Abstract Yaf_Config_Abstract::set ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Config_Abstract::readonly

(Yaf >=1.0.0) Find a config whether readonly abstract public bool Yaf_Config_Abstract::readonly ( void ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Config_Abstract::get

(Yaf >=1.0.0) Getter abstract public mixed Yaf_Config_Abstract::get ( string $name, mixed $value ) Returns: This function is currently not documented; only its argument list is available.

Yaf_Dispatcher::__wakeup

(Yaf >=1.0.0) Yaf_Dispatcher can not be unserialized private void Yaf_Dispatcher::__wakeup ( void ) Returns:

Yaf_Dispatcher::throwException

(Yaf >=1.0.0) Switch on/off exception throwing public Yaf_Dispatcher Yaf_Dispatcher::throwException ([ bool $flag ] ) Siwtch on/off exception throwing while unexpected error occurring. When this is on, Yaf will throwing exceptions instead of triggering catchable errors. You can also use application.dispatcher.throwException to achieve the same purpose. Parameters: flag

Yaf_Dispatcher::__sleep

(Yaf >=1.0.0) Yaf_Dispatcher can not be serialized private void Yaf_Dispatcher::__sleep ( void ) Returns:

Yaf_Dispatcher::setView

(Yaf >=1.0.0) Set a custom view engine public Yaf_Dispatcher Yaf_Dispatcher::setView ( Yaf_View_Interface $view ) This method proviods a solution for that if you want use a custom view engine instead of Yaf_View_Simple Parameters: view A Yaf_View_Interface instance Returns: Examples:

Yaf_Dispatcher::setRequest

(Yaf >=1.0.0) The setRequest purpose public Yaf_Dispatcher Yaf_Dispatcher::setRequest ( Yaf_Request_Abstract $request ) Parameters: plugin Returns: