Class ModRewrite_ControllerAbstract
Abstract controller for all concrete mod_rewrite controller implementations.
Direct known subclasses
ModRewrite_ContentController, ModRewrite_ContentExpertController, ModRewrite_ContentTestController
Abstract
Package: Plugin\ModRewrite
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Murat Purc murat@purc.de
Located at plugins/mod_rewrite/classes/controller/class.modrewrite_controller_abstract.php
Package: Plugin\ModRewrite
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Murat Purc murat@purc.de
Located at plugins/mod_rewrite/classes/controller/class.modrewrite_controller_abstract.php
public
|
|
public
|
|
public
|
|
public
object
|
|
public
|
|
public
mixed
|
|
public
|
|
public
string
|
|
public
string
|
|
protected
mixed
|
|
protected
string
|
#
_notifyBox( string $type, string $msg )
Returns rendered notification markup by using global $notification variable. |
protected
stdClass
|
$_oView
View object, holds all view variables |
|
protected
array
|
$_cfg
Global CONTENIDO $cfg variable |
|
protected
integer
|
$_client
Global CONTENIDO $client variable (client id) |
|
protected
integer|string
|
$_area
Global CONTENIDO $area variable (area name/id) |
|
protected
string
|
$_action
Global CONTENIDO $action variable (send by request) |
|
protected
integer
|
$_frame
Global CONTENIDO $frame variable (current frame in backend) |
|
protected
string
|
$_contenido
Global CONTENIDO $contenido variable (session id) |
|
protected
string
|
$_template
Template file or template string to render |
#
NULL
|
protected
array
|
$_properties
Additional properties list |
#
array()
|
protected
boolean
|
$_debug
Debug flag |
#
false
|