PHP 클래스 Minify_ServeConfiguration, minify

파일 보기 프로젝트 열기: mrclay/minify

보호된 프로퍼티들

프로퍼티 타입 설명
$options array
$selectionId string
$sources Minify_SourceInterface[]

공개 메소드들

메소드 설명
__construct ( array $options, array $sources = [], string $selectionId = '' )
getOptions ( ) : array
getSelectionId ( ) : string Short name to place inside cache id
getSources ( ) : Minify_SourceInterface[]

메소드 상세

__construct() 공개 메소드

public __construct ( array $options, array $sources = [], string $selectionId = '' )
$options array
$sources array
$selectionId string

getOptions() 공개 메소드

public getOptions ( ) : array
리턴 array

getSelectionId() 공개 메소드

The setupSources() method may choose to set this, making it easier to recognize a particular set of sources/settings in the cache folder. It will be filtered and truncated to make the final cache id <= 250 bytes.
public getSelectionId ( ) : string
리턴 string

getSources() 공개 메소드

public getSources ( ) : Minify_SourceInterface[]
리턴 Minify_SourceInterface[]

프로퍼티 상세

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

protected array $options
리턴 array

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

protected string $selectionId
리턴 string

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

protected Minify_SourceInterface[] $sources
리턴 Minify_SourceInterface[]