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