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