implements |
Reflection |
---|---|
uses |
ReflectionFunctionAbstract |
Methods | ||
---|---|---|
public
static
|
createFromName(string $functionName): self
|
# |
public
static
|
createFromClosure(Closure $closure): self
|
# |
public
|
__toString(): non-empty-string
|
# |
public
|
getShortName(): non-empty-string
|
# |
public
|
isDisabled(): bool
|
# |
public
|
isStatic(): bool
|
# |
public
|
getClosure(): Closure
|
# |
public
|
invoke(mixed ...$args): mixed
|
# |
public
|
invokeArgs(array<mixed> $args = []): mixed
|
# |
Constants | ||
---|---|---|
public
|
CLOSURE_NAME = '{closure}'
|
# |