Bitrix API

TagTable extends TaskDataManager

Class TagTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

createCollection()  : EO_Tag_Collection
createObject()  : EO_Tag
deleteList()  : Result
getById()  : EO_Tag_Result
getByPrimary()  : EO_Tag_Result
getClass()  : static
getEntity()  : EO_Tag_Entity
getList()  : EO_Tag_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : string
Returns DB table name for entity.
query()  : EO_Tag_Query
validateName()  : array<string|int, mixed>
Returns validators for NAME field.
wakeUpCollection()  : EO_Tag_Collection
wakeUpObject()  : EO_Tag

Methods

createCollection()

public static createCollection() : EO_Tag_Collection
Return values
EO_Tag_Collection

createObject()

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

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_Tag_Result
Parameters
$id : mixed
Return values
EO_Tag_Result

getByPrimary()

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

getClass()

public static getClass() : static
Return values
static

getEntity()

public static getEntity() : EO_Tag_Entity
Return values
EO_Tag_Entity

getList()

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

getMap()

Returns entity map definition.

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

getTableName()

Returns DB table name for entity.

public static getTableName() : string
Return values
string

query()

public static query() : EO_Tag_Query
Return values
EO_Tag_Query

validateName()

Returns validators for NAME field.

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

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results