hasConstant() public method

public hasConstant ( $name )
コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function hasConstant($name)
 {
     return $this->betterReflectionObject->hasConstant($name);
 }