Calotype\SEO\Generators\MetaGenerator::setTitle PHP 메소드

setTitle() 공개 메소드

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');
    }