• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/Integration/UI/Grid/Property/PropertyGridProvider.php
  • Класс: BitrixIblockIntegrationUIGridPropertyPropertyGridProvider
  • Вызов: PropertyGridProvider::__construct
public function __construct(int $iblockId, LinksBuilder $linksBuilder)
{
	$this->iblockId = $iblockId;
	$this->linksBuilder = $linksBuilder;
}