Bitrix API

EntityTable extends DataManager

Class EntityTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

createCollection()  : EO_Entity_Collection
createObject()  : EO_Entity
deleteByGroupId()  : mixed
Deletes an item by group id.
getById()  : EO_Entity_Result
getByPrimary()  : EO_Entity_Result
getEntity()  : EO_Entity_Entity
getList()  : EO_Entity_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : mixed
OnSocNetGroupDelete()  : bool
Group deletion handler.
query()  : EO_Entity_Query
wakeUpCollection()  : EO_Entity_Collection
wakeUpObject()  : EO_Entity

Methods

createCollection()

public static createCollection() : EO_Entity_Collection
Return values
EO_Entity_Collection

createObject()

public static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Entity
Parameters
$setDefaultValues : mixed = = 'true'
Return values
EO_Entity

deleteByGroupId()

Deletes an item by group id.

public static deleteByGroupId(int $groupId) : mixed
Parameters
$groupId : int

Group id.

Tags
throws
SqlQueryException

getById()

public static getById(mixed $id) : EO_Entity_Result
Parameters
$id : mixed
Return values
EO_Entity_Result

getByPrimary()

public static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Entity_Result
Parameters
$primary : mixed
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_Entity_Result

getEntity()

public static getEntity() : EO_Entity_Entity
Return values
EO_Entity_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Entity_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_Entity_Result

getMap()

Returns entity map definition.

public static getMap() : array<string|int, mixed>
Tags
throws
ArgumentTypeException
throws
SystemException
Return values
array<string|int, mixed>

OnSocNetGroupDelete()

Group deletion handler.

public static OnSocNetGroupDelete(int $groupId) : bool
Parameters
$groupId : int

Group id.

Tags
throws
SqlQueryException
Return values
bool

query()

public static query() : EO_Entity_Query
Return values
EO_Entity_Query

wakeUpCollection()

public static wakeUpCollection(mixed $rows) : EO_Entity_Collection
Parameters
$rows : mixed
Return values
EO_Entity_Collection

wakeUpObject()

public static wakeUpObject(mixed $row) : EO_Entity
Parameters
$row : mixed
Return values
EO_Entity

        
On this page

Search results