PHP Interface Jarves\AssetHandler\LoaderHandlerInterface

Datei anzeigen Open project: jarves/jarves

Public Methods

Method 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 method

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

needsGrouping() public method

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