• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/access/role/role.php
  • Класс: Bitrix\Sender\Access\Role\RoleTable
  • Вызов: RoleTable::validateXmlId
static function validateXmlId()
{
	return [
		new Entity\Validator\Length(null, 255),
	];
}