public function AggregateException::getObjectProphecy in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php \Prophecy\Exception\Prediction\AggregateException::getObjectProphecy()
Return value
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Exception/ Prediction/ AggregateException.php, line 46
Class
Namespace
Prophecy\Exception\PredictionCode
public function getObjectProphecy() {
return $this->objectProphecy;
}