You are here

public function Call::getReturnValue in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Call/Call.php \Prophecy\Call\Call::getReturnValue()

Returns called method return value.

Return value

null|mixed

File

vendor/phpspec/prophecy/src/Prophecy/Call/Call.php, line 79

Class

Call
Call object.

Namespace

Prophecy\Call

Code

public function getReturnValue() {
  return $this->returnValue;
}