Home
last modified time | relevance | path

Searched refs:byReference (Results 1 – 1 of 1) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DArgumentNode.php25 private $byReference = false; variable in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode
73 public function setAsPassedByReference($byReference = true) argument
75 $this->byReference = $byReference;
80 return $this->byReference;