Bitrix API

RelatedTable extends TaskDataManager

Class RelatedTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

createCollection()  : EO_Related_Collection
createObject()  : EO_Related
deleteList()  : Result
getById()  : EO_Related_Result
getByPrimary()  : EO_Related_Result
getClass()  : static
getEntity()  : EO_Related_Entity
getList()  : EO_Related_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : string
Returns DB table name for entity.
query()  : EO_Related_Query
wakeUpCollection()  : EO_Related_Collection
wakeUpObject()  : EO_Related

Methods

createCollection()

public static createCollection() : EO_Related_Collection
Return values
EO_Related_Collection

createObject()

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

deleteList()

public static deleteList(array<string|int, mixed> $filter) : Result
Parameters
$filter : array<string|int, mixed>
Tags
throws
ArgumentException
throws
SqlQueryException
throws
SystemException
Return values
Result

getById()

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

getByPrimary()

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

getClass()

public static getClass() : static
Return values
static

getEntity()

public static getEntity() : EO_Related_Entity
Return values
EO_Related_Entity

getList()

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

getMap()

Returns entity map definition.

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

getTableName()

Returns DB table name for entity.

public static getTableName() : string
Return values
string

query()

public static query() : EO_Related_Query
Return values
EO_Related_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results