Yaf_Controller_Abstract::getResponse

(Yaf >=1.0.0) Retrieve current response object public Yaf_Response_Abstract Yaf_Controller_Abstract::getResponse ( void ) retrieve current response object Returns: Yaf_Response_Abstract instance

Yaf_Controller_Abstract::getRequest

(Yaf >=1.0.0) Retrieve current request object public Yaf_Request_Abstract Yaf_Controller_Abstract::getRequest ( void ) retrieve current request object Returns: Yaf_Request_Abstract instance

Yaf_Controller_Abstract::getModuleName

(Yaf >=1.0.0) Get module name public string Yaf_Controller_Abstract::getModuleName ( void ) get the controller's module name Returns:

Yaf_Controller_Abstract::getInvokeArgs

(Yaf >=1.0.0) The getInvokeArgs purpose public void Yaf_Controller_Abstract::getInvokeArgs ( void ) Returns:

Yaf_Controller_Abstract::getInvokeArg

(Yaf >=1.0.0) The getInvokeArg purpose public void Yaf_Controller_Abstract::getInvokeArg ( string $name ) Parameters: name Returns:

Yaf_Controller_Abstract::forward

(Yaf >=1.0.0) foward to another action public void Yaf_Controller_Abstract::forward ( string $action [, array $paramters ] ) public void Yaf_Controller_Abstract::forward ( string $controller , string $action [, array $paramters ] ) public void Yaf_Controller_Abstract::forward ( string $module , string $controller , string $action [, array $paramters ] ) forward current execution process to other action. Note: this

Yaf_Controller_Abstract::display

(Yaf >=1.0.0) The display purpose protected bool Yaf_Controller_Abstract::display ( string $tpl [, array $parameters ] ) Parameters: tpl parameters Returns:

Yaf_Controller_Abstract::__construct

(Yaf >=1.0.0) Yaf_Controller_Abstract constructor final private Yaf_Controller_Abstract::__construct ( void ) Yaf_Controller_Abstract::__construct() is final, which means it can not be overridden. You may want to see Yaf_Controller_Abstract::init() instead. Returns: See also: Yaf_Controller_Abstract::init() -

Yaf_Controller_Abstract::__clone

(Yaf >=1.0.0) Yaf_Controller_Abstract can not be cloned final private void Yaf_Controller_Abstract::__clone ( void ) Returns:

Yaf_Config_Simple::valid

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