PHP 클래스 Jarves\Configuration\Asset

Paths are relative to `
상속: extends Model
파일 보기 프로젝트 열기: jarves/jarves 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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 )

메소드 상세

getAssetInfo() 공개 메소드

public getAssetInfo ( ) : AssetInfo
리턴 Jarves\AssetHandler\AssetInfo

getCompression() 공개 메소드

public getCompression ( ) : boolean
리턴 boolean

getContent() 공개 메소드

public getContent ( ) : string
리턴 string

getPriority() 공개 메소드

public getPriority ( ) : integer
리턴 integer

getSrc() 공개 메소드

public getSrc ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

setCompression() 공개 메소드

public setCompression ( boolean $compression )
$compression boolean

setContent() 공개 메소드

public setContent ( string $content )
$content string

setPriority() 공개 메소드

public setPriority ( integer $priority )
$priority integer

setSrc() 공개 메소드

public setSrc ( string $src )
$src string

setType() 공개 메소드

public setType ( string $type )
$type string

프로퍼티 상세

$attributes 보호되어 있는 프로퍼티

protected $attributes

$compression 보호되어 있는 프로퍼티

If the asset can be compressed with other equal files (js/css compression)
protected bool $compression
리턴 boolean

$content 보호되어 있는 프로퍼티

protected string $content
리턴 string

$nodeValueVar 보호되어 있는 프로퍼티

protected $nodeValueVar

$priority 보호되어 있는 프로퍼티

protected int $priority
리턴 integer

$src 보호되어 있는 프로퍼티

protected string $src
리턴 string

$type 보호되어 있는 프로퍼티

protected string $type
리턴 string