function Node::getSubNodeNames
Gets the names of the sub nodes.
Return value
string[] Names of sub nodes
21 methods override Node::getSubNodeNames()
- Arg::getSubNodeNames in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Arg.php - Gets the names of the sub nodes.
- ArrayItem::getSubNodeNames in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ ArrayItem.php - Gets the names of the sub nodes.
- ArrowFunction::getSubNodeNames in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ ArrowFunction.php - Gets the names of the sub nodes.
- Attribute::getSubNodeNames in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Attribute.php - Gets the names of the sub nodes.
- AttributeGroup::getSubNodeNames in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ AttributeGroup.php - Gets the names of the sub nodes.
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Node.php, line 19
Class
Namespace
PhpParserCode
public function getSubNodeNames() : array;