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?

Parameters

bool $user_id

Return Value

mixed

at line 30
mixed is_writeable(bool $user_id = false)

Is the calendar writeable?

Parameters

bool $user_id

Return Value

mixed