Arcanedev\SeoHelper\Entities\MiscTags::setUrl PHP Méthode

setUrl() public méthode

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