Tooltip::getOpportunity

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. Tooltip
  4. getOpportunity
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/tooltip.php
  • Класс: Bitrix\Crm\Controller\Tooltip
  • Вызов: Tooltip::getOpportunity
private function getOpportunity(): ?string
{
	if($this->item->getOpportunity())
	{
		return '
			
				' . Loc::getMessage('CRM_TYPE_ITEM_FIELD_OPPORTUNITY') . ': 
				
					' . $this->item->getOpportunity() . '
				
			
		';
	}
	return null;
}

Добавить комментарий