abstract | |
---|---|
implements |
Reflector |
Methods | ||
---|---|---|
public
|
inNamespace(): bool
|
# |
public
|
isClosure(): bool
|
# |
public
|
isDeprecated(): bool
|
# |
public
|
isInternal(): bool
|
# |
public
|
isUserDefined(): bool
|
# |
public
|
isGenerator(): bool
|
# |
public
|
isVariadic(): bool
|
# |
public
|
isStatic(): bool
|
# |
public
|
getClosureThis(): object|null
|
# |
public
|
getClosureScopeClass(): ReflectionClass|null
|
# |
public
|
getClosureCalledClass(): ReflectionClass|null
|
# |
public
|
getClosureUsedVariables(): array
|
# |
public
|
getDocComment(): string|false
|
# |
public
|
getEndLine(): int|false
|
# |
public
|
getExtension(): ReflectionExtension|null
|
# |
public
|
getExtensionName(): string|false
|
# |
public
|
getFileName(): string|false
|
# |
public
|
getName(): string
|
# |
public
|
getNamespaceName(): string
|
# |
public
|
getNumberOfParameters(): int
|
# |
public
|
getNumberOfRequiredParameters(): int
|
# |
public
|
getParameters(): ReflectionParameter[]
|
# |
public
|
getShortName(): string
|
# |
public
|
getStartLine(): int|false
|
# |
public
|
getStaticVariables(): array
|
# |
public
|
returnsReference(): bool
|
# |
public
|
hasReturnType(): bool
|
# |
public
|
getReturnType(): ReflectionType|null
|
# |
public
|
hasTentativeReturnType(): bool
|
# |
public
|
getTentativeReturnType(): ?ReflectionType
|
# |
public
|
getAttributes(?string $name = null, int $flags = 0): ReflectionAttribute[]
|
# |