• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/model/chatindex.php
  • Класс: BitrixImModelChatIndexTable
  • Вызов: ChatIndexTable::validateTitle
static function validateTitle()
{
	return array(
		new EntityValidatorLength(null, 255),
	);
}