• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/itr/designer.php
  • Класс: BitrixImBotItrDesigner
  • Вызов: Designer::run
public function run($text)
{
	if (self::$executed)
		return false;
	
	list($itemId) = explode(" ", $text);

	$this->execMenuItem($itemId);

	$this->getMenuItems();
	
	self::$executed = true;

	return true;
}