Searched refs:typeHint (Results 1 – 5 of 5) sorted by relevance
22 private $typeHint; variable in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode44 return $this->typeHint;47 public function setTypeHint($typeHint = null) argument49 $this->typeHint = $typeHint;
414 $typeHint = $realParams[$pos]['type_hint'];415 if ($typeHint === '') {432 } else if ($typeHint !== substr($suggestedTypeHint, (strlen($typeHint) * -1))) {436 $typeHint,442 $typeHint = $realParams[$pos]['type_hint'];443 if ($typeHint !== '') {446 $typeHint,
241 $typeHint = $parameter->getClass() ? $parameter->getClass()->getName() : null;242 if (isset($locator[$typeHint])) {243 $arguments[] = $locator[$typeHint];
2793 $typeHint = '';2827 $typeHint .= $this->_tokens[$i]['content'];2834 $typeHint .= $this->_tokens[$i]['content'];2863 $typeHint .= $this->_tokens[$i]['content'];2869 $typeHint .= $this->_tokens[$i]['content'];2875 $typeHint .= $this->_tokens[$i]['content'];2897 $vars[$paramCount]['type_hint'] = $typeHint;2905 $typeHint = '';