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