Arcanedev\SeoHelper\SeoMeta::title PHP 메소드

title() 공개 메소드

Set the Title instance.
public title ( Arcanedev\SeoHelper\Contracts\Entities\Title $title ) : SeoMeta
$title Arcanedev\SeoHelper\Contracts\Entities\Title
리턴 SeoMeta
    public function title(TitleContract $title)
    {
        $this->title = $title;
        return $this;
    }