Bitrix API

DataManager extends DataManager

AbstractYes

Table of Contents

Constants

MAX_LENGTH_BATCH_MYSQL_QUERY  = \Bitrix\Disk\Internals\Db\SqlHelper::MAX_LENGTH_BATCH_MYSQL_QUERY

Methods

className()  : string
deleteByFilter()  : bool
Deletes rows by filter.
merge()  : mixed
query()  : Query
Creates and returns the Query object for the entity

Constants

MAX_LENGTH_BATCH_MYSQL_QUERY

public mixed MAX_LENGTH_BATCH_MYSQL_QUERY = \Bitrix\Disk\Internals\Db\SqlHelper::MAX_LENGTH_BATCH_MYSQL_QUERY

Methods

className()

public static className() : string
Return values
string

the fully qualified name of this class.

deleteByFilter()

Deletes rows by filter.

public static deleteByFilter(array<string|int, mixed> $filter) : bool
Parameters
$filter : array<string|int, mixed>

Filter

Tags
throws
ArgumentNullException
Return values
bool

merge()

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

query()

Creates and returns the Query object for the entity

public static query() : Query
Return values
Query

        
On this page

Search results