Cartalyst\Sentinel\Checkpoints\CheckpointInterface::fail PHP Méthode

fail() public méthode

Checkpoint for when a failed login attempt is logged. User is not always passed and the result of the method will not affect anything, as the login failed.
public fail ( Cartalyst\Sentinel\Users\UserInterface $user = null ) : void
$user Cartalyst\Sentinel\Users\UserInterface
Résultat void
    public function fail(UserInterface $user = null);
CheckpointInterface