Contao\CoreBundle\Cache\ContaoCacheClearer::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Symfony\Component\Filesystem\Filesystem $filesystem )
$filesystem Symfony\Component\Filesystem\Filesystem
    public function __construct(Filesystem $filesystem)
    {
        $this->filesystem = $filesystem;
    }
ContaoCacheClearer