role() public méthode

Get an instance of the role model.
public role ( array $attributes = [] ) : Role
$attributes array
Résultat Silber\Bouncer\Database\Role
 /**
  * Get an instance of the role model.
  *
  * @param array $attributes
  * @return \Silber\Bouncer\Database\Role 
  * @static 
  */
 public static function role($attributes = array())
 {
     return \Silber\Bouncer\Bouncer::role($attributes);
 }