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
mixedgetTemplate() : string
stringgetView() : object
objectinit()
This method will be invoked in constructor of ModRewrite_ControllerAbstract.
render(string $template) : string
stringEither 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 |
|---|
stringsetProperty(string $key, mixed $value)
string
mixed
setTemplate(string $sTemplate)
stringEither full path and name of template file or a template string.
setView(object $oView)
object
_getParam(string $key, mixed $default) : mixed
string
mixedThe default value
mixed_notifyBox(string $type, string $msg) : string
stringOne of cGuiNotification::LEVEL_* constants
stringThe 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