Jarves\AssetHandler\JsHandler::__construct PHP Method

__construct() public method

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