Home
last modified time | relevance | path

Searched refs:canBeShared (Results 1 – 2 of 2) sorted by last modified time

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DAllowedSharingModes.php32 protected $canBeShared; variable in Sabre\\CalDAV\\Xml\\Property\\AllowedSharingModes
44 * @param bool $canBeShared
48 function __construct($canBeShared, $canBePublished) { argument
50 $this->canBeShared = $canBeShared;
76 if ($this->canBeShared) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DAllowedSharingModes.php32 protected $canBeShared; variable in Sabre\\CalDAV\\Xml\\Property\\AllowedSharingModes
44 * @param bool $canBeShared
48 function __construct($canBeShared, $canBePublished) { argument
50 $this->canBeShared = $canBeShared;
76 if ($this->canBeShared) {