* CalDAV/CardDAV expand-property report for principals used in iCal on OS X 10.7

This commit is contained in:
Ralf Becker
2012-06-27 20:08:56 +00:00
parent 52d7d6bbcf
commit b025809df1
5 changed files with 108 additions and 13 deletions

View File

@ -126,12 +126,12 @@ abstract class groupdav_handler
* Handle propfind request for an application folder
*
* @param string $path
* @param array $options
* @param array &$options
* @param array &$files
* @param int $user account_id
* @return mixed boolean true on success, false on failure or string with http status (eg. '404 Not Found')
*/
abstract function propfind($path,$options,&$files,$user);
abstract function propfind($path,&$options,&$files,$user);
/**
* Propfind callback, if interator is used