ChannelOpenLine::getPathEdit

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ChannelOpenLine
  4. getPathEdit
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/sitebutton/channel/channelopenline.php
  • Класс: Bitrix\Crm\SiteButton\Channel\ChannelOpenLine
  • Вызов: ChannelOpenLine::getPathEdit
static function getPathEdit()
{
	if (!self::canUse())
	{
		return null;
	}

	return array(
		'path' => ImOpenLines\Common::getContactCenterPublicFolder() . 'lines_edit/?ID=#ID#',
		'id' => '#ID#'
	);
}

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