Events
class Events (View source)
Functions for event management.
Properties
array<string,array<int,string>> | $status | ||
array<int,string> | $type | ||
array<int,string> | $interval |
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.
Composes the query necessary to create an event from an HTTP request.
No description
Returns details about the EVENTs for a specific database.
No description
Details
__construct(DatabaseInterface $dbi)
No description
string
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
getQueryFromRequest()
Composes the query necessary to create an event from an HTTP request.
bool
getEventSchedulerStatus()
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
int
getErrorCount()
No description