Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
enqueueMessage ($msg, $type=self::MSG_INFO) | |
getMessageQueue () | |
isClient ($identifier) | |
isCli () | |
getIdentity () | |
getInput () | |
getLanguage () | |
getName () | |
loadIdentity (User $identity=null) | |
Fonctions membres publiques hérités de ExtensionManagerInterface | |
bootComponent ($component) | |
bootModule ($module, $applicationName) | |
bootPlugin ($plugin, $type) | |
Fonctions membres publiques hérités de ConfigurationAwareApplicationInterface | |
get ($key, $default=null) | |
set ($key, $value=null) | |
setConfiguration (Registry $config) | |
Fonctions membres publiques hérités de ApplicationInterface | |
close ($code=0) | |
execute () | |
Fonctions membres publiques hérités de EventAwareInterface | |
getDispatcher () | |
triggerEvent ($eventName, $args=[]) | |
Fonctions membres publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Champs de données | |
const | MSG_EMERGENCY = 'emergency' |
const | MSG_ALERT = 'alert' |
const | MSG_CRITICAL = 'critical' |
const | MSG_ERROR = 'error' |
const | MSG_WARNING = 'warning' |
const | MSG_NOTICE = 'notice' |
const | MSG_INFO = 'info' |
const | MSG_DEBUG = 'debug' |
enqueueMessage | ( | $msg, | |
$type = self::MSG_INFO |
|||
) |
Enqueue a system message.
string | $msg | The message to enqueue. |
string | $type | The message type. |
Implémenté dans CliApplication, ConsoleApplication, et CMSApplication.
getIdentity | ( | ) |
getInput | ( | ) |
Method to get the application input object.
Implémenté dans ConsoleApplication, et CliApplication.
getLanguage | ( | ) |
Method to get the application language object.
Implémenté dans ConsoleApplication, et CliApplication.
getMessageQueue | ( | ) |
Get the system message queue.
Implémenté dans ConsoleApplication, et CliApplication.
getName | ( | ) |
Gets the name of the current running application.
Implémenté dans CMSApplication, et ConsoleApplication.
Référencé par ComponentDispatcherFactory\createDispatcher(), et RouterFactory\createRouter().
isCli | ( | ) |
Flag if the application instance is a CLI or web based application.
Helper function, you should use the native PHP functions to detect if it is a CLI application.
Implémenté dans CMSApplication, CliApplication, et ConsoleApplication.
isClient | ( | $identifier | ) |
Check the client interface by name.
string | $identifier | String identifier for the application interface |
Implémenté dans CMSApplication, ConsoleApplication, et CliApplication.
Référencé par ModuleDispatcherFactory\createDispatcher(), et ComponentDispatcherFactory\createDispatcher().
Allows the application to load a custom or default identity.
User | $identity | An optional identity object. If omitted, the factory user is created. |
const MSG_ALERT = 'alert' |
const MSG_CRITICAL = 'critical' |
const MSG_DEBUG = 'debug' |
const MSG_EMERGENCY = 'emergency' |
const MSG_ERROR = 'error' |
const MSG_INFO = 'info' |
const MSG_NOTICE = 'notice' |
const MSG_WARNING = 'warning' |
Référencé par HtmlView\display().