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