• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/compatible/internals/entitycompatibility.php
  • Класс: BitrixSaleCompatibleInternalsEntityCompatibility
  • Вызов: EntityCompatibility::addSelect
protected function addSelect($name)
{
	if (in_array($name, $this->select))
		return false;

	$this->select[] = $name;

	return true;
}