PHP Class Jarves\Configuration\Assets

Paths are relative to `
Inheritance: extends Model, implements IteratorAggregate
Afficher le fichier Open project: jarves/jarves

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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 méthode

public getAssets ( ) : Asset[]
Résultat Asset[]

getCompression() public méthode

public getCompression ( ) : boolean
Résultat boolean

getIterator() public méthode

public getIterator ( )

getPriority() public méthode

public getPriority ( ) : integer
Résultat integer

getRecursive() public méthode

public getRecursive ( ) : boolean
Résultat boolean

getSrc() public méthode

public getSrc ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

setCompression() public méthode

public setCompression ( boolean $compression )
$compression boolean

setPriority() public méthode

public setPriority ( integer $priority )
$priority integer

setRecursive() public méthode

public setRecursive ( boolean $recursive )
$recursive boolean

setSrc() public méthode

public setSrc ( string $src )
$src string

setType() public méthode

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
Résultat boolean

$priority protected_oe property

protected int $priority
Résultat integer

$recursive protected_oe property

protected bool $recursive
Résultat boolean

$src protected_oe property

protected string $src
Résultat string

$type protected_oe property

protected string $type
Résultat string