interface ProphecyInterface
Core Prophecy interface.
@author Konstantin Kudryashov <ever.zet@gmail.com>
@template-covariant T of object
Hierarchy
- interface \Prophecy\Prophecy\ProphecyInterface
Expanded class hierarchy of ProphecyInterface
All classes that implement ProphecyInterface
2 files declare their use of ProphecyInterface
- ExportUtil.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Util/ ExportUtil.php - ProphecyComparator.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Comparator/ ProphecyComparator.php
File
-
vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ ProphecyInterface.php, line 21
Namespace
Prophecy\ProphecyView source
interface ProphecyInterface {
/**
* Reveals prophecy object (double) .
*
* @return object
*
* @phpstan-return T
*/
public function reveal();
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
ProphecyInterface::reveal | public | function | Reveals prophecy object (double) . | 1 |