Bitrix API

CustomBadgeTable extends DataManager

Class CustomBadgeTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Constants

TYPE_FAILURE  = 'failure'
TYPE_PRIMARY  = 'primary'
TYPE_SECONDARY  = 'secondary'
TYPE_SUCCESS  = 'success'
TYPE_WARNING  = 'warning'

Methods

createCollection()  : EO_CustomBadge_Collection
createObject()  : CustomBadge
getByCode()  : CustomBadge|null
getById()  : EO_CustomBadge_Result
getByPrimary()  : EO_CustomBadge_Result
getEntity()  : EO_CustomBadge_Entity
getList()  : EO_CustomBadge_Result
getMap()  : array<string|int, mixed>
getObjectClass()  : mixed
getTableName()  : string
onBeforeDelete()  : mixed
query()  : EO_CustomBadge_Query
wakeUpCollection()  : EO_CustomBadge_Collection
wakeUpObject()  : CustomBadge

Constants

Methods

createCollection()

public static createCollection() : EO_CustomBadge_Collection
Return values
EO_CustomBadge_Collection

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_CustomBadge_Entity
Return values
EO_CustomBadge_Entity

getList()

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

getMap()

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

getTableName()

public static getTableName() : string
Return values
string

query()

public static query() : EO_CustomBadge_Query
Return values
EO_CustomBadge_Query

wakeUpCollection()

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

        
On this page

Search results