@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpStmtTraitUse
Interface: PhpStmtTraitUse
Represents a PHP trait use statement.
Extends
Properties
adaptations
ts
readonly adaptations: PhpNode[];attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: "Stmt_TraitUse";Overrides
traits
ts
readonly traits: PhpName[];