Calotype\SEO\Generators\MetaGenerator::setTitle PHP Méthode

setTitle() public méthode

Set the Meta title.
public setTitle ( string $title )
$title string
    public function setTitle($title)
    {
        $title = strip_tags($title);
        $this->title = $title . $this->getDefault('separator') . $this->getDefault('title');
    }