phpbb\notification\type\report_post::get_reference PHP Method

get_reference() public method

Get the HTML formatted reference of the notification
public get_reference ( ) : string
return string
    public function get_reference()
    {
        return $this->user->lang('NOTIFICATION_REFERENCE', censor_text($this->get_data('post_subject')));
    }