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(mixed $arguments = [], string $format = null)

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

mixed
getCategoryFromNameId(mixed $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(mixed $arguments = [], string $format = null)

No description

Parameters

mixed $arguments

extra arguments to be passed to the api call

string $format

override format (defaults to one specified in config file)

Return Value

mixed

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

No description

Parameters

mixed $arguments

extra arguments to be passed to the api call

string $format

override format (defaults to one specified in config file)

Return Value

mixed

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

No description

Parameters

mixed $arguments

extra arguments to be passed to the api call

string $format

override format (defaults to one specified in config file)

Return Value

mixed

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

No description

Parameters

mixed $arguments

extra arguments to be passed to the api call

string $format

override format (defaults to one specified in config file)

Return Value

mixed

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

No description

Parameters

mixed $arguments

extra arguments to be passed to the api call

string $format

override format (defaults to one specified in config file)

Return Value

mixed

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

No description

Parameters

mixed $arguments

extra arguments to be passed to the api call

string $format

override format (defaults to one specified in config file)

Return Value

mixed

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

No description

Parameters

mixed $arguments

extra arguments to be passed to the api call

string $format

override format (defaults to one specified in config file)

Return Value

mixed

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

No description

Parameters

mixed $arguments

extra arguments to be passed to the api call

string $format

override format (defaults to one specified in config file)

Return Value

mixed

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

No description

Parameters

mixed $arguments

extra arguments to be passed to the api call

string $format

override format (defaults to one specified in config file)

Return Value

mixed