Home
last modified time | relevance | path

Searched refs:addInterface (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DTraversablePatch.php65 $node->addInterface('Iterator');
H A DProphecySubjectPatch.php45 $node->addInterface('Prophecy\Prophecy\ProphecySubjectInterface');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php83 $node->addInterface('Prophecy\Doubler\Generator\ReflectionInterface');
123 $node->addInterface($interface->getName());
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DLazyDouble.php76 public function addInterface($interface) function in Prophecy\\Doubler\\LazyDouble
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php58 public function addInterface($interface) function in Prophecy\\Doubler\\Generator\\Node\\ClassNode
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php86 $this->lazyDouble->addInterface($interface);