class VisitsSummaryModule extends Module (View source)

Class VisitsSummaryModule.

Properties

protected RequestRepository $request from  Module

Methods

__construct(RequestRepository $request)

Module constructor.

from  Module
getOptions(string $format)

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

mixed
getSumVisitsLengthPretty(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 get(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 getVisits(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 getUniqueVisitors(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 getUsers(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 getActions(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 getMaxActions(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 getBounceCount(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 getVisitsConverted(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 getSumVisitsLength(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 getSumVisitsLengthPretty(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