Calendar: Document active parameter in allCalendars
This commit is contained in:
parent
7cf7d5c3dd
commit
471e735b0c
|
@ -44,10 +44,8 @@ class OC_Calendar_Calendar{
|
||||||
/**
|
/**
|
||||||
* @brief Returns the list of calendars for a specific user.
|
* @brief Returns the list of calendars for a specific user.
|
||||||
* @param string $uid User ID
|
* @param string $uid User ID
|
||||||
* @param boolean $active
|
* @param boolean $active Only return calendars with this $active state, default(=null) is don't care
|
||||||
* @return array
|
* @return array
|
||||||
*
|
|
||||||
* TODO: what is active for?
|
|
||||||
*/
|
*/
|
||||||
public static function allCalendars($uid, $active=null){
|
public static function allCalendars($uid, $active=null){
|
||||||
$values = array($uid);
|
$values = array($uid);
|
||||||
|
|
Loading…
Reference in New Issue