Arcanedev\SeoHelper\Entities\MiscTags::setUrl PHP Method

setUrl() public method

Set the current URL.
public setUrl ( string $url ) : MiscTags
$url string
return MiscTags
    public function setUrl($url)
    {
        $this->currentUrl = $url;
        $this->addCanonical();
        return $this;
    }