/**
  * Sets the optionGenericConstantsNames value
  * @param bool
  * @return bool
  */
 public static function setOptionGenericConstantsNames($_optionGenericConstantsNames = false)
 {
     return self::$optionGenericConstantsNames = $_optionGenericConstantsNames;
 }