Esempio n. 1
0
 /**
  * Set the open graph prefix.
  *
  * @param  string $prefix
  *
  * @return self
  */
 public function setPrefix($prefix)
 {
     $this->openGraph->setPrefix($prefix);
     return $this;
 }