Methods | ||
---|---|---|
public
|
getName(): non-empty-string
|
# |
public
|
getType(): ReflectionNamedType|ReflectionUnionType|ReflectionIntersectionType|null
|
# |
public
|
hasType(): bool
|
# |
public
|
getValueExpression(): Expr
|
# |
public
|
getValue(): mixed
|
# |
public
|
isPublic(): bool
|
# |
public
|
isPrivate(): bool
|
# |
public
|
isProtected(): bool
|
# |
public
|
isFinal(): bool
|
# |
public
|
getModifiers(): int-mask-of<ReflectionClassConstantAdapter::IS_*>
|
# |
public
|
getStartLine(): positive-int
|
# |
public
|
getEndLine(): positive-int
|
# |
public
|
getStartColumn(): positive-int
|
# |
public
|
getEndColumn(): positive-int
|
# |
public
|
getDeclaringClass(): ReflectionClass
|
# |
public
|
getImplementingClass(): ReflectionClass
|
# |
public
|
getDocComment(): non-empty-string|null
|
# |
public
|
isDeprecated(): bool
|
# |
public
|
__toString(): non-empty-string
|
# |
public
|
getAttributes(): list<ReflectionAttribute>
|
# |
public
|
getAttributesByName(string $name): list<ReflectionAttribute>
|
# |
public
|
getAttributesByInstance(class-string $className): list<ReflectionAttribute>
|
# |