Esempio n. 1
0
 /**
  * Set title property.
  *
  * @param  string $title
  *
  * @return self
  */
 public function setTitle($title)
 {
     $this->openGraph->setTitle($title);
     return $this;
 }