• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/entity/configurablerestapp/dto/footermenudto.php
  • Класс: Bitrix\Crm\Activity\Entity\ConfigurableRestApp\Dto\FooterMenuDto
  • Вызов: FooterMenuDto::getValidators
protected function getValidators(array $fields): array
{
	return [
		new \Bitrix\Crm\Dto\Validator\ObjectCollectionField($this, 'items', self::MAX_MENU_ITEMS_COUNT),
	];
}