Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 9 of 9) sorted by relevance

/PHP-Parser/test/PhpParser/Builder/
H A DParamTest.php94 ->setType($typeHint)
175 $this->createParamBuilder('test')->setType('void');
181 $this->createParamBuilder('test')->setType(new \stdClass());
H A DClassConstTest.php147 ->setType('int')
/PHP-Parser/lib/PhpParser/Builder/
H A DClassConst.php130 public function setType($type) { function in PhpParser\\Builder\\ClassConst
H A DParam.php50 public function setType($type) { function in PhpParser\\Builder\\Param
H A DProperty.php172 public function setType($type) { function in PhpParser\\Builder\\Property
/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php299 ->addParam($factory->param('someParam')->setType('SomeClass'))
319 ->setType('int')
/PHP-Parser/doc/component/
H A DAST_builders.markdown52 ->addParam($factory->param('someParam')->setType('SomeClass'))
/PHP-Parser/
H A DUPGRADE-5.0.md530 …ated `Builder\Param::setTypeHint()` method has been removed in favor of `Builder\Param::setType()`.
H A DCHANGELOG.md598 Additionally `Builder\Property` now has a `setType()` method. (#567)
650 `Builder\Param::setType()`.

Completed in 18 milliseconds