См. определение в файле alias.php строка 7
◆ add()
static add |
( |
array | $fields | ) |
|
|
static |
◆ addUnique()
static addUnique |
( |
array | $fields | ) |
|
|
static |
◆ delete()
static delete |
( |
| $id, |
|
|
| $filter = self::FILTER_BY_ID ) |
|
static |
◆ generateUnique()
static generateUnique |
( |
| ) |
|
|
static |
◆ get()
◆ getByEntity()
static getByEntity |
( |
| $entityType, |
|
|
| $entityId ) |
|
static |
◆ getByIdAndCode()
static getByIdAndCode |
( |
| $id, |
|
|
| $code ) |
|
static |
◆ getPublicLink()
static getPublicLink |
( |
| $type, |
|
|
| $alias ) |
|
static |
◆ prepareAlias()
static prepareAlias |
( |
| $alias | ) |
|
|
static |
◆ update()
static update |
( |
| $id, |
|
|
| $fields ) |
|
static |
◆ CACHE_PATH
const CACHE_PATH = '/bx/im/alias/' |
◆ CACHE_TTL
const CACHE_TTL = 31536000 |
◆ ENTITY_TYPE_CHAT
const ENTITY_TYPE_CHAT = 'CHAT' |
◆ ENTITY_TYPE_JITSICONF
const ENTITY_TYPE_JITSICONF = 'JITSICONF' |
◆ ENTITY_TYPE_LIVECHAT
const ENTITY_TYPE_LIVECHAT = 'LIVECHAT' |
◆ ENTITY_TYPE_OPEN_LINE
const ENTITY_TYPE_OPEN_LINE = 'LINES' |
◆ ENTITY_TYPE_OTHER
const ENTITY_TYPE_OTHER = 'OTHER' |
◆ ENTITY_TYPE_USER
const ENTITY_TYPE_USER = 'USER' |
◆ ENTITY_TYPE_VIDEOCONF
const ENTITY_TYPE_VIDEOCONF = 'VIDEOCONF' |
◆ FILTER_BY_ALIAS
const FILTER_BY_ALIAS = 'alias' |
◆ FILTER_BY_ID
const FILTER_BY_ID = 'id' |