Cartalyst\Sentinel\Checkpoints\CheckpointInterface::check PHP Method

check() public method

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