setUrl() public method

Set url property.
public setUrl ( string $url ) : self
$url string
return self
Example #1
0
 /**
  * Set url property.
  *
  * @param  string  $url
  *
  * @return \Arcanedev\SeoHelper\SeoOpenGraph
  */
 public function setUrl($url)
 {
     $this->openGraph->setUrl($url);
     return $this;
 }