Bitrix API

CheckListTable extends DataManager

Class CheckListTable

Table of Contents

Methods

createCollection()  : EO_CheckList_Collection
createObject()  : EO_CheckList
deleteByCheckListsIds()  : mixed
getAllByTaskId()  : EO_CheckList_Collection
getById()  : EO_CheckList_Result
getByPrimary()  : EO_CheckList_Result
getByTaskId()  : EO_CheckList|null
getClass()  : static
getEntity()  : EO_CheckList_Entity
getList()  : EO_CheckList_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getSortColumnName()  : string
getTableName()  : string
Returns DB table name for entity.
getUfId()  : string|null
query()  : EO_CheckList_Query
wakeUpCollection()  : EO_CheckList_Collection
wakeUpObject()  : EO_CheckList

Methods

createCollection()

public static createCollection() : EO_CheckList_Collection
Return values
EO_CheckList_Collection

createObject()

public static createObject([mixed $setDefaultValues = = 'true' ]) : EO_CheckList
Parameters
$setDefaultValues : mixed = = 'true'
Return values
EO_CheckList

deleteByCheckListsIds()

public static deleteByCheckListsIds(string $ids) : mixed
Parameters
$ids : string
  • string of type (1,2,...,7)

getAllByTaskId()

public static getAllByTaskId(int $taskId) : EO_CheckList_Collection
Parameters
$taskId : int
Return values
EO_CheckList_Collection

getById()

public static getById(mixed $id) : EO_CheckList_Result
Parameters
$id : mixed
Return values
EO_CheckList_Result

getByPrimary()

public static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_CheckList_Result
Parameters
$primary : mixed
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_CheckList_Result

getByTaskId()

public static getByTaskId(int $taskId) : EO_CheckList|null
Parameters
$taskId : int
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
EO_CheckList|null

getClass()

public static getClass() : static
Return values
static

getEntity()

public static getEntity() : EO_CheckList_Entity
Return values
EO_CheckList_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_CheckList_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_CheckList_Result

getMap()

Returns entity map definition.

public static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>

getSortColumnName()

public static getSortColumnName() : string
Return values
string

getTableName()

Returns DB table name for entity.

public static getTableName() : string
Return values
string

getUfId()

public static getUfId() : string|null
Return values
string|null

query()

public static query() : EO_CheckList_Query
Return values
EO_CheckList_Query

wakeUpCollection()

public static wakeUpCollection(mixed $rows) : EO_CheckList_Collection
Parameters
$rows : mixed
Return values
EO_CheckList_Collection

wakeUpObject()

public static wakeUpObject(mixed $row) : EO_CheckList
Parameters
$row : mixed
Return values
EO_CheckList

        
On this page

Search results