Property | Type | Description | |
---|---|---|---|
$attributes | |||
$compression | boolean | If assets can be compressed with other equal files (js/css compression) | |
$priority | integer | ||
$recursive | boolean | ||
$src | string | ||
$type | string |
Method | Description | |
---|---|---|
getAssets ( ) : |
||
getCompression ( ) : boolean | ||
getIterator ( ) | ||
getPriority ( ) : integer | ||
getRecursive ( ) : boolean | ||
getSrc ( ) : string | ||
getType ( ) : string | ||
setCompression ( boolean $compression ) | ||
setPriority ( integer $priority ) | ||
setRecursive ( boolean $recursive ) | ||
setSrc ( string $src ) | ||
setType ( string $type ) |
protected bool $compression | ||
return | boolean |