useUserModel() публичный статический Метод

Set the model to be used for users.
public static useUserModel ( string $model )
$model string
Пример #1
0
 /**
  * Set the model to be used for users.
  *
  * @param string $model
  * @static 
  */
 public static function useUserModel($model)
 {
     return \Silber\Bouncer\Bouncer::useUserModel($model);
 }