final | |
---|---|
extends |
ReflectionMethod |
Methods | ||
---|---|---|
public
|
__construct(ReflectionMethod $betterReflectionMethod)
|
# |
public
|
__toString(): non-empty-string
|
# |
public
|
inNamespace(): bool
|
# |
public
|
isClosure(): bool
|
# |
public
|
isDeprecated(): bool
|
# |
public
|
isInternal(): bool
|
# |
public
|
isUserDefined(): bool
|
# |
public
|
getClosureThis()
|
# |
public
|
getClosureScopeClass(): ?ReflectionClass
|
# |
public
|
getClosureCalledClass(): ?ReflectionClass
|
# |
public
|
getDocComment()
|
# |
public
|
getStartLine()
|
# |
public
|
getEndLine()
|
# |
public
|
getExtension(): ?ReflectionExtension
|
# |
public
|
getExtensionName()
|
# |
public
|
getFileName()
|
# |
public
|
getName(): string
|
# |
public
|
getNamespaceName(): string
|
# |
public
|
getNumberOfParameters(): int
|
# |
public
|
getNumberOfRequiredParameters(): int
|
# |
public
|
getParameters(): list<ReflectionParameter>
|
# |
public
|
hasReturnType(): bool
|
# |
public
|
getReturnType(): ReflectionUnionType|ReflectionNamedType|ReflectionIntersectionType|null
|
# |
public
|
getShortName(): string
|
# |
public
|
getStaticVariables(): array<string, scalar>
|
# |
public
|
returnsReference(): bool
|
# |
public
|
isGenerator(): bool
|
# |
public
|
isVariadic(): bool
|
# |
public
|
isPublic(): bool
|
# |
public
|
isPrivate(): bool
|
# |
public
|
isProtected(): bool
|
# |
public
|
isAbstract(): bool
|
# |
public
|
isFinal(): bool
|
# |
public
|
isStatic(): bool
|
# |
public
|
isConstructor(): bool
|
# |
public
|
isDestructor(): bool
|
# |
public
|
getClosure($object = null): Closure
|
# |
public
|
getModifiers(): int
|
# |
public
|
invoke(object $object = null, mixed $arg = null, mixed ...$args): mixed
|
# |
public
|
invokeArgs(object $object = null, mixed[] $args = []): mixed
|
# |
public
|
getDeclaringClass(): ReflectionClass
|
# |
public
|
getPrototype(): ReflectionMethod
|
# |
public
|
hasPrototype(): bool
|
# |
public
|
setAccessible($accessible): void
|
# |
public
|
getAttributes(class-string|null $name = null, int $flags = 0): list<ReflectionAttribute|FakeReflectionAttribute>
|
# |
public
|
hasTentativeReturnType(): bool
|
# |
public
|
getTentativeReturnType(): ReflectionUnionType|ReflectionNamedType|ReflectionIntersectionType|null
|
# |
public
|
getClosureUsedVariables(): mixed[]
|
# |
public
|
__get(string $name): mixed
|
# |
public
|
getBetterReflection(): ReflectionMethod
|
# |