CalendarInterface
interface CalendarInterface
Describes the required methods for calendar models.
Properties
| bool | $loaded | Required to be true for access checks |
Methods
mixed
is_readable(bool $user_id = false)
Can the user access the calendar?
mixed
is_writeable(bool $user_id = false)
Is the calendar writeable?
Details
at line 21
mixed
is_readable(bool $user_id = false)
Can the user access the calendar?
at line 30
mixed
is_writeable(bool $user_id = false)
Is the calendar writeable?