extends |
ClassLike |
---|
Methods | ||
---|---|---|
public
|
__construct(
string|Identifier $name,
array{extends?:Name[], stmts?:Stmt[], attrGroups?:AttributeGroup[]} $subNodes = [],
array<string, mixed> $attributes = [],
)
|
# |
public
|
getSubNodeNames(): array
|
# |
public
|
getType(): string
|
# |
Methods inherited from PhpParser\Node\Stmt\ClassLike |
---|
getTraitUses(), getConstants(), getProperties(), getProperty(), getMethods(), getMethod() |
Properties | |||
---|---|---|---|
public
|
Name[]
|
$extends
|
# |
Properties inherited from PhpParser\Node\Stmt\ClassLike |
---|
$name, $stmts, $attrGroups, $namespacedName |
Properties inherited from PhpParser\NodeAbstract |
---|
$attributes |