Searched refs:setType (Results 1 – 9 of 9) sorted by relevance
94 ->setType($typeHint)175 $this->createParamBuilder('test')->setType('void');181 $this->createParamBuilder('test')->setType(new \stdClass());
147 ->setType('int')
130 public function setType($type) { function in PhpParser\\Builder\\ClassConst
50 public function setType($type) { function in PhpParser\\Builder\\Param
172 public function setType($type) { function in PhpParser\\Builder\\Property
299 ->addParam($factory->param('someParam')->setType('SomeClass'))319 ->setType('int')
52 ->addParam($factory->param('someParam')->setType('SomeClass'))
530 …ated `Builder\Param::setTypeHint()` method has been removed in favor of `Builder\Param::setType()`.
621 Additionally `Builder\Property` now has a `setType()` method. (#567)673 `Builder\Param::setType()`.
Completed in 15 milliseconds