Meeting
in package
implements
api, module
AbstractYes
Handle meeting content, particularly RSVPs.
Table of Contents
Interfaces
Methods
- api() : bool
- Handle API requests
- registerScriptsAndStyles() : void
- Register scripts and styles to be used on display pages.
Methods
api()
Handle API requests
public
static api(array<string|int, mixed> $uri) : bool
Parameters
- $uri : array<string|int, mixed>
-
The request URI already parsed by parse_url()
Return values
bool —False if endpoint is not found. Should print the result.
registerScriptsAndStyles()
Register scripts and styles to be used on display pages.
public
static registerScriptsAndStyles() : void