Bitrix API

RecipientTable extends DataManager

Class RecipientTable

Table of Contents

Constants

SEND_RESULT_DENY  = 'D'
SEND_RESULT_ERROR  = 'E'
SEND_RESULT_NONE  = 'Y'
SEND_RESULT_SUCCESS  = 'N'
SEND_RESULT_WAIT  = 'W'
SEND_RESULT_WAIT_ACCEPT  = 'A'

Methods

createCollection()  : EO_Recipient_Collection
createObject()  : EO_Recipient
getById()  : EO_Recipient_Result
getByPrimary()  : EO_Recipient_Result
getEntity()  : EO_Recipient_Entity
getList()  : EO_Recipient_Result
getMap()  : array<string|int, mixed>
Get map.
getTableName()  : string
Get table name.
query()  : EO_Recipient_Query
wakeUpCollection()  : EO_Recipient_Collection
wakeUpObject()  : EO_Recipient

Constants

SEND_RESULT_DENY

public mixed SEND_RESULT_DENY = 'D'

SEND_RESULT_ERROR

public mixed SEND_RESULT_ERROR = 'E'

SEND_RESULT_NONE

public mixed SEND_RESULT_NONE = 'Y'

SEND_RESULT_SUCCESS

public mixed SEND_RESULT_SUCCESS = 'N'

SEND_RESULT_WAIT

public mixed SEND_RESULT_WAIT = 'W'

SEND_RESULT_WAIT_ACCEPT

public mixed SEND_RESULT_WAIT_ACCEPT = 'A'

Methods

createCollection()

public static createCollection() : EO_Recipient_Collection
Return values
EO_Recipient_Collection

createObject()

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

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_Recipient_Entity
Return values
EO_Recipient_Entity

getList()

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

getMap()

Get map.

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

getTableName()

Get table name.

public static getTableName() : string
Return values
string

query()

public static query() : EO_Recipient_Query
Return values
EO_Recipient_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results