hasConstant() 공개 메소드

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