class ActionsModule extends Module (View source)

Class ActionsModule

Properties

protected RequestRepository $request from  Module

Methods

__construct(RequestRepository $request)

ActionsModule constructor.

getOptions(string $format)

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

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

No description

Details

__construct(RequestRepository $request)

ActionsModule 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 getPageUrls(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 getPageUrlsFollowingSiteSearch(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 getPageTitlesFollowingSiteSearch(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 getEntryPageUrls(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 getExitPageUrls(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 getPageUrl(string $pageUrl, mixed $arguments = [], string $format = null)

No description

Parameters

string $pageUrl

page url to get actions for

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

No description

Parameters

string $pageName

page name to get actions for

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

No description

Parameters

string $downloadUrl

download url to get actions for

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

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

No description

Parameters

string $outlinkUrl

outlink url to get actions for

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 getSiteSearchKeywords(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 getSiteSearchNoResultKeywords(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 getSiteSearchCategories(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