• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/model/lineaccess.php
  • Класс: BitrixVoximplantModelLineAccessTable
  • Вызов: LineAccessTable::getMap
static function getMap()
{
	return array(
		new EntityIntegerField('ID', array(
			'primary' => true,
			'autocomplete' => true
		)),
		new EntityIntegerField('CONFIG_ID'),
		new EntityStringField('ACCESS_CODE'),
		new EntityReferenceField('CONFIG', ConfigTable::getEntity(),
			array('=this.CONFIG_ID' => 'ref.ID'),
			array('join_type' => 'LEFT')
		),
	);
}