setGenericConstantsName() public méthode

Set current generic constants name option value
public setGenericConstantsName ( boolean $genericConstantsName ) : GeneratorOptions
$genericConstantsName boolean
Résultat GeneratorOptions
 /**
  * Sets the optionGenericConstantsNames value
  * @param bool $genericConstantsNames
  * @return Generator
  */
 public function setOptionGenericConstantsNames($genericConstantsNames)
 {
     $this->options->setGenericConstantsName($genericConstantsNames);
     return $this;
 }