LocationTable extends NameEntity
Class LocationTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- add() : mixed
- addAbsentForOwner() : void
- Get existed translations for $primaryOwner and add only non-existed ones from $names
- addMultipleForOwner() : void
- Add translations for $primaryOwner
- createCollection() : EO_Location_Collection
- createObject() : EO_Location
- deleteMultipleByParentRangeSql() : mixed
- This method is for internal use only. It may be changed without any notification further, or even mystically disappear.
- deleteMultipleForOwner() : void
- Delete translations for $primaryOwner
- getById() : EO_Location_Result
- getByPrimary() : EO_Location_Result
- getEntity() : EO_Location_Entity
- getFilePath() : mixed
- getLanguageFieldName() : mixed
- getList() : EO_Location_Result
- getMap() : mixed
- getReferenceFieldName() : mixed
- getTableName() : mixed
- query() : EO_Location_Query
- update() : mixed
- updateMultipleForOwner() : void
- Update translations for $primaryOwner
- wakeUpCollection() : EO_Location_Collection
- wakeUpObject() : EO_Location
Methods
add()
public
static add(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
addAbsentForOwner()
Get existed translations for $primaryOwner and add only non-existed ones from $names
public
static addAbsentForOwner(mixed $primaryOwner, array<string|int, string> $names[, mixed $behaviour = array('TREAT_EMPTY_AS_ABSENT' => true) ]) : void
Parameters
- $primaryOwner : mixed
-
Primary key of the item
- $names : array<string|int, string>
-
A set of translations for the item
- $behaviour : mixed = array('TREAT_EMPTY_AS_ABSENT' => true)
addMultipleForOwner()
Add translations for $primaryOwner
public
static addMultipleForOwner(mixed $primaryOwner[, array<string|int, string> $names = array() ]) : void
Parameters
- $primaryOwner : mixed
-
Primary key of the item
- $names : array<string|int, string> = array()
-
A set of translations for the item
createCollection()
public
static createCollection() : EO_Location_Collection
Return values
EO_Location_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Location
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_LocationdeleteMultipleByParentRangeSql()
This method is for internal use only. It may be changed without any notification further, or even mystically disappear.
public
static deleteMultipleByParentRangeSql(mixed $sql) : mixed
Parameters
- $sql : mixed
Tags
deleteMultipleForOwner()
Delete translations for $primaryOwner
public
static deleteMultipleForOwner(mixed $primaryOwner) : void
Parameters
- $primaryOwner : mixed
-
Primary key of the item
getById()
public
static getById(mixed $id) : EO_Location_Result
Parameters
- $id : mixed
Return values
EO_Location_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Location_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Location_ResultgetEntity()
public
static getEntity() : EO_Location_Entity
Return values
EO_Location_EntitygetFilePath()
public
static getFilePath() : mixed
getLanguageFieldName()
public
static getLanguageFieldName() : mixed
getList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Location_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Location_ResultgetMap()
public
static getMap() : mixed
getReferenceFieldName()
public
static getReferenceFieldName() : mixed
getTableName()
public
static getTableName() : mixed
query()
public
static query() : EO_Location_Query
Return values
EO_Location_Queryupdate()
public
static update(mixed $primary, array<string|int, mixed> $data) : mixed
Parameters
- $primary : mixed
- $data : array<string|int, mixed>
updateMultipleForOwner()
Update translations for $primaryOwner
public
static updateMultipleForOwner(mixed $primaryOwner, array<string|int, string> $names) : void
Parameters
- $primaryOwner : mixed
-
Primary key of the item
- $names : array<string|int, string>
-
A set of translations for the item
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Location_Collection
Parameters
- $rows : mixed
Return values
EO_Location_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Location
Parameters
- $row : mixed