getGenericConstantsName() публичный Метод

Get generic constants name option value
public getGenericConstantsName ( ) : boolean
Результат boolean
Пример #1
0
 /**
  * Gets the optionGenericConstantsNames value
  * @return bool
  */
 public function getOptionGenericConstantsNames()
 {
     return $this->options->getGenericConstantsName();
 }