| final | |
|---|---|
| extends | ReflectionFunction | 
| Methods | ||
|---|---|---|
| 
					
	public
					
					
				 | __construct(ReflectionFunction $betterReflectionFunction) | # | 
| 
					
	public
					
					
				 | __toString(): 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
					
					
				 | isDisabled(): bool | # | 
| 
					
	public
					
					
				 | invoke(mixed $arg = null, mixed ...$args): mixed | # | 
| 
					
	public
					
					
				 | invokeArgs(mixed[] $args) | # | 
| 
					
	public
					
					
				 | getClosure(): Closure | # | 
| 
					
	public
					
					
				 | getClosureUsedVariables(): mixed[] | # | 
| 
					
	public
					
					
				 | hasTentativeReturnType(): bool | # | 
| 
					
	public
					
					
				 | getTentativeReturnType(): ReflectionUnionType|ReflectionNamedType|ReflectionIntersectionType|null | # | 
| 
					
	public
					
					
				 | isStatic(): bool | # | 
| 
					
	public
					
					
				 | getAttributes(class-string|null $name = null, int $flags = 0): list<ReflectionAttribute|FakeReflectionAttribute> | # | 
| 
					
	public
					
					
				 | __get(string $name): mixed | # | 
| 
					
	public
					
					
				 | isAnonymous(): bool | # |