CustomLogoTable extends DataManager
Class CustomLogoTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_CustomLogo_Collection
- createObject() : CustomLogo
- getByCode() : CustomLogo|null
- getById() : EO_CustomLogo_Result
- getByPrimary() : EO_CustomLogo_Result
- getEntity() : EO_CustomLogo_Entity
- getList() : EO_CustomLogo_Result
- getMap() : mixed
- getObjectClass() : mixed
- getTableName() : mixed
- onAfterDelete() : void
- query() : EO_CustomLogo_Query
- wakeUpCollection() : EO_CustomLogo_Collection
- wakeUpObject() : CustomLogo
Methods
createCollection()
public
static createCollection() : EO_CustomLogo_Collection
Return values
EO_CustomLogo_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : CustomLogo
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
CustomLogogetByCode()
public
static getByCode(string $code) : CustomLogo|null
Parameters
- $code : string
Return values
CustomLogo|nullgetById()
public
static getById(mixed $id) : EO_CustomLogo_Result
Parameters
- $id : mixed
Return values
EO_CustomLogo_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_CustomLogo_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CustomLogo_ResultgetEntity()
public
static getEntity() : EO_CustomLogo_Entity
Return values
EO_CustomLogo_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_CustomLogo_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CustomLogo_ResultgetMap()
public
static getMap() : mixed
getObjectClass()
public
static getObjectClass() : mixed
getTableName()
public
static getTableName() : mixed
onAfterDelete()
public
static onAfterDelete(Event $event) : void
Parameters
- $event : Event
query()
public
static query() : EO_CustomLogo_Query
Return values
EO_CustomLogo_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_CustomLogo_Collection
Parameters
- $rows : mixed
Return values
EO_CustomLogo_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : CustomLogo
Parameters
- $row : mixed