PHP Class Neos\Neos\Utility\BackendAssetsUtility

Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$settings array

Méthodes publiques

Méthode Description
getCssBuiltVersion ( ) : string Returns a shortened md5 of the built CSS file
getJavascriptBuiltVersion ( ) : string Returns a shortened md5 of the built JavaScript file
injectSettings ( array $settings ) : void
shouldLoadMinifiedJavascript ( ) : boolean Returns TRUE if the minified Neos JavaScript sources should be loaded, FALSE otherwise.

Method Details

getCssBuiltVersion() public méthode

Returns a shortened md5 of the built CSS file
public getCssBuiltVersion ( ) : string
Résultat string

getJavascriptBuiltVersion() public méthode

Returns a shortened md5 of the built JavaScript file
public getJavascriptBuiltVersion ( ) : string
Résultat string

injectSettings() public méthode

public injectSettings ( array $settings ) : void
$settings array
Résultat void

shouldLoadMinifiedJavascript() public méthode

Returns TRUE if the minified Neos JavaScript sources should be loaded, FALSE otherwise.

Property Details

$settings protected_oe property

protected array $settings
Résultat array