Netson\L4gettext\Compilers\BladeCompiler::setCachePath PHP Method

setCachePath() public method

new method which allows overwriting the cache path after initialization instead of having to provide it to the constructor
public setCachePath ( string $cachePath )
$cachePath string
    public function setCachePath($cachePath)
    {
        $this->cachePath = $cachePath;
    }