Carew\Event\Listener\Terminate\Assets::__construct PHP Method

__construct() public method

public __construct ( array $themes = [], Symfony\Component\Filesystem\Filesystem $filesystem )
$themes array
$filesystem Symfony\Component\Filesystem\Filesystem
    public function __construct(array $themes = array(), Filesystem $filesystem)
    {
        $this->themes = $themes;
        $this->filesystem = $filesystem;
    }