PHP Class Minify_ServeConfiguration, minify

Afficher le fichier Open project: mrclay/minify

Protected Properties

Свойство Type Description
$options array
$selectionId string
$sources Minify_SourceInterface[]

Méthodes publiques

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

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

getOptions() public méthode

public getOptions ( ) : array
Résultat array

getSelectionId() public méthode

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

getSources() public méthode

public getSources ( ) : Minify_SourceInterface[]
Résultat Minify_SourceInterface[]

Property Details

$options protected_oe property

protected array $options
Résultat array

$selectionId protected_oe property

protected string $selectionId
Résultat string

$sources protected_oe property

protected Minify_SourceInterface[] $sources
Résultat Minify_SourceInterface[]