PHP Interface Jarves\AssetHandler\LoaderHandlerInterface

Afficher le fichier Open project: jarves/jarves

Méthodes publiques

Méthode Description
getTags ( array $assetsInfos = [], boolean $concatenation = false ) : string
needsGrouping ( ) : boolean Returns true if the order of the scripts should be keep together when minifying.

Method Details

getTags() public méthode

public getTags ( array $assetsInfos = [], boolean $concatenation = false ) : string
$assetsInfos array
$concatenation boolean
Résultat string

needsGrouping() public méthode

Returns true if the order of the scripts should be keep together when minifying.
public needsGrouping ( ) : boolean
Résultat boolean