Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DObjectProphecy.php32 private $lazyDouble; variable in Prophecy\\Prophecy\\ObjectProphecy
45 * @param LazyDouble $lazyDouble
51 LazyDouble $lazyDouble, argument
56 $this->lazyDouble = $lazyDouble;
72 $this->lazyDouble->setParentClass($class);
86 $this->lazyDouble->addInterface($interface);
100 $this->lazyDouble->setArguments($arguments);
114 $double = $this->lazyDouble->getInstance();