Bitrix API

ProjectUserOptionTable extends DataManager

Class ProjectUserOptionTable

Table of Contents

Methods

createCollection()  : EO_ProjectUserOption_Collection
createObject()  : EO_ProjectUserOption
deleteByProjectId()  : void
deleteByProjectIdAndUserId()  : void
deleteByUserId()  : void
getById()  : EO_ProjectUserOption_Result
getByPrimary()  : EO_ProjectUserOption_Result
getEntity()  : EO_ProjectUserOption_Entity
getList()  : EO_ProjectUserOption_Result
getMap()  : array<string|int, mixed>
getSelectExpression()  : string
getTableName()  : string
query()  : EO_ProjectUserOption_Query
wakeUpCollection()  : EO_ProjectUserOption_Collection
wakeUpObject()  : EO_ProjectUserOption

Methods

createCollection()

public static createCollection() : EO_ProjectUserOption_Collection
Return values
EO_ProjectUserOption_Collection

createObject()

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

deleteByProjectId()

public static deleteByProjectId(int $projectId) : void
Parameters
$projectId : int
Tags
throws
SqlQueryException

deleteByProjectIdAndUserId()

public static deleteByProjectIdAndUserId(int $projectId, int $userId) : void
Parameters
$projectId : int
$userId : int
Tags
throws
SqlQueryException

deleteByUserId()

public static deleteByUserId(int $userId) : void
Parameters
$userId : int
Tags
throws
SqlQueryException

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_ProjectUserOption_Entity
Return values
EO_ProjectUserOption_Entity

getList()

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

getMap()

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

getSelectExpression()

public static getSelectExpression(int $userId, int $option) : string
Parameters
$userId : int
$option : int
Return values
string

query()

public static query() : EO_ProjectUserOption_Query
Return values
EO_ProjectUserOption_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results