Base class for a Joomla! command line application.
Located in /libraries/joomla/application/cli.php (line 19)
JApplicationBase | --JApplicationCli
Class | Description |
---|---|
![]() |
Keychain Manager |
![]() |
A command line cron job to attempt to remove files that should have been deleted at update. |
![]() |
A command line cron job to run the Finder indexer. |
![]() |
Cron job to trash expired cache data |
![]() |
This script will fetch the update information for all extensions and store them in the database, speeding up your administrator. |
![]() |
Base class for a Joomla! command line application. |
![]() |
Deprecated class placeholder. You should use JApplicationCli instead. |
Inherited from JApplicationBase
JApplicationBase::$dispatcher
JApplicationBase::$identity
JApplicationBase::$input
Returns a reference to the global JApplicationCli object, only creating it if it doesn't already exist.
This method must be invoked as: $cli = JApplicationCli::getInstance();
Class constructor.
Method to run the application routines. Most likely you will want to instantiate a controller and execute it, or perform some sort of task directly.
Execute the application.
Method to load a PHP configuration class file based on convention and return the instantiated data object. You will extend this method in child classes to provide configuration data from whatever data source is relevant for your specific application.
Returns a property of the object or the default value if the property is not set.
Load an object or array into the application configuration object.
Write a string to standard output.
Modifies a property of the object, creating it if it does not already exist.
Inherited From JApplicationBase
JApplicationBase::close()
JApplicationBase::getIdentity()
JApplicationBase::loadDispatcher()
JApplicationBase::loadIdentity()
JApplicationBase::registerEvent()
JApplicationBase::triggerEvent()
Documentation generated on Tue, 19 Nov 2013 14:55:45 +0100 by phpDocumentor 1.4.3