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

Returns null if not specified.
public getConstant ( string $name ) : mixed | null
$name string
Результат mixed | null
Пример #1
0
 /**
  * {@inheritDoc}
  */
 public function getConstant($name)
 {
     return $this->betterReflectionClass->getConstant($name);
 }