final |
---|
Methods | ||
---|---|---|
public
static
|
bind(Closure $closure, ?object $newThis, object|string|null $newScope = "static"): ?Closure
|
# |
public
|
bindTo(?object $newThis, object|string|null $newScope = "static"): ?Closure
|
# |
public
|
call(object $newThis, mixed ...$args): mixed
|
# |
public
static
|
fromCallable(callable $callback): Closure
|
# |