• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/BaseIblockElementEntity.php
  • Класс: BitrixCatalogv2BaseIblockElementEntity
  • Вызов: BaseIblockElementEntity::__construct
public function __construct(
	IblockInfo $iblockInfo,
	RepositoryContract $repository,
	PropertyRepositoryContract $propertyRepository,
	ImageRepositoryContract $imageRepository
)
{
	parent::__construct($repository);
	$this->iblockInfo = $iblockInfo;
	$this->propertyRepository = $propertyRepository;
	$this->imageRepository = $imageRepository;
}