Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface ConfigurationAwareApplicationInterface
+ Graphe d'héritage de ConfigurationAwareApplicationInterface:

Fonctions membres publiques

 get ($key, $default=null)
 
 set ($key, $value=null)
 
 setConfiguration (Registry $config)
 
- Fonctions membres publiques hérités de ApplicationInterface
 close ($code=0)
 
 execute ()
 

Description détaillée

Application sub-interface defining an application class which is aware of its configuration

Depuis
2.0.0

Documentation des fonctions membres

◆ get()

get (   $key,
  $default = null 
)

Returns a property of the object or the default value if the property is not set.

Paramètres
string$keyThe name of the property.
mixed$defaultThe default value (optional) if none is set.
Renvoie
mixed The value of the configuration.
Depuis
2.0.0

Implémenté dans AbstractApplication.

◆ set()

set (   $key,
  $value = null 
)

Modifies a property of the object, creating it if it does not already exist.

Paramètres
string$keyThe name of the property.
mixed$valueThe value of the property to set (optional).
Renvoie
mixed Previous value of the property
Depuis
2.0.0

Implémenté dans AbstractApplication.

◆ setConfiguration()

setConfiguration ( Registry  $config)

Sets the configuration for the application.

Paramètres
Registry$configA registry object holding the configuration.
Renvoie
$this
Depuis
2.0.0

Implémenté dans AbstractApplication.


La documentation de cette interface a été générée à partir du fichier suivant :