• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/category/entity/category.php
  • Класс: Bitrix\Crm\Category\Entity\Category
  • Вызов: Category::getSingleNameIfPossible
public function getSingleNameIfPossible(): string
{
	$result = $this->getSingleName();

	return is_null($result) ? $this->getName() : $result;
}