You are here

public function InterfaceNotFoundException::getInterfaceName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/InterfaceNotFoundException.php \Prophecy\Exception\Doubler\InterfaceNotFoundException::getInterfaceName()

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/InterfaceNotFoundException.php, line 16

Class

InterfaceNotFoundException

Namespace

Prophecy\Exception\Doubler

Code

public function getInterfaceName() {
  return $this
    ->getClassname();
}