setGenericConstantsName() public method

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