FileTable extends DataManager uses DeleteByFilterTrait
Class MemberTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : FileCollection
- createObject() : File
- deleteByFilter() : void
- getById() : EO_File_Result
- getByPrimary() : EO_File_Result
- getCollectionClass() : string
- getEntity() : EO_File_Entity
- getList() : EO_File_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getObjectClass() : string
- getTableName() : string
- Returns DB table name for entity.
- onBeforeDelete() : EventResult
- Before delete handler.
- query() : EO_File_Query
- wakeUpCollection() : FileCollection
- wakeUpObject() : File
Methods
createCollection()
public
static createCollection() : FileCollection
Return values
FileCollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : File
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
FiledeleteByFilter()
public
static deleteByFilter(array<string|int, mixed> $filter) : void
Parameters
- $filter : array<string|int, mixed>
Tags
getById()
public
static getById(mixed $id) : EO_File_Result
Parameters
- $id : mixed
Return values
EO_File_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_File_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_File_ResultgetCollectionClass()
public
static getCollectionClass() : string
Return values
stringgetEntity()
public
static getEntity() : EO_File_Entity
Return values
EO_File_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_File_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_File_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getObjectClass()
public
static getObjectClass() : string
Return values
stringgetTableName()
Returns DB table name for entity.
public
static getTableName() : string
Return values
stringonBeforeDelete()
Before delete handler.
public
static onBeforeDelete(Event $event) : EventResult
Parameters
- $event : Event
-
Event instance.
Return values
EventResultquery()
public
static query() : EO_File_Query
Return values
EO_File_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : FileCollection
Parameters
- $rows : mixed
Return values
FileCollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : File
Parameters
- $row : mixed