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

Method deleteSharesByItem

lib/Service/ShareService.php:305–307  ·  view source on GitHub ↗

* delete all shares for a report or panorama * * @param $item_type * @param $item_source * @return bool * @throws Exception */

($item_type, $item_source)

Source from the content-addressed store, hash-verified

303 * @throws Exception
304 */
305 public function deleteSharesByItem($item_type, $item_source) {
306 return $this->ShareMapper->deleteSharesByItem($item_type, $item_source);
307 }
308
309 /**
310 * delete all shares when a share-receiving-user is deleted

Callers 3

deleteByUserMethod · 0.45
deleteMethod · 0.45
deleteByUserMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected