Cartalyst\Sentinel\Checkpoints\ThrottlingException::getDelay PHP 메소드

getDelay() 공개 메소드

Returns the delay.
public getDelay ( ) : integer
리턴 integer
    public function getDelay()
    {
        return $this->delay;
    }