• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/navigationbarpanel.php
  • Класс: Bitrix\Crm\UI\NavigationBarPanel
  • Вызов: NavigationBarPanel::setBinding
public function setBinding(string $key): self
{
	$this->binding = [
		'category' => self::ID_BINDING_CATEGORY,
		'name' => self::ID_BINDING_NAME,
		'key' => mb_strtolower($key),
	];

	return $this;
}