phpbb\notification\type\pm::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', $this->get_data('message_subject'));
    }