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