SocialNetwork extends Integration
AbstractYes
Table of Contents
Constants
- MODULE_NAME = 'socialnetwork'
Methods
- disable() : mixed
- enable() : mixed
- formatDateTimeToGMT() : mixed
- getDepartmentEntityPrefix() : mixed
- getGroupEntityPrefix() : mixed
- getLogDestination() : array<string|int, mixed>
- Get data for user selector dialog
- getMemberList() : mixed
- getParser() : mixed
- getUserEntityPrefix() : mixed
- isEnabled() : mixed
- setLogDestinationLast() : mixed
- Save last selected items in user selector dialog
Constants
MODULE_NAME
public
mixed
MODULE_NAME
= 'socialnetwork'
Methods
disable()
public
static disable() : mixed
enable()
public
static enable() : mixed
formatDateTimeToGMT()
public
static formatDateTimeToGMT(mixed $time, mixed $userId) : mixed
Parameters
- $time : mixed
- $userId : mixed
getDepartmentEntityPrefix()
public
static getDepartmentEntityPrefix() : mixed
getGroupEntityPrefix()
public
static getGroupEntityPrefix() : mixed
getLogDestination()
Get data for user selector dialog
public
static getLogDestination([string $context = 'TASKS' ][, array<string|int, mixed> $parameters = array() ]) : array<string|int, mixed>
Parameters
- $context : string = 'TASKS'
- $parameters : array<string|int, mixed> = array()
Tags
Return values
array<string|int, mixed>getMemberList()
public
static getMemberList(mixed $groupId) : mixed
Parameters
- $groupId : mixed
getParser()
public
static getParser([array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
- $parameters : array<string|int, mixed> = array()
getUserEntityPrefix()
public
static getUserEntityPrefix() : mixed
isEnabled()
public
static isEnabled() : mixed
setLogDestinationLast()
Save last selected items in user selector dialog
public
static setLogDestinationLast([array<string|int, mixed> $items = array() ][, string $context = 'TASKS' ]) : mixed
Parameters
- $items : array<string|int, mixed> = array()
- $context : string = 'TASKS'