public function __construct()
 {
     PreferencesUtils::registerKey(ElasticSearchUtils::$_SEARCH_URL_AND_PORT_ELASTICSEARCH_PREFERENCE, "Url to elastic search", PreferencesUtils::$_PRIORITY_REQUIRED);
     PreferencesUtils::registerKey(ElasticSearchUtils::$_PREFERENCE_SEARCH_KIBANA_ENABLE, "Set to true to activate Kibana or false to disable. By Default set to false", PreferencesUtils::$_PRIORITY_OPTIONNAL);
     PreferencesUtils::registerKey(ElasticSearchUtils::$_PREFERENCE_SEARCH_KIBANA_URL, "Url to Kibana application", PreferencesUtils::$_PRIORITY_OPTIONNAL);
     PreferencesUtils::registerKey(ElasticSearchUtils::$_PREFERENCE_SEARCH_KIBANA_INDEX_NAME, "Index name of the kibana index", PreferencesUtils::$_PRIORITY_OPTIONNAL);
 }
 public function __construct()
 {
     $this->_list_title = "Champs";
     $this->_description = "Liste des champs reférencés et indexés pour les tests fonctionnels.";
     $this->_edition_title = "Edition d'un champ";
     $this->_create_title = "Création d'un champ";
     $this->_list_actions = array(["title" => "Editer", "route" => "_field_edit", "color" => "blue"], ["title" => "Supprimer", "route" => "_field_delete", "color" => "pink", "alert" => "Confirmez vous la suppression ?"]);
     PreferencesUtils::registerKey('EXPORT_NOTIFICATION_FROM', "Notification email sender", PreferencesUtils::$_PRIORITY_OPTIONNAL);
     parent::__construct();
 }
 public function __construct()
 {
     PreferencesUtils::registerKey("CORE_LEADSFACTORY_URL", "Url de l'application, sur le scope global pour le BO, et sur les scopes pour les formulaires", PreferencesUtils::$_PRIORITY_OPTIONNAL);
     PreferencesUtils::registerKey("CORE_CASPER_PATH", "Path to Casper install for functionnal testings.", PreferencesUtils::$_PRIORITY_OPTIONNAL);
 }
 public function __construct()
 {
     PreferencesUtils::registerKey("CORE_LEADSFACTORY_EMAIL_SENDER", "Email used by the lead's factory as sender in emails", PreferencesUtils::$_PRIORITY_OPTIONNAL);
     PreferencesUtils::registerKey("CORE_LEADSFACTORY_DISPATCH_EMAIL", "Email of the dispatch user", PreferencesUtils::$_PRIORITY_REQUIRED);
     parent::__construct();
 }
 public function __construct()
 {
     PreferencesUtils::registerKey(ElasticSearchUtils::$_SEARCH_URL_AND_PORT_ELASTICSEARCH_PREFERENCE, "Url to elastic search", PreferencesUtils::$_PRIORITY_REQUIRED);
     parent::__construct();
 }
 public function __construct()
 {
     PreferencesUtils::registerKey('EXPORT_NOTIFICATION_FROM', "Notification email sender", PreferencesUtils::$_PRIORITY_OPTIONNAL);
     parent::__construct();
 }