ReportTable extends DataManager
Class ReportTable
Table of Contents
Methods
- createCollection() : EO_Report_Collection
- createObject() : EO_Report
- getById() : EO_Report_Result
- getByPrimary() : EO_Report_Result
- getClassName() : string
- getEntity() : EO_Report_Entity
- getList() : EO_Report_Result
- getMap() : array<string|int, mixed>
- getTableName() : string
- query() : EO_Report_Query
- wakeUpCollection() : EO_Report_Collection
- wakeUpObject() : EO_Report
Methods
createCollection()
public
static createCollection() : EO_Report_Collection
Return values
EO_Report_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Report
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_ReportgetById()
public
static getById(mixed $id) : EO_Report_Result
Parameters
- $id : mixed
Return values
EO_Report_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Report_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Report_ResultgetClassName()
public
static getClassName() : string
Return values
stringgetEntity()
public
static getEntity() : EO_Report_Entity
Return values
EO_Report_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Report_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Report_ResultgetMap()
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_Report_Query
Return values
EO_Report_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Report_Collection
Parameters
- $rows : mixed
Return values
EO_Report_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Report
Parameters
- $row : mixed