phpbb\notification\type\pm::get_reference PHP Метод

get_reference() публичный Метод

Get the HTML formatted reference of the notification
public get_reference ( ) : string
Результат string
    public function get_reference()
    {
        return $this->user->lang('NOTIFICATION_REFERENCE', $this->get_data('message_subject'));
    }