Méthode | Description | |
---|---|---|
cachedCompiler ( string $outputDir = '', boolean $debug = false ) : |
Create a Caching Compiler | |
cacher ( string $path = '' ) : |
Create an AssetCacher | |
compiler ( boolean $debug = false ) : MiniAsset\AssetCompiler | Create an AssetCompiler | |
scanner ( array $paths ) : |
Create an AssetScanner | |
writer ( string $path = TMP ) : |
Create an AssetWriter |
Méthode | Description | |
---|---|---|
buildFilter ( string $name, array $config ) : MiniAsset\Filter\FilterInterface | Create a single filter |
protected buildFilter ( string $name, array $config ) : MiniAsset\Filter\FilterInterface | ||
$name | string | The name of the filter to build. |
$config | array | The configuration for the filter. |
Résultat | MiniAsset\Filter\FilterInterface |
public cachedCompiler ( string $outputDir = '', boolean $debug = false ) : |
||
$outputDir | string | The directory to output cached files to. |
$debug | boolean | Whether or not to enable debugging mode for the compiler. |
Résultat |