phpbb\notification\type\pm::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 . 'ucp.' . $this->php_ext, "i=pm&mode=view&p={$this->item_id}");
    }