Home
last modified time | relevance | path

Searched refs:setDocComment (Results 1 – 21 of 21) sorted by relevance

/PHP-Parser/test/PhpParser/Builder/
H A DNamespaceTest.php28 ->setDocComment($docComment)
34 ->setDocComment($docComment)
H A DEnumTest.php83 ->setDocComment($docComment)
96 ->setDocComment(new Comment\Doc($docComment))
142 ->setDocComment(new Comment('Test'));
H A DClassTest.php118 ->setDocComment($docComment)
131 ->setDocComment(new Comment\Doc($docComment))
177 ->setDocComment(new Comment('Test'));
H A DEnumCaseTest.php22 ->setDocComment('/** Test */')
H A DTraitTest.php36 ->setDocComment('/** Nice trait */')
H A DFunctionTest.php81 ->setDocComment('/** Test */')
H A DInterfaceTest.php76 ->setDocComment('/** Test */')
H A DPropertyTest.php87 ->setDocComment('/** Test */')
H A DClassConstTest.php87 ->setDocComment('/** Test */')
H A DMethodTest.php123 ->setDocComment('/** Test */')
/PHP-Parser/lib/PhpParser/Builder/
H A DDeclaration.php43 public function setDocComment($docComment) { function in PhpParser\\Builder\\Declaration
H A DEnumCase.php53 public function setDocComment($docComment) { function in PhpParser\\Builder\\EnumCase
H A DClassConst.php102 public function setDocComment($docComment) { function in PhpParser\\Builder\\ClassConst
H A DProperty.php111 public function setDocComment($docComment) { function in PhpParser\\Builder\\Property
/PHP-Parser/test/PhpParser/
H A DNodeAbstractTest.php96 $node->setDocComment($docComment);
101 $node->setDocComment($docComment);
109 $node->setDocComment($docComment);
115 $node->setDocComment($newDocComment);
H A DBuilderFactoryTest.php300 ->setDocComment('/**
/PHP-Parser/lib/PhpParser/
H A DNode.php114 public function setDocComment(Comment\Doc $docComment): void; function
H A DNodeAbstract.php135 public function setDocComment(Comment\Doc $docComment): void { function in PhpParser\\NodeAbstract
/PHP-Parser/test/code/formatPreservation/
H A Dcomments.test58 $stmts[0]->setDocComment(new Comment\Doc("/** foo */"));
/PHP-Parser/doc/component/
H A DAST_builders.markdown53 ->setDocComment('/**
/PHP-Parser/
H A DCHANGELOG.md801 * Added `setDocComment()` method to namespace builder. (#437)
928 * Added `Node::setDocComment()` method.

Completed in 89 milliseconds