setUrl() public method

Set url property.
public setUrl ( string $url ) : self
$url string
return self
コード例 #1
0
ファイル: SeoOpenGraph.php プロジェクト: arcanedev/seo-helper
 /**
  * Set url property.
  *
  * @param  string  $url
  *
  * @return \Arcanedev\SeoHelper\SeoOpenGraph
  */
 public function setUrl($url)
 {
     $this->openGraph->setUrl($url);
     return $this;
 }