芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/cloud.pulsehost.co.uk/vendor/afterlogic/dav/lib/DAV/CalDAV/CalendarTrait.php
$propValue) { if (!is_null($propValue) && (in_array($propName, $requestedProperties) || count($requestedProperties) === 0)) { $response[$propName] = $calendarInfo[$propName]; } } return $response; } public function isDefault() { return (\substr($this->getName(), 0, \strlen(\Afterlogic\DAV\Constants::CALENDAR_DEFAULT_UUID)) === \Afterlogic\DAV\Constants::CALENDAR_DEFAULT_UUID); } public function getProperties($requestedProperties) { return $this->_getProperties($this->calendarInfo, $requestedProperties); } }