JController
m (→Properties) |
m (→Properties) |
||
| Line 4: | Line 4: | ||
== Properties == | == Properties == | ||
| − | '''_acoSection''' - protected string<br> | + | '''_acoSection''' - protected string<br /> |
ACO Section for the controller. | ACO Section for the controller. | ||
| − | '''_acoSectionValue''' - protected string | + | '''_acoSectionValue''' - protected string<br /> |
Default ACO Section value for the controller. | Default ACO Section value for the controller. | ||
| − | '''_basePath''' - protected string | + | '''_basePath''' - protected string<br /> |
The base path of the controller. | The base path of the controller. | ||
| − | '''_doTask''' - protected string | + | '''_doTask''' - protected string<br /> |
The mapped task that was performed. | The mapped task that was performed. | ||
| − | '''_message''' - protected string | + | '''_message''' - protected string<br /> |
Redirect message. | Redirect message. | ||
| − | '''_messageType''' - protected string | + | '''_messageType''' - protected string<br /> |
Redirect message type. | Redirect message type. | ||
| − | '''_methods''' - protected array | + | '''_methods''' - protected array<br /> |
Array of class methods. | Array of class methods. | ||
| − | '''_name''' - protected array | + | '''_name''' - protected array<br /> |
The name of the controller. | The name of the controller. | ||
| − | '''_path''' - protected array | + | '''_path''' - protected array<br /> |
The set of search directories for resources (views). | The set of search directories for resources (views). | ||
| − | '''_redirect''' - protected string | + | '''_redirect''' - protected string<br /> |
URL for redirection. | URL for redirection. | ||
| − | '''_task''' - protected string | + | '''_task''' - protected string<br /> |
Current or most recent task to be performed. | Current or most recent task to be performed. | ||
| − | '''_taskMap''' - protected array | + | '''_taskMap''' - protected array<br /> |
Array of class methods to call for a given task. | Array of class methods to call for a given task. | ||
== Methods == | == Methods == | ||
Revision as of 19:49, 3 November 2008
Overview
The base class used to control Joomla! components.
Properties
_acoSection - protected string
ACO Section for the controller.
_acoSectionValue - protected string
Default ACO Section value for the controller.
_basePath - protected string
The base path of the controller.
_doTask - protected string
The mapped task that was performed.
_message - protected string
Redirect message.
_messageType - protected string
Redirect message type.
_methods - protected array
Array of class methods.
_name - protected array
The name of the controller.
_path - protected array
The set of search directories for resources (views).
_redirect - protected string
URL for redirection.
_task - protected string
Current or most recent task to be performed.
_taskMap - protected array
Array of class methods to call for a given task.