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

Fonctions membres publiques

 useAsset (string $type, string $name)
 
 disableAsset (string $type, string $name)
 
 isAssetActive (string $type, string $name)
 
 getAssets (string $type, bool $sort=false)
 

Description détaillée

Web Asset Manager Interface

Depuis
4.0.0

Documentation des fonctions membres

◆ disableAsset()

disableAsset ( string  $type,
string  $name 
)

Deactivate an asset item, so it will not be attached to a Document

Paramètres
string$typeAsset type, script or style etc
string$nameThe asset name
Renvoie
self
Exceptions
UnknownAssetExceptionWhen Asset cannot be found
InvalidActionExceptionWhen the Manager already attached to a Document
Depuis
4.0.0

Implémenté dans WebAssetManager.

◆ getAssets()

getAssets ( string  $type,
bool  $sort = false 
)

Get all assets that was enabled for given type

Paramètres
string$typeAsset type, script or style etc
bool$sortWhether need to sort the assets to follow the dependency Graph
Renvoie
WebAssetItemInterface[]
Exceptions
UnknownAssetExceptionWhen Asset cannot be found
UnsatisfiedDependencyExceptionWhen Dependency cannot be found
Depuis
4.0.0

Implémenté dans WebAssetManager.

◆ isAssetActive()

isAssetActive ( string  $type,
string  $name 
)

Check whether the asset are enabled

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

Implémenté dans WebAssetManager.

◆ useAsset()

useAsset ( string  $type,
string  $name 
)

Enable an asset item to be attached to a Document

Paramètres
string$typeAsset type, script or style etc
string$nameThe asset name
Renvoie
self
Exceptions
UnknownAssetExceptionWhen Asset cannot be found
InvalidActionExceptionWhen the Manager already attached to a Document
Depuis
4.0.0

Implémenté dans WebAssetManager.


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