PHP Class Minify_ServeConfiguration, minify

Exibir arquivo Open project: mrclay/minify

Protected Properties

Property Type Description
$options array
$selectionId string
$sources Minify_SourceInterface[]

Public Methods

Method Description
__construct ( array $options, array $sources = [], string $selectionId = '' )
getOptions ( ) : array
getSelectionId ( ) : string Short name to place inside cache id
getSources ( ) : Minify_SourceInterface[]

Method Details

__construct() public method

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

getOptions() public method

public getOptions ( ) : array
return array

getSelectionId() public method

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
return string

getSources() public method

public getSources ( ) : Minify_SourceInterface[]
return Minify_SourceInterface[]

Property Details

$options protected_oe property

protected array $options
return array

$selectionId protected_oe property

protected string $selectionId
return string

$sources protected_oe property

protected Minify_SourceInterface[] $sources
return Minify_SourceInterface[]