class EventsModule extends Module (View source)

Class EventsModule.

Properties

protected RequestRepository $request from  Module

Methods

__construct(RequestRepository $request)

Module constructor.

from  Module
getOptions(string $format)

No description

from  Module
mixed
getCategory($arguments = [], string $format = null)

No description

mixed
getAction($arguments = [], string $format = null)

No description

mixed
getName($arguments = [], string $format = null)

No description

mixed
getActionFromCategoryId($arguments = [], string $format = null)

No description

mixed
getNameFromCategoryId($arguments = [], string $format = null)

No description

mixed
getCategoryFromActionId($arguments = [], string $format = null)

No description

mixed
getNameFromActionId($arguments = [], string $format = null)

No description

mixed
getActionFromNameId($arguments = [], string $format = null)

No description

mixed
getCategoryFromNameId($arguments = [], string $format = null)

No description

Details

__construct(RequestRepository $request)

Module constructor.

Parameters

RequestRepository $request

protected RequestOptions getOptions(string $format)

No description

Parameters

string $format

response format

Return Value

RequestOptions

mixed getCategory($arguments = [], string $format = null)

No description

Parameters

$arguments
string $format

override format (defaults to one specified in config file)

Return Value

mixed

mixed getAction($arguments = [], string $format = null)

No description

Parameters

$arguments
string $format

override format (defaults to one specified in config file)

Return Value

mixed

mixed getName($arguments = [], string $format = null)

No description

Parameters

$arguments
string $format

override format (defaults to one specified in config file)

Return Value

mixed

mixed getActionFromCategoryId($arguments = [], string $format = null)

No description

Parameters

$arguments
string $format

override format (defaults to one specified in config file)

Return Value

mixed

mixed getNameFromCategoryId($arguments = [], string $format = null)

No description

Parameters

$arguments
string $format

override format (defaults to one specified in config file)

Return Value

mixed

mixed getCategoryFromActionId($arguments = [], string $format = null)

No description

Parameters

$arguments
string $format

override format (defaults to one specified in config file)

Return Value

mixed

mixed getNameFromActionId($arguments = [], string $format = null)

No description

Parameters

$arguments
string $format

override format (defaults to one specified in config file)

Return Value

mixed

mixed getActionFromNameId($arguments = [], string $format = null)

No description

Parameters

$arguments
string $format

override format (defaults to one specified in config file)

Return Value

mixed

mixed getCategoryFromNameId($arguments = [], string $format = null)

No description

Parameters

$arguments
string $format

override format (defaults to one specified in config file)

Return Value

mixed