Home
last modified time | relevance | path

Searched refs:canBePublished (Results 1 – 2 of 2) sorted by path

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