phpbb\notification\type\post::get_url PHP Метод

get_url() публичный Метод

Get the url to this item
public get_url ( ) : string
Результат 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

Пример #1
0
 /**
  * {inheritDoc}
  */
 public function get_redirect_url()
 {
     return parent::get_url();
 }