Searched refs:getShares (Results 1 – 11 of 11) sorted by relevance
51 function getShares() { function in Sabre\\CalDAV\\ShareableCalendar53 return $this->caldavBackend->getShares($this->calendarInfo['id']);
142 function getShares() { function in Sabre\\CalDAV\\SharedCalendar144 return $this->caldavBackend->getShares($this->calendarInfo['id']);
121 $node->getShares()161 $node->getShares(),184 if (count($node->getShares()) > 0) {219 $shares = $node->getShares();
34 function getShares(); function
46 function getShares(); function
217 function getShares($calendarId); function
50 )), $this->instance->getShares());
51 )), $this->getInstance()->getShares());
106 $this->assertEquals(0, count($this->caldavBackend->getShares(1)));196 )), $this->caldavBackend->getShares(1));
118 function getShares($calendarId) { function in Sabre\\CalDAV\\Backend\\MockSharing
1060 * BC Break: Sabre_CalDAV_ISharedCalendar now also has a getShares method, so