JController
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.