Cartalyst\Sentinel\Checkpoints\CheckpointInterface::login PHP 메소드

login() 공개 메소드

Checkpoint after a user is logged in. Return false to deny persistence.
public login ( Cartalyst\Sentinel\Users\UserInterface $user ) : boolean
$user Cartalyst\Sentinel\Users\UserInterface
리턴 boolean
    public function login(UserInterface $user);
CheckpointInterface