Arcanedev\SeoHelper\SeoMeta::setTitle PHP Метод

setTitle() публичный Метод

Set the title.
public setTitle ( string $title, string $siteName = null, string $separator = null ) : SeoMeta
$title string
$siteName string
$separator string
Результат SeoMeta
    public function setTitle($title, $siteName = null, $separator = null)
    {
        $this->title->set($title)->setSeparator($separator);
        return $this->setSiteName($siteName);
    }