Bitrix API

BasketArchiveTable extends DataManager

Class BasketArchiveTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION

Table of Contents

Methods

add()  : AddResult
Adds row to entity table
createCollection()  : EO_BasketArchive_Collection
createObject()  : EO_BasketArchive
delete()  : DeleteResult
Deletes row in entity table by primary key
getById()  : EO_BasketArchive_Result
getByPrimary()  : EO_BasketArchive_Result
getEntity()  : EO_BasketArchive_Entity
getList()  : EO_BasketArchive_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : string
Returns DB table name for entity.
query()  : EO_BasketArchive_Query
wakeUpCollection()  : EO_BasketArchive_Collection
wakeUpObject()  : EO_BasketArchive

Methods

add()

Adds row to entity table

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

An array with fields like array( "fields" => array( "FIELD1" => "value1", "FIELD2" => "value2", ), "auth_context" => \Bitrix\Main\Authentication\Context object ) or just a plain array of fields.

Tags
throws
Exception
Return values
AddResult

Contains ID of inserted row

createCollection()

public static createCollection() : EO_BasketArchive_Collection
Return values
EO_BasketArchive_Collection

createObject()

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

delete()

Deletes row in entity table by primary key

public static delete(mixed $primary) : DeleteResult
Parameters
$primary : mixed
Tags
throws
Exception
Return values
DeleteResult

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_BasketArchive_Entity
Return values
EO_BasketArchive_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_BasketArchive_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_BasketArchive_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_BasketArchive_Query
Return values
EO_BasketArchive_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results