Arcanedev\SeoHelper\SeoMeta::setTitle PHP Method

setTitle() public method

Set the title.
public setTitle ( string $title, string $siteName = null, string $separator = null ) : SeoMeta
$title string
$siteName string
$separator string
return SeoMeta
    public function setTitle($title, $siteName = null, $separator = null)
    {
        $this->title->set($title)->setSeparator($separator);
        return $this->setSiteName($siteName);
    }