• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/BaseIblockElementEntity.php
  • Класс: BitrixCatalogv2BaseIblockElementEntity
  • Вызов: BaseIblockElementEntity::getPropertyCollection
public function getPropertyCollection(): PropertyCollection
{
	if ($this->propertyCollection === null)
	{
		// ToDo make lazy load like sku collection with iterator callback?
		$this->setPropertyCollection($this->loadPropertyCollection());
	}

	return $this->propertyCollection;
}