Example #1
0
 /**
  * @param IShareable $shareable
  * @param string[] $add
  * @param string[] $remove
  */
 public function updateShares(IShareable $shareable, $add, $remove)
 {
     $this->sharingBackend->updateShares($shareable, $add, $remove);
 }