phpbb\notification\type\topic::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, "f={$this->item_parent_id}&t={$this->item_id}");
    }