Esempio n. 1
0
 /**
  * Returns the list of people whom this address book is shared with.
  *
  * Every element in this array should have the following properties:
  *   * href - Often a mailto: address
  *   * commonName - Optional, for example a first + last name
  *   * status - See the Sabre\CalDAV\SharingPlugin::STATUS_ constants.
  *   * readOnly - boolean
  *   * summary - Optional, a description for the share
  *
  * @return array
  */
 public function getShares($addressBookId)
 {
     return $this->sharingBackend->getShares($addressBookId);
 }
Esempio n. 2
0
 public function getShares($resourceId)
 {
     return $this->sharingBackend->getShares($resourceId);
 }