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