phpbb\notification\type\report_pm::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 . 'mcp.' . $this->php_ext, "r={$this->item_parent_id}&i=pm_reports&mode=pm_report_details");
    }