getConstant() public method

Returns null if not specified.
public getConstant ( string $name ) : mixed | null
$name string
return mixed | null
 /**
  * {@inheritDoc}
  */
 public function getConstant($name)
 {
     return $this->betterReflectionClass->getConstant($name);
 }