Methods | ||
---|---|---|
public
|
getName(): non-empty-string
|
# |
public
|
getValueExpr(): Expr
|
# |
public
|
getValueExpression(): Expr
|
# |
public
|
getValue(): string|int
|
# |
public
|
getStartLine(): positive-int
|
# |
public
|
getEndLine(): positive-int
|
# |
public
|
getStartColumn(): positive-int
|
# |
public
|
getEndColumn(): positive-int
|
# |
public
|
getDeclaringEnum(): ReflectionEnum
|
# |
public
|
getDeclaringClass(): ReflectionClass
|
# |
public
|
getDocComment(): non-empty-string|null
|
# |
public
|
isDeprecated(): bool
|
# |
public
|
getAttributes(): list<ReflectionAttribute>
|
# |
public
|
getAttributesByName(string $name): list<ReflectionAttribute>
|
# |
public
|
getAttributesByInstance(class-string $className): list<ReflectionAttribute>
|
# |
public
|
__toString(): non-empty-string
|
# |