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