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

check() 공개 메소드

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