Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ContactTable
+ Граф наследования:ContactTable:

Открытые статические члены

static getTableName ()
 
static getMap ()
 
static onBeforeUpdate (Entity\Event $event)
 
static onUserLoginSocserv ($params)
 
static onNetworkBroadcast ($data)
 
static getConnectId ($connect)
 

Открытые атрибуты

const NOTIFY = 'Y'
 
const DONT_NOTIFY = 'N'
 
const NOTIFY_CONTACT_COUNT = 3
 
const NOTIFY_POSSIBLE_COUNT = 3
 
const POSSIBLE_LAST_AUTHORIZE_LIMIT = '-1 weeks'
 
const POSSIBLE_RESET_TIME = 2592000
 
const POSSIBLE_RESET_TIME_KEY = "_ts"
 

Защищенные статические члены

static processContacts ($owner, array $contactsList)
 
static processPossibleContacts ($owner, array $contactsList)
 
static notifyJoin ($contactId, array $contactInfo=null)
 
static notifyJoinFinish ($userId)
 
static notifyPossible ($userId)
 

Статические защищенные данные

static $notifyStack = array()
 

Подробное описание

См. определение в файле contact.php строка 44

Методы

◆ getConnectId()

static getConnectId ( $connect)
static

См. определение в файле contact.php строка 401

◆ getMap()

static getMap ( )
static

Returns entity map definition.

Возвращает
array

См. определение в файле contact.php строка 73

◆ getTableName()

static getTableName ( )
static

Returns DB table name for entity.

Возвращает
string

См. определение в файле contact.php строка 63

◆ notifyJoin()

static notifyJoin ( $contactId,
array $contactInfo = null )
staticprotected

См. определение в файле contact.php строка 406

◆ notifyJoinFinish()

static notifyJoinFinish ( $userId)
staticprotected

См. определение в файле contact.php строка 411

◆ notifyPossible()

static notifyPossible ( $userId)
staticprotected

См. определение в файле contact.php строка 468

◆ onBeforeUpdate()

static onBeforeUpdate ( Entity\Event $event)
static

См. определение в файле contact.php строка 121

◆ onNetworkBroadcast()

static onNetworkBroadcast ( $data)
static

См. определение в файле contact.php строка 163

◆ onUserLoginSocserv()

static onUserLoginSocserv ( $params)
static

См. определение в файле contact.php строка 136

◆ processContacts()

static processContacts ( $owner,
array $contactsList )
staticprotected

См. определение в файле contact.php строка 231

◆ processPossibleContacts()

static processPossibleContacts ( $owner,
array $contactsList )
staticprotected

См. определение в файле contact.php строка 330

Данные класса

◆ $notifyStack

$notifyStack = array()
staticprotected

См. определение в файле contact.php строка 56

◆ DONT_NOTIFY

const DONT_NOTIFY = 'N'

См. определение в файле contact.php строка 47

◆ NOTIFY

const NOTIFY = 'Y'

См. определение в файле contact.php строка 46

◆ NOTIFY_CONTACT_COUNT

const NOTIFY_CONTACT_COUNT = 3

См. определение в файле contact.php строка 49

◆ NOTIFY_POSSIBLE_COUNT

const NOTIFY_POSSIBLE_COUNT = 3

См. определение в файле contact.php строка 50

◆ POSSIBLE_LAST_AUTHORIZE_LIMIT

const POSSIBLE_LAST_AUTHORIZE_LIMIT = '-1 weeks'

См. определение в файле contact.php строка 52

◆ POSSIBLE_RESET_TIME

const POSSIBLE_RESET_TIME = 2592000

См. определение в файле contact.php строка 53

◆ POSSIBLE_RESET_TIME_KEY

const POSSIBLE_RESET_TIME_KEY = "_ts"

См. определение в файле contact.php строка 54