• Модуль: catalogmobile
  • Путь к файлу: ~/bitrix/modules/catalogmobile/lib/InventoryControl/UrlBuilder.php
  • Класс: BitrixCatalogMobileInventoryControlUrlBuilder
  • Вызов: UrlBuilder::__callStatic
static function __callStatic($name, $arguments)
{
	if (self::$instance === null)
	{
		self::$instance = new InventoryBuilder();
		self::$instance->setIblockId(self::getCatalogId());
	}

	return call_user_func_array([self::$instance, $name], $arguments);
}