public function ClassMirrorException::getReflectedClass in Zircon Profile 8.0
Same name and namespace in other branches
- 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
Namespace
Prophecy\Exception\DoublerCode
public function getReflectedClass() {
return $this->class;
}