• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/restriction/bitrix24searchlimitrestriction.php
  • Класс: Bitrix\Crm\Restriction\Bitrix24SearchLimitRestriction
  • Вызов: Bitrix24SearchLimitRestriction::__construct
public function __construct($name = '', $limit = 0)
{
	$htmlInfo = null;
	$popupInfo = array(
		'ID' => 'crm_entity_search_limit',
		'TITLE' => Loc::getMessage('CRM_B24_SEARCH_LIMIT_RESTRICTION_TITLE'),
		'CONTENT' => Loc::getMessage('CRM_B24_SEARCH_LIMIT_RESTRICTION_LIMIT_CONTENT')
	);

	parent::__construct($name, $limit, $htmlInfo, $popupInfo);
}