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

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

 __construct ($isInclude=true)
 
 setMessage (Message\Adapter $message=null)
 
 getTile ($segmentId)
 
 getTiles (array $parameters=[])
 

Открытые статические члены

static create ($isInclude=true)
 

Открытые атрибуты

const MAX_COUNT = 4
 

Защищенные статические члены

static getBackgroundColor (array $data)
 

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

 $isInclude = true
 
 $message
 

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

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

Конструктор(ы)

◆ __construct()

__construct ( $isInclude = true)

Constructor.

Аргументы
bool$isIncludeGet stat by including or excluding segments in letters.

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

Методы

◆ create()

static create ( $isInclude = true)
static

Create instance.

Аргументы
bool$isIncludeGet stat by including or excluding segments in letters.
Возвращает
static

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

◆ getBackgroundColor()

static getBackgroundColor ( array $data)
staticprotected

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

◆ getTile()

getTile ( $segmentId)

Get segments as tiles array.

Аргументы
integer$segmentIdSegment ID.
Возвращает
array|null

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

◆ getTiles()

getTiles ( array $parameters = [])

Get segments as tiles array.

Аргументы
array$parametersParameters.
Возвращает
array

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

◆ setMessage()

setMessage ( Message\Adapter $message = null)

Set message.

Аргументы
Message\Adapter | null$messageMessage.
Возвращает
$this

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

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

◆ $isInclude

$isInclude = true
protected

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

◆ $message

$message
protected

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

◆ MAX_COUNT

const MAX_COUNT = 4

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