hasMethod() public method

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