Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php28 private $returnsReference = false; variable in Prophecy\\Doubler\\Generator\\Node\\MethodNode
84 public function returnsReference() function in Prophecy\\Doubler\\Generator\\Node\\MethodNode
86 return $this->returnsReference;
91 $this->returnsReference = true;
171 if ($this->returnsReference)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php70 $method->returnsReference() ? '&':'',
H A DClassMirror.php142 if (true === $method->returnsReference()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1000 if ($method->returnsReference()) {