Manager
Table of Contents
Constants
-
ANALYTICS_SERVICE_NAME
= 'analyticsService'
-
DOCUMENT_SERVICE_NAME
= 'documentService'
-
HISTORY_SERVICE_NAME
= 'historyService'
-
SCHEDULER_SERVICE_NAME
= 'schedulerService'
-
STATE_SERVICE_NAME
= 'stateService'
-
TASK_SERVICE_NAME
= 'taskService'
-
TRACKING_SERVICE_NAME
= 'trackingService'
-
USER_SERVICE_NAME
= 'userService'
Methods
-
getAllDebugServices()
: array<string|int, mixed>
-
getAllServiceNames()
: array<string|int, string>
-
getAllServices()
: array<string|int, mixed>
-
getDebugService()
: mixed
-
getInstance()
: self
-
getService()
: mixed
-
hasDebugService()
: bool
ANALYTICS_SERVICE_NAME
public
mixed
ANALYTICS_SERVICE_NAME
= 'analyticsService'
DOCUMENT_SERVICE_NAME
public
mixed
DOCUMENT_SERVICE_NAME
= 'documentService'
HISTORY_SERVICE_NAME
public
mixed
HISTORY_SERVICE_NAME
= 'historyService'
SCHEDULER_SERVICE_NAME
public
mixed
SCHEDULER_SERVICE_NAME
= 'schedulerService'
STATE_SERVICE_NAME
public
mixed
STATE_SERVICE_NAME
= 'stateService'
TASK_SERVICE_NAME
public
mixed
TASK_SERVICE_NAME
= 'taskService'
TRACKING_SERVICE_NAME
public
mixed
TRACKING_SERVICE_NAME
= 'trackingService'
USER_SERVICE_NAME
public
mixed
USER_SERVICE_NAME
= 'userService'
getAllDebugServices()
public
getAllDebugServices() : array<string|int, mixed>
Return values
array<string|int, mixed>
getAllServiceNames()
public
getAllServiceNames() : array<string|int, string>
Return values
array<string|int, string>
getAllServices()
public
getAllServices() : array<string|int, mixed>
Return values
array<string|int, mixed>
getDebugService()
public
getDebugService(string $serviceName) : mixed
Parameters
-
$serviceName
: string
-
getInstance()
public
static getInstance() : self
getService()
public
getService(string $serviceName) : mixed
Parameters
-
$serviceName
: string
-
hasDebugService()
public
hasDebugService(string $serviceName) : bool
Parameters
-
$serviceName
: string
-