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

Fonctions membres publiques

 get (string $type, string $name)
 
 add (string $type, WebAssetItemInterface $asset)
 
 remove (string $type, string $name)
 
 exists (string $type, string $name)
 

Description détaillée

Web Asset Registry interface

Depuis
4.0.0

Documentation des fonctions membres

◆ add()

add ( string  $type,
WebAssetItemInterface  $asset 
)

Add Asset to registry of known assets

Paramètres
string$typeAsset type, script or style etc
WebAssetItemInterface$assetAsset instance
Renvoie
self
Depuis
4.0.0

Implémenté dans WebAssetRegistry.

◆ exists()

exists ( string  $type,
string  $name 
)

Check whether the asset exists in the registry.

Paramètres
string$typeAsset type, script or style etc
string$nameAsset name
Renvoie
boolean
Depuis
4.0.0

Implémenté dans WebAssetRegistry.

◆ get()

get ( string  $type,
string  $name 
)

Get an existing Asset from a registry, by asset name and asset type.

Paramètres
string$typeAsset type, script or style etc
string$nameAsset name
Renvoie
WebAssetItem
Exceptions
UnknownAssetExceptionWhen Asset cannot be found
Depuis
4.0.0

Implémenté dans WebAssetRegistry.

◆ remove()

remove ( string  $type,
string  $name 
)

Remove Asset from registry.

Paramètres
string$typeAsset type, script or style etc
string$nameAsset name
Renvoie
self
Depuis
4.0.0

Implémenté dans WebAssetRegistry.


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