• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/property.php
  • Класс: BitrixSaleControllerProperty
  • Вызов: Property::initializeDbProperty
protected function initializeDbProperty($propertyId)
{
	if ($this->dbProperty === null)
	{
		$this->dbProperty = $this->loadProperty($propertyId);
	}
}