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

check() public méthode

Checkpoint for when a user is currently stored in the session.
public check ( Cartalyst\Sentinel\Users\UserInterface $user ) : boolean
$user Cartalyst\Sentinel\Users\UserInterface
Résultat boolean
    public function check(UserInterface $user);
CheckpointInterface