Home
last modified time | relevance | path

Searched refs:getSubNodeNames (Results 101 – 121 of 121) sorted by relevance

12345

/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DFloat_.php22 public function getSubNodeNames(): array { function in PhpParser\\Node\\Scalar\\Float_
H A DInt_.php29 public function getSubNodeNames(): array { function in PhpParser\\Node\\Scalar\\Int_
H A DString_.php41 public function getSubNodeNames(): array { function in PhpParser\\Node\\Scalar\\String_
/PHP-Parser/lib/PhpParser/Node/
H A DUseItem.php34 public function getSubNodeNames(): array { function in PhpParser\\Node\\UseItem
H A DPropertyHook.php75 public function getSubNodeNames(): array { function in PhpParser\\Node\\PropertyHook
H A DParam.php59 public function getSubNodeNames(): array { function in PhpParser\\Node\\Param
H A DName.php32 public function getSubNodeNames(): array { function in PhpParser\\Node\\Name
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DClassConst.php41 public function getSubNodeNames(): array { function in PhpParser\\Node\\Stmt\\ClassConst
H A DClass_.php62 public function getSubNodeNames(): array { function in PhpParser\\Node\\Stmt\\Class_
H A DFunction_.php53 public function getSubNodeNames(): array { function in PhpParser\\Node\\Stmt\\Function_
H A DProperty.php43 public function getSubNodeNames(): array { function in PhpParser\\Node\\Stmt\\Property
H A DClassMethod.php77 public function getSubNodeNames(): array { function in PhpParser\\Node\\Stmt\\ClassMethod
/PHP-Parser/lib/PhpParser/Node/Expr/
H A DArrowFunction.php54 public function getSubNodeNames(): array { function in PhpParser\\Node\\Expr\\ArrowFunction
H A DClosure.php58 public function getSubNodeNames(): array { function in PhpParser\\Node\\Expr\\Closure
/PHP-Parser/lib/PhpParser/Internal/
H A DPrintableNewAnonClassNode.php68 public function getSubNodeNames(): array { function in PhpParser\\Internal\\PrintableNewAnonClassNode
/PHP-Parser/test/PhpParser/
H A DNodeAbstractTest.php17 public function getSubNodeNames(): array { function in PhpParser\\DummyNode
55 $this->assertSame(['subNode1', 'subNode2'], $node->getSubNodeNames());
/PHP-Parser/lib/PhpParser/
H A DNodeTraverser.php94 foreach ($node->getSubNodeNames() as $name) {
H A DNodeDumper.php80 foreach ($node->getSubNodeNames() as $key) {
H A DPrettyPrinterAbstract.php645 foreach ($node->getSubNodeNames() as $subNodeName) {
/PHP-Parser/
H A DUPGRADE-2.0.md69 implement a `getSubNodeNames()` method.
H A DCHANGELOG.md1187 * Removed support for legacy node format. All nodes must have a `getSubNodeNames()` method now.

Completed in 41 milliseconds

12345