Property | Type | Description | |
---|---|---|---|
$attributes | |||
$compression | boolean | If the asset can be compressed with other equal files (js/css compression) | |
$content | string | ||
$nodeValueVar | |||
$priority | integer | ||
$src | string | ||
$type | string |
Method | Description | |
---|---|---|
getAssetInfo ( ) : |
||
getCompression ( ) : boolean | ||
getContent ( ) : string | ||
getPriority ( ) : integer | ||
getSrc ( ) : string | ||
getType ( ) : string | ||
setCompression ( boolean $compression ) | ||
setContent ( string $content ) | ||
setPriority ( integer $priority ) | ||
setSrc ( string $src ) | ||
setType ( string $type ) |
public getAssetInfo ( ) : |
||
return |
protected bool $compression | ||
return | boolean |