You are here

public function AggregateException::getObjectProphecy in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php \Prophecy\Exception\Prediction\AggregateException::getObjectProphecy()

Return value

ObjectProphecy

File

vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/AggregateException.php, line 46

Class

AggregateException

Namespace

Prophecy\Exception\Prediction

Code

public function getObjectProphecy() {
  return $this->objectProphecy;
}