Bitrix API

GroupThreadTable extends DataManager

Class GroupThreadTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Constants

STATUS_DONE  = 'D'
STATUS_IN_PROGRESS  = 'P'
STATUS_NEW  = 'N'

Methods

createCollection()  : EO_GroupThread_Collection
createObject()  : EO_GroupThread
deleteList()  : Result
getById()  : EO_GroupThread_Result
getByPrimary()  : EO_GroupThread_Result
getEntity()  : EO_GroupThread_Entity
getList()  : EO_GroupThread_Result
getMap()  : array<string|int, mixed>
Get map.
getTableName()  : string
Get table name.
query()  : EO_GroupThread_Query
wakeUpCollection()  : EO_GroupThread_Collection
wakeUpObject()  : EO_GroupThread

Constants

STATUS_IN_PROGRESS

public mixed STATUS_IN_PROGRESS = 'P'

Methods

createCollection()

public static createCollection() : EO_GroupThread_Collection
Return values
EO_GroupThread_Collection

createObject()

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

deleteList()

public static deleteList(array<string|int, mixed> $filter) : Result
Parameters
$filter : array<string|int, mixed>
Tags
throws
ArgumentException
throws
SqlQueryException
throws
SystemException
Return values
Result

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_GroupThread_Entity
Return values
EO_GroupThread_Entity

getList()

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

getMap()

Get map.

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

getTableName()

Get table name.

public static getTableName() : string
Return values
string

query()

public static query() : EO_GroupThread_Query
Return values
EO_GroupThread_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results