Arcanedev\SeoHelper\SeoMeta::title PHP Method

title() public method

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