Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс TaskItem
+ Граф наследования:TaskItem:

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

 __construct ($source=null)
 
 getEntity ()
 
- Открытые члены унаследованные от ActiveRecord
 load ($source)
 
 prepareFields ()
 
 getDataEntity ()
 
 save ()
 
 delete ()
 
 markChanged ()
 
 isChanged ()
 
 markDrop ()
 
 isDeleted ()
 
 fill (array $source)
 
 toArray ()
 
- Открытые члены унаследованные от RegistryEntry
 setRegistry (Registry $registry)
 
 getRegistry ()
 

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

static getDataClass ()
 
static getEntityClassName ()
 
static getRestEntityName ()
 
static initByRow (array $row)
 
static getByEntity (\Bitrix\Im\V2\Entity\Task\TaskItem $entity)
 
static getByMessageId (int $messageId)
 

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

static getEntityIdFieldName ()
 

Дополнительные унаследованные члены

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

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

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

◆ __construct()

__construct ( $source = null)
Аргументы
int | array | EO_LinkTask | null$source

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

Методы

◆ getByEntity()

static getByEntity ( \Bitrix\Im\V2\Entity\Task\TaskItem $entity)
static

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

◆ getByMessageId()

static getByMessageId ( int $messageId)
static

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

◆ getDataClass()

static getDataClass ( )
static

Returns ORM tablet class name.

Возвращает
string

Замещает ActiveRecord.

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

◆ getEntity()

getEntity ( )
Возвращает
\Bitrix\Im\V2\Entity\Task\TaskItem

Переопределяет метод предка BaseLinkItem.

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

◆ getEntityClassName()

static getEntityClassName ( )
static
Возвращает
string|RestEntity

Переопределяет метод предка BaseLinkItem.

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

◆ getEntityIdFieldName()

static getEntityIdFieldName ( )
staticprotected

Переопределяет метод предка BaseLinkItem.

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

◆ getRestEntityName()

static getRestEntityName ( )
static

Returns the name of the entity that will be used in the rest response

Возвращает
string

Замещает RestConvertible.

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

◆ initByRow()

static initByRow ( array $row)
static

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