phpbb\notification\type\pm::users_to_query PHP Method

users_to_query() public method

Users needed to query before this notification can be displayed
public users_to_query ( ) : array
return array Array of user_ids
    public function users_to_query()
    {
        return array($this->get_data('from_user_id'));
    }