Autarky\Routing\UrlGenerator::setAssetRoot PHP Method

setAssetRoot() public method

Set the root URL for assets. Useful if you're using CDNs.
public setAssetRoot ( string $assetRoot )
$assetRoot string
    public function setAssetRoot($assetRoot)
    {
        $this->assetRoot = rtrim($assetRoot, '/');
    }