Events
class Events (View source)
Functions for event management.
Methods
Handles editor requests for adding or editing an item
This function will generate the values that are required to for the editor
This function will generate the values that are required to complete the "Edit event" form given the name of a event.
Displays a form used to add/edit an event
Composes the query necessary to create an event from an HTTP request.
No description
No description
Returns details about the EVENTs for a specific database.
Details
__construct(DatabaseInterface $dbi, Template $template, ResponseRenderer $response)
No description
void
handleEditor()
Handles editor requests for adding or editing an item
array
getDataFromRequest()
This function will generate the values that are required to for the editor
array|null
getDataFromName(string $name)
This function will generate the values that are required to complete the "Edit event" form given the name of a event.
string
getEditorForm(string $mode, string $operation, array $item)
Displays a form used to add/edit an event
string
getQueryFromRequest()
Composes the query necessary to create an event from an HTTP request.
bool
getEventSchedulerStatus()
No description
void
export()
No description
array
getDetails(string $db, string $name = '')
Returns details about the EVENTs for a specific database.
static string|null
getDefinition(DatabaseInterface $dbi, string $db, string $name)
No description