Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe LangActiveAssetItem
+ Graphe d'héritage de LangActiveAssetItem:

Fonctions membres publiques

 __construct (string $name, string $uri=null, array $options=[], array $attributes=[], array $dependencies=[])
 
- Fonctions membres publiques hérités de WebAssetItem
 __construct (string $name, string $uri=null, array $options=[], array $attributes=[], array $dependencies=[])
 
 getName ()
 
 getVersion ()
 
 getDependencies ()
 
 getUri ($resolvePath=true)
 
 getOption (string $key, $default=null)
 
 setOption (string $key, $value=null)
 
 getOptions ()
 
 getAttribute (string $key, $default=null)
 
 setAttribute (string $key, $value=null)
 
 getAttributes ()
 

Membres hérités additionnels

- Fonctions membres protégées hérités de WebAssetItem
 resolvePath (string $path, string $type)
 
 isPathExternal (string $path)
 
 isPathAbsolute (string $path)
 
- Attributs protégés hérités de WebAssetItem
 $name = ''
 
 $uri = ''
 
 $options = []
 
 $attributes = []
 
 $dependencies = []
 
 $version = 'auto'
 

Description détaillée

Web Asset Item class for load asset file for active language. Used in core templates.

Depuis
4.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( string  $name,
string  $uri = null,
array  $options = [],
array  $attributes = [],
array  $dependencies = [] 
)

Class constructor

Paramètres
string$nameThe asset name
string$uriThe URI for the asset
array$optionsAdditional options for the asset
array$attributesAttributes for the asset
array$dependenciesAsset dependencies
Depuis
4.0.0

Références $attributes, $client, $name, $options, $uri, Symfony\Contracts\Service\__construct(), et Factory\getApplication().


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