• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/skutree.php
  • Класс: BitrixCatalogComponentSkuTree
  • Вызов: SkuTree::getPropertyCodes
public function getPropertyCodes(): array
{
	if ($this->propertyCodes === null)
	{
		$this->propertyCodes = $this->loadPropertyCodes();
	}

	return $this->propertyCodes;
}