You are here

public function RevealerInterface::reveal in Zircon Profile 8

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

Unwraps value(s).

Parameters

mixed $value:

Return value

mixed

1 method overrides RevealerInterface::reveal()
Revealer::reveal in vendor/phpspec/prophecy/src/Prophecy/Prophecy/Revealer.php
Unwraps value(s).

File

vendor/phpspec/prophecy/src/Prophecy/Prophecy/RevealerInterface.php, line 28

Class

RevealerInterface
Prophecies revealer interface.

Namespace

Prophecy\Prophecy

Code

public function reveal($value);