AdsFormLinkTable extends DataManager
Class AdsFormLinkTable.
Table of Contents
Constants
Methods
- createCollection() : EO_AdsFormLink_Collection
- createObject() : EO_AdsFormLink
- getById() : EO_AdsFormLink_Result
- getByPrimary() : EO_AdsFormLink_Result
- getEntity() : EO_AdsFormLink_Entity
- getList() : EO_AdsFormLink_Result
- getMap() : array<string|int, mixed>
- Get map.
- getTableName() : string
- Get table name.
- onBeforeDelete() : EventResult
- query() : EO_AdsFormLink_Query
- wakeUpCollection() : EO_AdsFormLink_Collection
- wakeUpObject() : EO_AdsFormLink
Constants
LINK_DIRECTION_EXPORT
public
mixed
LINK_DIRECTION_EXPORT
= 0
LINK_DIRECTION_IMPORT
public
mixed
LINK_DIRECTION_IMPORT
= 1
Methods
createCollection()
public
static createCollection() : EO_AdsFormLink_Collection
Return values
EO_AdsFormLink_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_AdsFormLink
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_AdsFormLinkgetById()
public
static getById(mixed $id) : EO_AdsFormLink_Result
Parameters
- $id : mixed
Return values
EO_AdsFormLink_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_AdsFormLink_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_AdsFormLink_ResultgetEntity()
public
static getEntity() : EO_AdsFormLink_Entity
Return values
EO_AdsFormLink_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_AdsFormLink_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_AdsFormLink_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
stringonBeforeDelete()
public
static onBeforeDelete(Event $event) : EventResult
Parameters
- $event : Event
Tags
Return values
EventResultquery()
public
static query() : EO_AdsFormLink_Query
Return values
EO_AdsFormLink_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_AdsFormLink_Collection
Parameters
- $rows : mixed
Return values
EO_AdsFormLink_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_AdsFormLink
Parameters
- $row : mixed