BaseMessage::getDefaultTypeId

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. BaseMessage
  4. getDefaultTypeId
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/activity/provider/basemessage.php
  • Класс: Bitrix\Crm\Activity\Provider\BaseMessage
  • Вызов: BaseMessage::getDefaultTypeId
static function getDefaultTypeId(): string;

/**
 * @return string
 */
abstract protected static function getRenderViewComponentName(): string;

/**
 * @param Event $event
 *
 * @return array
 */
abstract protected static function fetchEventParams(Event $event): array;

/**
 * @param int $id
 *
 * @return array
 */
abstract protected static function fetchActivityByMessageId(int $id): array;

/**
 * @inheritDoc
 */
public static function isTypeEditable($providerTypeId = null, $direction = \CCrmActivityDirection::Undefined)
{
	return false;
}

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