CustomIconTable extends DataManager
Class CustomIconTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_CustomIcon_Collection
- createObject() : CustomIcon
- getByCode() : CustomIcon|null
- getById() : EO_CustomIcon_Result
- getByPrimary() : EO_CustomIcon_Result
- getEntity() : EO_CustomIcon_Entity
- getList() : EO_CustomIcon_Result
- getMap() : mixed
- getObjectClass() : mixed
- getTableName() : mixed
- onAfterDelete() : void
- query() : EO_CustomIcon_Query
- wakeUpCollection() : EO_CustomIcon_Collection
- wakeUpObject() : CustomIcon
Methods
createCollection()
public
static createCollection() : EO_CustomIcon_Collection
Return values
EO_CustomIcon_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : CustomIcon
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
CustomIcongetByCode()
public
static getByCode(string $code) : CustomIcon|null
Parameters
- $code : string
Return values
CustomIcon|nullgetById()
public
static getById(mixed $id) : EO_CustomIcon_Result
Parameters
- $id : mixed
Return values
EO_CustomIcon_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_CustomIcon_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CustomIcon_ResultgetEntity()
public
static getEntity() : EO_CustomIcon_Entity
Return values
EO_CustomIcon_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_CustomIcon_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CustomIcon_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_CustomIcon_Query
Return values
EO_CustomIcon_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_CustomIcon_Collection
Parameters
- $rows : mixed
Return values
EO_CustomIcon_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : CustomIcon
Parameters
- $row : mixed