Bitrix API

TypeTable extends DataManager

Class TypeTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

createCollection()  : EO_Type_Collection
createObject()  : EO_Type
getById()  : EO_Type_Result
getByPrimary()  : EO_Type_Result
getEntity()  : EO_Type_Entity
getList()  : EO_Type_Result
getMap()  : array<string|int, mixed>
getTableName()  : mixed
query()  : EO_Type_Query
wakeUpCollection()  : EO_Type_Collection
wakeUpObject()  : EO_Type

Methods

createCollection()

public static createCollection() : EO_Type_Collection
Return values
EO_Type_Collection

createObject()

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

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_Type_Entity
Return values
EO_Type_Entity

getList()

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

getMap()

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

getTableName()

public static getTableName() : mixed

query()

public static query() : EO_Type_Query
Return values
EO_Type_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results