MCPcopy Create free account
hub / github.com/Rello/analytics / delete

Method delete

lib/Service/ShareService.php:292–295  ·  view source on GitHub ↗

* Delete an own share (sharee or receiver) * * @param $shareId * @return bool * @throws Exception */

($shareId)

Source from the content-addressed store, hash-verified

290 * @throws Exception
291 */
292 public function delete($shareId) {
293 $this->ShareMapper->deleteShare($shareId);
294 return true;
295 }
296
297 /**
298 * delete all shares for a report or panorama

Callers 1

deleteShareMethod · 0.45

Calls 1

deleteShareMethod · 0.45

Tested by

no test coverage detected