PHP Class DotsUnited\BundleFu\Filter\ClosureCompilerServiceFilter

Author: Jan Sorgalla ([email protected])
Inheritance: implements DotsUnited\BundleFu\Filter\FilterInterface
Show file Open project: dotsunited/bundlefu Class Usage Examples

Protected Properties

Property Type Description
$parameters array

Public Methods

Method Description
__construct ( array $parameters = null ) Constructor.
filter ( $content ) {@inheritDoc}
filterFile ( $content, $file, SplFileInfo $fileInfo, $bundleUrl, $bundlePath ) {@inheritDoc}

Method Details

__construct() public method

Constructor.
public __construct ( array $parameters = null )
$parameters array

filter() public method

{@inheritDoc}
public filter ( $content )

filterFile() public method

{@inheritDoc}
public filterFile ( $content, $file, SplFileInfo $fileInfo, $bundleUrl, $bundlePath )
$fileInfo SplFileInfo

Property Details

$parameters protected property

protected array $parameters
return array