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

		$this->modifyInputSettingsByType($this->propertySettings);
	}
}