17 methods override NodeAbstract::__construct()
- Arg::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Arg.php - Constructs a function call argument node.
- ArrayItem::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ ArrayItem.php - Constructs an array item node.
- Attribute::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Attribute.php - AttributeGroup::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ AttributeGroup.php - ClosureUse::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ ClosureUse.php - Constructs a closure use node.
- Const_::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Const_.php - Constructs a const node for use in class const and const statements.
- DeclareItem::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ DeclareItem.php - Constructs a declare key=>value pair node.
- Identifier::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Identifier.php - Constructs an identifier node.
- InterpolatedStringPart::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ InterpolatedStringPart.php - Constructs a node representing a string part of an interpolated string.
- MatchArm::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ MatchArm.php - Name::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Name.php - Constructs a name node.
- Param::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Param.php - Constructs a parameter node.
- PropertyHook::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ PropertyHook.php - Constructs a property hook node.
- PropertyItem::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ PropertyItem.php - Constructs a class property item node.
- StaticVar::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ StaticVar.php - Constructs a static variable node.
- UseItem::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ UseItem.php - Constructs an alias (use) item node.
- VariadicPlaceholder::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ VariadicPlaceholder.php - Create a variadic argument placeholder (first-class callable syntax).