get_url() public method

Get the url to this item
public get_url ( ) : string
return string URL
Beispiel #1
0
 /**
  * {inheritDoc}
  */
 public function get_redirect_url()
 {
     return parent::get_url();
 }