Bitrix API

FieldTable extends DataManager

Class FieldTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

createCollection()  : EO_Field_Collection
createObject()  : EO_Field
getById()  : EO_Field_Result
getByPrimary()  : EO_Field_Result
getConsentFields()  : array<string|int, mixed>
Get user consent fields.
getEntity()  : EO_Field_Entity
getList()  : EO_Field_Result
getMap()  : array<string|int, mixed>
Get map.
getTableName()  : string
Get table name.
query()  : EO_Field_Query
setConsentFields()  : void
Set user consent fields.
wakeUpCollection()  : EO_Field_Collection
wakeUpObject()  : EO_Field

Methods

createCollection()

public static createCollection() : EO_Field_Collection
Return values
EO_Field_Collection

createObject()

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

getById()

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

getByPrimary()

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

getConsentFields()

Get user consent fields.

public static getConsentFields(int $agreementId) : array<string|int, mixed>
Parameters
$agreementId : int

Agreement ID.

Return values
array<string|int, mixed>

getEntity()

public static getEntity() : EO_Field_Entity
Return values
EO_Field_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Field_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_Field_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_Field_Query
Return values
EO_Field_Query

setConsentFields()

Set user consent fields.

public static setConsentFields(int $agreementId, array<string|int, mixed> $fields) : void
Parameters
$agreementId : int

Agreement ID.

$fields : array<string|int, mixed>

Fields.

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results