Lines Matching refs:Backend
30 * @var Backend\BackendInterface
44 * @param Backend\BackendInterface $caldavBackend
47 function __construct(Backend\BackendInterface $caldavBackend, $principalInfo) {
138 if ($name === 'inbox' && $this->caldavBackend instanceof Backend\SchedulingSupport) {
141 if ($name === 'outbox' && $this->caldavBackend instanceof Backend\SchedulingSupport) {
144 … if ($name === 'notifications' && $this->caldavBackend instanceof Backend\NotificationSupport) {
151 if ($this->caldavBackend instanceof Backend\SharingSupport) {
159 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) {
198 if ($this->caldavBackend instanceof Backend\SharingSupport) {
205 if ($this->caldavBackend instanceof Backend\SchedulingSupport) {
211 if ($this->caldavBackend instanceof Backend\NotificationSupport) {
216 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) {
259 if (!$this->caldavBackend instanceof Backend\SubscriptionSupport) {
346 if (!$this->caldavBackend instanceof Backend\SharingSupport) {