class VisitorInterestModule extends Module (View source)

Class VisitorInterestModule.

Properties

protected RequestRepository $request from  Module

Methods

__construct(RequestRepository $request)

Module constructor.

from  Module
getOptions(string $format)

No description

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

No description

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

No description

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

No description

mixed
getNumberOfVisitsByVisitCount(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 getNumberOfVisitsPerVisitDuration(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 getNumberOfVisitsPerPage(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 getNumberOfVisitsByDaysSinceLast(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 getNumberOfVisitsByVisitCount(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