class ThrottleApi implements ExtenderInterface
Methods
set(string $name, callable|string $callback)
Add a new throttler (or override one with the same name).
Details
at
line 40
ThrottleApi
set(string $name, callable|string $callback)
Add a new throttler (or override one with the same name).
at
line 52
ThrottleApi
remove(string $name)
Remove a throttler registered with this name.