interface RevealerInterface
Prophecies revealer interface.
@author Konstantin Kudryashov <ever.zet@gmail.com>
Hierarchy
- interface \Prophecy\Prophecy\RevealerInterface
Expanded class hierarchy of RevealerInterface
All classes that implement RevealerInterface
1 file declares its use of RevealerInterface
- Prophet.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophet.php
File
-
vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ RevealerInterface.php, line 19
Namespace
Prophecy\ProphecyView source
interface RevealerInterface {
/**
* Unwraps value(s).
*
* @param mixed $value
*
* @return mixed
*/
public function reveal($value);
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
RevealerInterface::reveal | public | function | Unwraps value(s). | 1 |