Describe remove_calendar() parameters

This commit is contained in:
Aleksander Machniak (Kolab Systems) 2011-06-27 13:43:11 +02:00
parent 17e5d1b7c3
commit 0b85b71317

View file

@ -95,6 +95,8 @@ abstract class calendar_driver
/**
* Delete the given calendar with all its contents
*
* @param array Hash array with calendar properties
* id: Calendar Identifier
* @return boolean True on success, Fales on failure
*/
abstract function remove_calendar($prop);