• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/property.php
  • Класс: BitrixSaleControllerProperty
  • Вызов: Property::getPersonType
protected function getPersonType($personTypeId)
{
	$personTypeList = BitrixSalePersonType::load($this->siteId, $personTypeId);

	return isset($personTypeList[$personTypeId]) ? $personTypeList[$personTypeId] : null;
}