Esempio n. 1
0
 /**
  * Add an open graph property.
  *
  * @param  string  $property
  * @param  string  $content
  *
  * @return self
  */
 public function addProperty($property, $content)
 {
     $this->openGraph->addProperty($property, $content);
     return $this;
 }