- Модуль: socialservices
- Путь к файлу: ~/bitrix/modules/socialservices/lib/ap.php
- Класс: BitrixSocialservicesApTable
- Вызов: ApTable::getMap
static function getMap()
{
return array(
'ID' => array(
'data_type' => 'integer',
'primary' => true,
'autocomplete' => true,
),
'TIMESTAMP_X' => array(
'data_type' => 'datetime',
),
'USER_ID' => array(
'data_type' => 'integer',
'required' => true,
),
'DOMAIN' => array(
'data_type' => 'string',
),
'ENDPOINT' => array(
'data_type' => 'string',
),
'LOGIN' => array(
'data_type' => 'string',
),
'PASSWORD' => array(
'data_type' => 'string',
),
'LAST_AUTHORIZE' => array(
'data_type' => 'datetime',
),
'SETTINGS' => array(
'data_type' => 'string',
'serialized' => true,
),
);
}