コード例 #1
0
 /**
  * Save a role to the database, if the role_id is set, it will be updated
  *
  * @param Role $role
  * @return bool
  */
 public function roleSave(Role $role)
 {
     return $this->storage->roleSave($role);
 }