phpbb\notification\type\post::get_url PHP Method

get_url() public method

Get the url to this item
public get_url ( ) : string
return string URL
    public function get_url()
    {
        return append_sid($this->phpbb_root_path . 'viewtopic.' . $this->php_ext, "p={$this->item_id}#p{$this->item_id}");
    }

Usage Example

Beispiel #1
0
 /**
  * {inheritDoc}
  */
 public function get_redirect_url()
 {
     return parent::get_url();
 }