Cartalyst\Sentinel\Native\SentinelBootstrapper::createThrottleCheckpoint PHP 메소드

createThrottleCheckpoint() 보호된 메소드

Create a throttle checkpoint.
protected createThrottleCheckpoint ( IlluminateThrottleRepository $throtte, string $ipAddress ) : ThrottleCheckpoint
$throtte Cartalyst\Sentinel\Throttling\IlluminateThrottleRepository
$ipAddress string
리턴 Cartalyst\Sentinel\Checkpoints\ThrottleCheckpoint
    protected function createThrottleCheckpoint(IlluminateThrottleRepository $throtte, $ipAddress)
    {
        return new ThrottleCheckpoint($throtte, $ipAddress);
    }