PHP Class Contao\CoreBundle\Config\Dumper\CombinedFileDumper

Inheritance: implements Contao\CoreBundle\Config\Dumper\DumperInterface
Show file Open project: contao/core-bundle Class Usage Examples

Public Methods

Method Description
__construct ( Symfony\Component\Filesystem\Filesystem $filesystem, Symfony\Component\Config\Loader\LoaderInterface $loader, string $cacheDir, boolean $addNamespace = false ) Constructor.
dump ( $files, $cacheFile, array $options = [] )
setHeader ( string $header ) Sets the header for a PHP file (e.g. a file doc block).

Method Details

__construct() public method

Constructor.
public __construct ( Symfony\Component\Filesystem\Filesystem $filesystem, Symfony\Component\Config\Loader\LoaderInterface $loader, string $cacheDir, boolean $addNamespace = false )
$filesystem Symfony\Component\Filesystem\Filesystem
$loader Symfony\Component\Config\Loader\LoaderInterface
$cacheDir string
$addNamespace boolean

dump() public method

public dump ( $files, $cacheFile, array $options = [] )
$options array

setHeader() public method

Sets the header for a PHP file (e.g. a file doc block).
public setHeader ( string $header )
$header string