public function __construct()
 {
     $this->_EEM_data = EEM_Message_Template_Group::instance();
     $this->_messages_item_type = 'messenger';
     parent::__construct();
     $this->_set_test_settings_fields();
     $this->_set_template_fields();
     $this->_set_default_message_types();
     $this->_set_validator_config();
 }
 public function __construct()
 {
     $this->_messages_item_type = 'message_type';
     $this->_set_contexts();
     $this->_set_with_messengers();
     parent::__construct();
 }