getConstant() public method

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