Bitrix API

CallTable extends DataManager

Class CallTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

createCollection()  : EO_Call_Collection
createObject()  : EO_Call
getById()  : EO_Call_Result
getByPrimary()  : EO_Call_Result
getEntity()  : EO_Call_Entity
getList()  : EO_Call_Result
getMap()  : array<string|int, mixed>
getTableName()  : string
query()  : EO_Call_Query
updateState()  : bool
Updates call state in the database. Returns true if state was changed by the update and false otherwise.
wakeUpCollection()  : EO_Call_Collection
wakeUpObject()  : EO_Call

Methods

createCollection()

public static createCollection() : EO_Call_Collection
Return values
EO_Call_Collection

createObject()

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

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_Call_Entity
Return values
EO_Call_Entity

getList()

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

getMap()

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

getTableName()

public static getTableName() : string
Return values
string

query()

public static query() : EO_Call_Query
Return values
EO_Call_Query

updateState()

Updates call state in the database. Returns true if state was changed by the update and false otherwise.

public static updateState(int $id, string $newState) : bool
Parameters
$id : int

Id of the call.

$newState : string

New call state

Return values
bool

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results