Eris\Shrinker\Random::onAttempt PHP Method

onAttempt() public method

public onAttempt ( callable $listener )
$listener callable
    public function onAttempt(callable $listener)
    {
        $this->onAttempt[] = $listener;
        return $this;
    }