• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/mailing.php
  • Класс: Bitrix\Sender\MailingTable
  • Вызов: MailingTable::validateDescription
static function validateDescription()
{
	return array(
		new Entity\Validator\Length(null, 2000),
	);
}