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