public function ChainCacheClearer::__construct

Constructs a new instance of ChainCacheClearer.

Parameters

array $clearers The initial clearers.:

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php, line 31

Class

ChainCacheClearer
ChainCacheClearer.

Namespace

Symfony\Component\HttpKernel\CacheClearer

Code

public function __construct(array $clearers = array()) {
  $this->clearers = $clearers;
}