• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/component/entitydetails/timelinemenubar/item/restplacement.php
  • Класс: Bitrix\Crm\Component\EntityDetails\TimelineMenuBar\Item\RestPlacement
  • Вызов: RestPlacement::setAppName
public function setAppName(string $appName): self
{
	$this->appName = $appName;

	return $this;
}