13 calls to BuilderHelpers::normalizeName()
- BuilderFactory::attribute in vendor/
nikic/ php-parser/ lib/ PhpParser/ BuilderFactory.php - Creates an attribute node.
- BuilderFactory::constFetch in vendor/
nikic/ php-parser/ lib/ PhpParser/ BuilderFactory.php - Creates a constant fetch node.
- BuilderHelpers::normalizeNameOrExpr in vendor/
nikic/ php-parser/ lib/ PhpParser/ BuilderHelpers.php - Normalizes a name: Converts string names to Name nodes, while also allowing expressions.
- BuilderHelpers::normalizeType in vendor/
nikic/ php-parser/ lib/ PhpParser/ BuilderHelpers.php - Normalizes a type: Converts plain-text type names into proper AST representation.
- Class_::extend in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ Class_.php - Extends a class.
- Class_::implement in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ Class_.php - Implements one or more interfaces.
- Enum_::implement in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ Enum_.php - Implements one or more interfaces.
- Interface_::extend in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ Interface_.php - Extends one or more interfaces.
- Namespace_::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ Namespace_.php - Creates a namespace builder.
- TraitUse::and in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ TraitUse.php - Adds used trait.
- TraitUseAdaptation::insteadof in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ TraitUseAdaptation.php - Adds overwritten traits.
- TraitUseAdaptation::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ TraitUseAdaptation.php - Creates a trait use adaptation builder.
- Use_::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ Use_.php - Creates a name use (alias) builder.