YandexGroupTable extends AdvEntity
Class YandexGroupTable
Local mirror for Yandex.Direct banner groups
Fields:
- ID int mandatory
- ENGINE_ID int mandatory
- XML_ID string(255) mandatory
- LAST_UPDATE datetime optional
- SETTINGS string optional
- CAMPAIGN_ID int mandatory
Table of Contents
Constants
Methods
- createCollection() : EO_YandexGroup_Collection
- createObject() : EO_YandexGroup
- getById() : EO_YandexGroup_Result
- getByPrimary() : EO_YandexGroup_Result
- getEntity() : EO_YandexGroup_Entity
- getFilePath() : mixed
- getList() : EO_YandexGroup_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : mixed
- onBeforeAdd() : mixed
- onBeforeUpdate() : mixed
- query() : EO_YandexGroup_Query
- setSkipRemoteUpdate() : mixed
- wakeUpCollection() : EO_YandexGroup_Collection
- wakeUpObject() : EO_YandexGroup
Constants
ACTIVE
public
mixed
ACTIVE
= 'Y'
ENGINE
public
mixed
ENGINE
= 'yandex_direct'
INACTIVE
public
mixed
INACTIVE
= 'N'
Methods
createCollection()
public
static createCollection() : EO_YandexGroup_Collection
Return values
EO_YandexGroup_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_YandexGroup
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_YandexGroupgetById()
public
static getById(mixed $id) : EO_YandexGroup_Result
Parameters
- $id : mixed
Return values
EO_YandexGroup_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_YandexGroup_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_YandexGroup_ResultgetEntity()
public
static getEntity() : EO_YandexGroup_Entity
Return values
EO_YandexGroup_EntitygetFilePath()
public
static getFilePath() : mixed
getList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_YandexGroup_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_YandexGroup_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
public
static getTableName() : mixed
onBeforeAdd()
public
static onBeforeAdd(Event $event) : mixed
Parameters
- $event : Event
onBeforeUpdate()
public
static onBeforeUpdate(Event $event) : mixed
Parameters
- $event : Event
query()
public
static query() : EO_YandexGroup_Query
Return values
EO_YandexGroup_QuerysetSkipRemoteUpdate()
public
static setSkipRemoteUpdate(mixed $value) : mixed
Parameters
- $value : mixed
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_YandexGroup_Collection
Parameters
- $rows : mixed
Return values
EO_YandexGroup_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_YandexGroup
Parameters
- $row : mixed