exists() public method

{@inheritDoc}
public exists ( Cartalyst\Sentinel\Users\UserInterface $user, $code = null )
$user Cartalyst\Sentinel\Users\UserInterface
Esempio n. 1
0
 /**
  * {@inheritDoc}
  *
  * @static 
  */
 public static function exists($user, $code = null)
 {
     return \Cartalyst\Sentinel\Activations\IlluminateActivationRepository::exists($user, $code);
 }