• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/item/field/scalar.php
  • Класс: BitrixTasksItemFieldScalar
  • Вызов: Scalar::getDBName
public function getDBName()
{
	return $this->dbName !== null ? $this->dbName : $this->name;
}