useAbilityModel() public static method

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