• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Property/Property.php
  • Класс: BitrixCatalogv2PropertyProperty
  • Вызов: Property::__construct
public function __construct(
	PropertyRepositoryContract $productRepository,
	PropertyFeatureRepositoryContract $propertyFeatureRepository
)
{
	parent::__construct($productRepository);
	$this->settings = new FieldStorage();
	$this->propertyFeatureRepository = $propertyFeatureRepository;
}