PHP Class Jarves\Configuration\Assets

Paths are relative to `
Inheritance: extends Model, implements IteratorAggregate
Datei anzeigen Open project: jarves/jarves

Protected Properties

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

Public Methods

Method Description
getAssets ( ) : Asset[]
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 )

Method Details

getAssets() public method

public getAssets ( ) : Asset[]
return Asset[]

getCompression() public method

public getCompression ( ) : boolean
return boolean

getIterator() public method

public getIterator ( )

getPriority() public method

public getPriority ( ) : integer
return integer

getRecursive() public method

public getRecursive ( ) : boolean
return boolean

getSrc() public method

public getSrc ( ) : string
return string

getType() public method

public getType ( ) : string
return string

setCompression() public method

public setCompression ( boolean $compression )
$compression boolean

setPriority() public method

public setPriority ( integer $priority )
$priority integer

setRecursive() public method

public setRecursive ( boolean $recursive )
$recursive boolean

setSrc() public method

public setSrc ( string $src )
$src string

setType() public method

public setType ( string $type )
$type string

Property Details

$attributes protected_oe property

protected $attributes

$compression protected_oe property

If assets can be compressed with other equal files (js/css compression)
protected bool $compression
return boolean

$priority protected_oe property

protected int $priority
return integer

$recursive protected_oe property

protected bool $recursive
return boolean

$src protected_oe property

protected string $src
return string

$type protected_oe property

protected string $type
return string