Arcanedev\SeoHelper\Entities\MiscTags::setUrl PHP 메소드

setUrl() 공개 메소드

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