コード例 #1
0
ファイル: SeoOpenGraph.php プロジェクト: RStrydom/SEO-Helper
 /**
  * Set title property.
  *
  * @param  string $title
  *
  * @return self
  */
 public function setTitle($title)
 {
     $this->openGraph->setTitle($title);
     return $this;
 }