Flarum\Asset\JsCompiler::__construct PHP Method

__construct() public method

public __construct ( string $path, string $filename, boolean $watch = false, Illuminate\Cache\Repository $cache = null )
$path string
$filename string
$watch boolean
$cache Illuminate\Cache\Repository
    public function __construct($path, $filename, $watch = false, Repository $cache = null)
    {
        parent::__construct($path, $filename, $watch);
        $this->cache = $cache;
    }