Abstract controller for all concrete mod_rewrite controller implementations.
author | Murat Purc |
---|---|
package | plugin |
subpackage | Mod Rewrite |
__construct()
getProperty(string $key, mixed $default) : mixed
string
mixed
mixed
getTemplate() : string
string
getView() : object
object
init()
This method will be invoked in constructor of ModRewrite_ControllerAbstract.
render(string $template) : string
string
Either full path and name of template file or a template string. If not passed, previous set template will be used.
\cException |
if no template is set |
---|
string
setProperty(string $key, mixed $value)
string
mixed
setTemplate(string $sTemplate)
string
Either full path and name of template file or a template string.
setView(object $oView)
object
_getParam(string $key, mixed $default) : mixed
string
mixed
The default value
mixed
_notifyBox(string $type, string $msg) : string
string
One of cGuiNotification::LEVEL_* constants
string
The message to display
string
$_action : string
$_area : int | string
$_cfg : array
$_client : int
$_contenido : string
$_debug : bool
$_frame : int
$_oView : \stdClass
$_properties : array
$_template : string