Eris\Shrinker\Random::onAttempt PHP 메소드

onAttempt() 공개 메소드

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