You are here

public function ClassMirrorException::getReflectedClass in Zircon Profile 8.0

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

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/ClassMirrorException.php, line 27

Class

ClassMirrorException

Namespace

Prophecy\Exception\Doubler

Code

public function getReflectedClass() {
  return $this->class;
}