extends |
ReflectionFunctionAbstract |
---|
Methods | ||
---|---|---|
public
|
__construct(object|string $objectOrMethod, ?string $method = null)
|
# |
public
static
|
createFromMethodName(string $method): static
|
# |
public
|
__toString(): string
|
# |
public
|
isPublic(): bool
|
# |
public
|
isPrivate(): bool
|
# |
public
|
isProtected(): bool
|
# |
public
|
isAbstract(): bool
|
# |
public
|
isFinal(): bool
|
# |
public
|
isConstructor(): bool
|
# |
public
|
isDestructor(): bool
|
# |
public
|
getClosure(?object $object = null): Closure
|
# |
public
|
getModifiers(): int
|
# |
public
|
invoke(?object $object, mixed ...$args): mixed
|
# |
public
|
invokeArgs(?object $object, array $args): mixed
|
# |
public
|
getDeclaringClass(): ReflectionClass
|
# |
public
|
getPrototype(): ReflectionMethod
|
# |
public
|
hasPrototype(): bool
|
# |
public
|
setAccessible(bool $accessible): void
|
# |
Constants | ||
---|---|---|
public
|
IS_STATIC = UNKNOWN
|
# |
public
|
IS_PUBLIC = UNKNOWN
|
# |
public
|
IS_PROTECTED = UNKNOWN
|
# |
public
|
IS_PRIVATE = UNKNOWN
|
# |
public
|
IS_ABSTRACT = UNKNOWN
|
# |
public
|
IS_FINAL = UNKNOWN
|
# |