implementsInterface() public method

public implementsInterface ( $interfaceName )
 /**
  * {@inheritDoc}
  */
 public function implementsInterface($interface)
 {
     return $this->betterReflectionObject->implementsInterface($interface);
 }