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

	if ($this->property['TYPE'] === 'ENUM')
	{
		$this->validateVariants();
	}

	$this->validateRelations();

	return !$this->hasErrors();
}