getConstant() public method

public getConstant ( $name )
 /**
  * {@inheritDoc}
  */
 public function getConstant($name)
 {
     return $this->betterReflectionObject->getConstant($name);
 }