Home
last modified time | relevance | path

Searched defs:isNullable (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php245 private function isNullable(ReflectionParameter $parameter) function in Prophecy\\Doubler\\Generator\\ClassMirror
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DArgumentNode.php27 private $isNullable = false; variable in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode
93 public function isNullable() function in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode
98 public function setAsNullable($isNullable = true)