• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/binding/map/mapsection.php
  • Класс: BitrixIntranetBindingMapMapSection
  • Вызов: MapSection::__construct
public function __construct(string $scope, string $code)
{
	$this->scope = $scope;
	$this->code = $code;
}