title | footer |
---|---|
\leantime\domain\repositories\calendar |
false |
- Full name:
\leantime\domain\repositories\calendar
__construct - get database connection
public calendar::__construct(): mixed
Return Value:
public calendar::getAllDates(mixed $dateFrom, mixed $dateTo): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
dateFrom |
mixed | |
dateTo |
mixed |
Return Value:
public calendar::getCalendar(mixed $userId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
userId |
mixed |
Return Value:
public calendar::getCalendarBySecretHash(mixed $userHash, mixed $calHash): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
userHash |
mixed | |
calHash |
mixed |
Return Value:
public calendar::getCalendarEventsForToday(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
public calendar::getTicketWishDates(): mixed
Return Value:
public calendar::getTicketEditDates(): mixed
Return Value:
public calendar::addEvent(mixed $values): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
values |
mixed |
Return Value:
public calendar::getEvent(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
public calendar::editEvent(mixed $values, mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
values |
mixed | |
id |
mixed |
Return Value:
public calendar::delPersonalEvent(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
public calendar::getMyGoogleCalendars(): mixed
Return Value:
public calendar::getGCal(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
public calendar::editGUrl(mixed $values, mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
values |
mixed | |
id |
mixed |
Return Value:
public calendar::deleteGCal(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
public calendar::addGUrl(mixed $values): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
values |
mixed |
Return Value:
Automatically generated from source code comments on 2023-02-28 using phpDocumentor