Jarves\AssetHandler\CssHandler::__construct PHP Method

__construct() public method

CssHandler constructor.
public __construct ( Jarves $jarves, Filesystem $webFilesystem, Utils $utils )
$jarves Jarves\Jarves
$webFilesystem Jarves\Filesystem\Filesystem
$utils Jarves\Utils
    public function __construct(Jarves $jarves, Filesystem $webFilesystem, Utils $utils)
    {
        parent::__construct($jarves);
        $this->webFilesystem = $webFilesystem;
        $this->jarves = $jarves;
        $this->utils = $utils;
    }