Lines Matching refs:Backend
42 * @param Backend\BackendInterface $caldavBackend
45 function __construct(Backend\BackendInterface $caldavBackend, $principalInfo) {
136 if ($name === 'inbox' && $this->caldavBackend instanceof Backend\SchedulingSupport) {
139 if ($name === 'outbox' && $this->caldavBackend instanceof Backend\SchedulingSupport) {
142 … if ($name === 'notifications' && $this->caldavBackend instanceof Backend\NotificationSupport) {
149 if ($this->caldavBackend instanceof Backend\SharingSupport) {
161 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) {
200 if ($this->caldavBackend instanceof Backend\SharingSupport) {
211 if ($this->caldavBackend instanceof Backend\SchedulingSupport) {
217 if ($this->caldavBackend instanceof Backend\NotificationSupport) {
222 if ($this->caldavBackend instanceof Backend\SubscriptionSupport) {
265 if (!$this->caldavBackend instanceof Backend\SubscriptionSupport) {
398 if (!$this->caldavBackend instanceof Backend\SharingSupport) {