interface RevealerInterface in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpspec/prophecy/src/Prophecy/Prophecy/RevealerInterface.php \Prophecy\Prophecy\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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RevealerInterface:: |
public | function | Unwraps value(s). | 1 |