Bitrix API

CallLogTable extends DataManager

Class CallLogTable

Table of Contents

Methods

createCollection()  : EO_CallLog_Collection
createObject()  : EO_CallLog
getActualCallCount()  : int
Get actual call count.
getById()  : EO_CallLog_Result
getByPrimary()  : EO_CallLog_Result
getEntity()  : EO_CallLog_Entity
getList()  : EO_CallLog_Result
getMap()  : array<string|int, mixed>
Get map.
getRecipientIdByCallId()  : int|null
Get recipient id by call id.
getTableName()  : string
Get table name.
query()  : EO_CallLog_Query
removeByCallId()  : void
Remove by call id.
wakeUpCollection()  : EO_CallLog_Collection
wakeUpObject()  : EO_CallLog

Methods

createCollection()

public static createCollection() : EO_CallLog_Collection
Return values
EO_CallLog_Collection

createObject()

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

getActualCallCount()

Get actual call count.

public static getActualCallCount() : int
Return values
int

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_CallLog_Entity
Return values
EO_CallLog_Entity

getList()

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

getMap()

Get map.

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

getRecipientIdByCallId()

Get recipient id by call id.

public static getRecipientIdByCallId(mixed $callId) : int|null
Parameters
$callId : mixed
Return values
int|null

getTableName()

Get table name.

public static getTableName() : string
Return values
string

query()

public static query() : EO_CallLog_Query
Return values
EO_CallLog_Query

removeByCallId()

Remove by call id.

public static removeByCallId([int $callId = null ]) : void
Parameters
$callId : int = null

Call ID.

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results