useRoleModel() public static method

Set the model to be used for roles.
public static useRoleModel ( string $model )
$model string
Example #1
0
 /**
  * Set the model to be used for roles.
  *
  * @param string $model
  * @static 
  */
 public static function useRoleModel($model)
 {
     return \Silber\Bouncer\Bouncer::useRoleModel($model);
 }