useUserModel() public static méthode

Set the model to be used for users.
public static useUserModel ( string $model )
$model string
 /**
  * Set the model to be used for users.
  *
  * @param string $model
  * @static 
  */
 public static function useUserModel($model)
 {
     return \Silber\Bouncer\Bouncer::useUserModel($model);
 }