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

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

 getList ()
 
 getLast ()
 
 getLetter ($letterId)
 
 addLetter ($letterId)
 
 shiftTime ($letterId, $timeShift=0)
 
 removeLetter ($letterId)
 
 moveUp ($letterId)
 
 moveDown ($letterId)
 
 sort ()
 
 save ()
 
 load ($id)
 

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

 move ($letterId, $offset)
 

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

static createInstanceById ($id)
 
static getIdByParentId (array $list, $parentId=null)
 

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

 $letters = []
 
 $removeLetterList = []
 

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

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

Методы

◆ addLetter()

addLetter ( $letterId)

Add by ID.

Аргументы
int$letterIdLetter ID.
Возвращает
$this

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

◆ createInstanceById()

static createInstanceById ( $id)
staticprotected

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

◆ getIdByParentId()

static getIdByParentId ( array $list,
$parentId = null )
staticprotected

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

◆ getLast()

getLast ( )

Get list.

Возвращает
Letter|null

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

◆ getLetter()

getLetter ( $letterId)

Get letter.

Аргументы
int$letterIdLetter ID.
Возвращает
Letter|null

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

◆ getList()

getList ( )

Get list.

Возвращает
Letter[]

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

◆ load()

load ( $id)

Load data.

Аргументы
integer$idCampaign ID.
Возвращает
$this

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

◆ move()

move ( $letterId,
$offset )
protected

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

◆ moveDown()

moveDown ( $letterId)

Move down.

Аргументы
int$letterIdLetter ID.
Возвращает
$this

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

◆ moveUp()

moveUp ( $letterId)

Move up.

Аргументы
int$letterIdLetter ID.
Возвращает
$this

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

◆ removeLetter()

removeLetter ( $letterId)

Remove.

Аргументы
int$letterIdLetter ID.
Возвращает
$this

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

◆ save()

save ( )

Save data.

Возвращает
$this

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

◆ shiftTime()

shiftTime ( $letterId,
$timeShift = 0 )

shiftTime.

Аргументы
int$letterIdLetter ID.
int$timeShiftTime shift.
Возвращает
$this

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

◆ sort()

sort ( )

Sort.

Возвращает
$this

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

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

◆ $letters

Letter[] $letters = []
protected

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

◆ $removeLetterList

int[] $removeLetterList = []
protected

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