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