Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс MapResult

Открытые члены

 setSupportedCount ($count)
 
 setLastProcessedId ($id)
 
 getLastProcessedId ()
 
 getSupportedCount ()
 
 getDuplicated ()
 
 getNotFound ()
 
 getMapped ()
 
 addNotFound ($eLocId, $eLocName)
 
 addDuplicated ($eLocId, $eLocName, $bLocId)
 
 addMapped ($eLocId, $eLocName, $bLocId)
 

Защищенные члены

 getLocationChain ($locationId)
 

Защищенные данные

 $lastProcessedId = 0
 
 $supportedCount = 0
 
 $mapped = array()
 
 $notFound = array()
 
 $duplicated = array()
 

Подробное описание

См. определение в файле mapresult.php строка 11

Методы

◆ addDuplicated()

addDuplicated ( $eLocId,
$eLocName,
$bLocId )

См. определение в файле mapresult.php строка 33

◆ addMapped()

addMapped ( $eLocId,
$eLocName,
$bLocId )

См. определение в файле mapresult.php строка 38

◆ addNotFound()

addNotFound ( $eLocId,
$eLocName )

См. определение в файле mapresult.php строка 28

◆ getDuplicated()

getDuplicated ( )

См. определение в файле mapresult.php строка 24

◆ getLastProcessedId()

getLastProcessedId ( )

См. определение в файле mapresult.php строка 22

◆ getLocationChain()

getLocationChain ( $locationId)
protected

См. определение в файле mapresult.php строка 43

◆ getMapped()

getMapped ( )

См. определение в файле mapresult.php строка 26

◆ getNotFound()

getNotFound ( )

См. определение в файле mapresult.php строка 25

◆ getSupportedCount()

getSupportedCount ( )

См. определение в файле mapresult.php строка 23

◆ setLastProcessedId()

setLastProcessedId ( $id)

См. определение в файле mapresult.php строка 21

◆ setSupportedCount()

setSupportedCount ( $count)

См. определение в файле mapresult.php строка 20

Данные класса

◆ $duplicated

$duplicated = array()
protected

См. определение в файле mapresult.php строка 18

◆ $lastProcessedId

$lastProcessedId = 0
protected

См. определение в файле mapresult.php строка 13

◆ $mapped

$mapped = array()
protected

См. определение в файле mapresult.php строка 16

◆ $notFound

$notFound = array()
protected

См. определение в файле mapresult.php строка 17

◆ $supportedCount

$supportedCount = 0
protected

См. определение в файле mapresult.php строка 14