get_url() public method

Get the url to this item
public get_url ( ) : string
return string URL
コード例 #1
0
ファイル: post_in_queue.php プロジェクト: VOLKERMORD/phpbb
 /**
  * {inheritDoc}
  */
 public function get_redirect_url()
 {
     return parent::get_url();
 }