API17

Difference between revisions of "JCli"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (JoomlaWikiBot moved page JCli/11.1 to API17:JCli without leaving a redirect: Robot: Moved page)
(No difference)

Revision as of 15:20, 10 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCli[edit]

Description[edit]

Template:Description:JCli [Edit Descripton]

Methods[edit]

Visibility Method name Description
public close Exit the application.
public execute Execute the application.
public get Returns a property of the object or the default value if the property is not set.
public in Get a value from standard input.
public loadConfiguration Load an object or array into the application configuration object.
public out Write a string to standard output.
public registerEvent Registers a handler to a particular event group.
public set Modifies a property of the object, creating it if it does not already exist.
public triggerEvent Calls all handlers associated with an event group.
public getInstance Returns a reference to the global object, only creating it if it doesn't already exist.
protected __construct Class constructor.
protected fetchConfigurationData Method to load a PHP configuration class file based on convention and return the instantiated data object.
  • Defined in libraries/joomla/application/cli.php
  • Extended by

Importing[edit]

jimport( 'joomla.application.cli' );

See also[edit]

Template:SeeAlso:JCli [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />