Describe remove_calendar() parameters
This commit is contained in:
parent
17e5d1b7c3
commit
0b85b71317
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue