Bitrix API

CallUserTable extends DataManager

Class CallUserTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

createCollection()  : EO_CallUser_Collection
createObject()  : EO_CallUser
getById()  : EO_CallUser_Result
getByPrimary()  : EO_CallUser_Result
getEntity()  : EO_CallUser_Entity
getList()  : EO_CallUser_Result
getMap()  : mixed
getTableName()  : mixed
merge()  : AddResult
Inserts new record into the table, or updates existing record, if record is already found in the table.
query()  : EO_CallUser_Query
wakeUpCollection()  : EO_CallUser_Collection
wakeUpObject()  : EO_CallUser

Methods

createCollection()

public static createCollection() : EO_CallUser_Collection
Return values
EO_CallUser_Collection

createObject()

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

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_CallUser_Entity
Return values
EO_CallUser_Entity

getList()

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

getTableName()

public static getTableName() : mixed

merge()

Inserts new record into the table, or updates existing record, if record is already found in the table.

public static merge(array<string|int, mixed> $data) : AddResult
Parameters
$data : array<string|int, mixed>

Record to be merged to the table.

Return values
AddResult

query()

public static query() : EO_CallUser_Query
Return values
EO_CallUser_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results