Bitrix API

ResultTable extends DataManager

Class ResultTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Constants

STATUS_CLOSED  = 1
STATUS_OPENED  = 0
UF_FILE_NAME  = 'UF_RESULT_FILES'
UF_PREVIEW_NAME  = 'UF_RESULT_PREVIEW'

Methods

add()  : mixed
createCollection()  : EO_Result_Collection
createObject()  : Result
getByCommentId()  : Result|null
getById()  : EO_Result_Result
getByPrimary()  : EO_Result_Result
getByTaskId()  : EO_Result_Collection
getClass()  : mixed
getEntity()  : EO_Result_Entity
getList()  : EO_Result_Result
getMap()  : mixed
getObjectClass()  : mixed
getTableName()  : mixed
getUfId()  : mixed
isResult()  : bool
query()  : EO_Result_Query
wakeUpCollection()  : EO_Result_Collection
wakeUpObject()  : Result

Constants

UF_FILE_NAME

public mixed UF_FILE_NAME = 'UF_RESULT_FILES'

UF_PREVIEW_NAME

public mixed UF_PREVIEW_NAME = 'UF_RESULT_PREVIEW'

Methods

add()

public static add(array<string|int, mixed> $data) : mixed
Parameters
$data : array<string|int, mixed>

createCollection()

public static createCollection() : EO_Result_Collection
Return values
EO_Result_Collection

createObject()

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

getByCommentId()

public static getByCommentId(int $commentId) : Result|null
Parameters
$commentId : int
Return values
Result|null

getById()

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

getByPrimary()

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

getByTaskId()

public static getByTaskId(int $taskId) : EO_Result_Collection
Parameters
$taskId : int
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
EO_Result_Collection

getEntity()

public static getEntity() : EO_Result_Entity
Return values
EO_Result_Entity

getList()

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

getObjectClass()

public static getObjectClass() : mixed

isResult()

public static isResult(int $commentId, int $taskId) : bool
Parameters
$commentId : int
$taskId : int
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
bool

query()

public static query() : EO_Result_Query
Return values
EO_Result_Query

wakeUpCollection()

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

        
On this page

Search results