interface ProphecySubjectInterface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Prophecy/ProphecySubjectInterface.php \Prophecy\Prophecy\ProphecySubjectInterface
Controllable doubles interface.
@author Konstantin Kudryashov <ever.zet@gmail.com>
Hierarchy
- interface \Prophecy\Prophecy\ProphecySubjectInterface
Expanded class hierarchy of ProphecySubjectInterface
All classes that implement ProphecySubjectInterface
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Prophecy/ ProphecySubjectInterface.php, line 19
Namespace
Prophecy\ProphecyView source
interface ProphecySubjectInterface {
/**
* Sets subject prophecy.
*
* @param ProphecyInterface $prophecy
*/
public function setProphecy(ProphecyInterface $prophecy);
/**
* Returns subject prophecy.
*
* @return ProphecyInterface
*/
public function getProphecy();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ProphecySubjectInterface:: |
public | function | Returns subject prophecy. | |
ProphecySubjectInterface:: |
public | function | Sets subject prophecy. |