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_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Field
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_FieldgetById()
public
static getById(mixed $id) : EO_Field_Result
Parameters
- $id : mixed
Return values
EO_Field_ResultgetByPrimary()
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_ResultgetConsentFields()
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_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Field_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Field_ResultgetMap()
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
stringquery()
public
static query() : EO_Field_Query
Return values
EO_Field_QuerysetConsentFields()
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_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Field
Parameters
- $row : mixed