phpbb\notification\type\admin_activate_user::get_title PHP Method

get_title() public method

public get_title ( )
    public function get_title()
    {
        $username = $this->user_loader->get_username($this->item_id, 'no_profile');
        return $this->user->lang($this->language_key, $username);
    }