implements |
Builder |
---|
Methods | ||
---|---|---|
public
|
__construct(string|Identifier $name)
|
# |
public
|
setValue(Expr|string|int $value): $this
|
# |
public
|
setDocComment(Doc|string $docComment): $this
|
# |
public
|
addAttribute(Attribute|AttributeGroup $attribute): $this
|
# |
public
|
getNode(): EnumCase
|
# |
Properties | |||
---|---|---|---|
protected
|
|
$name
|
# |
protected
|
|
$value = null
|
# |
protected
|
|
$attributes = []
|
# |
protected
|
AttributeGroup[]
|
$attributeGroups = []
|
# |