Bitrix API

BlogUserTable extends DataManager

Class BlogUserTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

add()  : mixed
createCollection()  : EO_BlogUser_Collection
createObject()  : EO_BlogUser
delete()  : mixed
getById()  : EO_BlogUser_Result
getByPrimary()  : EO_BlogUser_Result
getEntity()  : EO_BlogUser_Entity
getList()  : EO_BlogUser_Result
getMap()  : mixed
getTableName()  : mixed
query()  : EO_BlogUser_Query
update()  : mixed
validateAlias()  : array<string|int, mixed>
Returns validators for ALIAS field.
validateInterests()  : array<string|int, mixed>
Returns validators for INTERESTS field.
wakeUpCollection()  : EO_BlogUser_Collection
wakeUpObject()  : EO_BlogUser

Methods

add()

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

createCollection()

public static createCollection() : EO_BlogUser_Collection
Return values
EO_BlogUser_Collection

createObject()

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

delete()

public static delete(mixed $primary) : mixed
Parameters
$primary : mixed

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_BlogUser_Entity
Return values
EO_BlogUser_Entity

getList()

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

getTableName()

public static getTableName() : mixed

query()

public static query() : EO_BlogUser_Query
Return values
EO_BlogUser_Query

update()

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

validateAlias()

Returns validators for ALIAS field.

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

validateInterests()

Returns validators for INTERESTS field.

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

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results