disabled()
disabled()
Ingo external API interface.
This file defines Ingo's external API interface. Other applications can interact with Ingo through this API.
setVacation(array $info, boolean $enable = true)
Set vacation
array | $info | Vacation details.
|
boolean | $enable | Enable the filter? |
listTimeObjects(array $time_categories, mixed $start, mixed $end) : array
Lists vacation rules as timeobject.
array | $time_categories | The time categories (from listTimeObjectCategories) to list. |
mixed | $start | The start date of the period. |
mixed | $end | The end date of the period. |
An array of timeObject results.