芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/vendor/sabre/dav/lib/CalDAV/CalendarRoot.php
caldavBackend = $caldavBackend; } /** * Returns the nodename. * * We're overriding this, because the default will be the 'principalPrefix', * and we want it to be Sabre\CalDAV\Plugin::CALENDAR_ROOT * * @return string */ public function getName() { return Plugin::CALENDAR_ROOT; } /** * This method returns a node for a principal. * * The passed array contains principal information, and is guaranteed to * at least contain a uri item. Other properties may or may not be * supplied by the authentication backend. * * @return \Sabre\DAV\INode */ public function getChildForPrincipal(array $principal) { return new CalendarHome($this->caldavBackend, $principal); } }