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