public function RevealerInterface::reveal in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\ProphecyCode
public function reveal($value);