PHP Class Jarves\Configuration\Asset

Paths are relative to `
Inheritance: extends Model
Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

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

Méthodes publiques

Méthode Description
getAssetInfo ( ) : AssetInfo
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 )

Method Details

getAssetInfo() public méthode

public getAssetInfo ( ) : AssetInfo
Résultat Jarves\AssetHandler\AssetInfo

getCompression() public méthode

public getCompression ( ) : boolean
Résultat boolean

getContent() public méthode

public getContent ( ) : string
Résultat string

getPriority() public méthode

public getPriority ( ) : integer
Résultat integer

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

setContent() public méthode

public setContent ( string $content )
$content string

setPriority() public méthode

public setPriority ( integer $priority )
$priority integer

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 the asset can be compressed with other equal files (js/css compression)
protected bool $compression
Résultat boolean

$content protected_oe property

protected string $content
Résultat string

$nodeValueVar protected_oe property

protected $nodeValueVar

$priority protected_oe property

protected int $priority
Résultat integer

$src protected_oe property

protected string $src
Résultat string

$type protected_oe property

protected string $type
Résultat string