interface ProphecyInterface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecyInterface.php \Prophecy\Prophecy\ProphecyInterface
Core Prophecy interface.
@author Konstantin Kudryashov <ever.zet@gmail.com>
Hierarchy
- interface \Prophecy\Prophecy\ProphecyInterface
Expanded class hierarchy of ProphecyInterface
All classes that implement ProphecyInterface
1 file declares its use of ProphecyInterface
- ExportUtil.php in vendor/
phpspec/ prophecy/ src/ Prophecy/ Util/ ExportUtil.php
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ ProphecyInterface.php, line 19
Namespace
Prophecy\ProphecyView source
interface ProphecyInterface {
/**
* Reveals prophecy object (double) .
*
* @return object
*/
public function reveal();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ProphecyInterface:: |
public | function | Reveals prophecy object (double) . | 1 |