VersionTable extends DataManager
FinalYes
Class VersionTable
Fields:
- ID int mandatory
- OBJECT_ID int mandatory
- FILE_ID int mandatory
- NAME string(255) optional
- CREATE_TIME datetime mandatory
- CREATED_BY int mandatory
- MISC_DATA string optional
- VIEW_ID int optional
Table of Contents
Constants
- MAX_LENGTH_BATCH_MYSQL_QUERY = \Bitrix\Disk\Internals\Db\SqlHelper::MAX_LENGTH_BATCH_MYSQL_QUERY
Methods
- className() : string
- createCollection() : EO_Version_Collection
- createObject() : EO_Version
- deleteByFilter() : bool
- Deletes rows by filter.
- getById() : EO_Version_Result
- getByPrimary() : EO_Version_Result
- getEntity() : EO_Version_Entity
- getList() : EO_Version_Result
- getMap() : mixed
- getTableName() : mixed
- merge() : mixed
- query() : EO_Version_Query
- Creates and returns the Query object for the entity
- validateName() : mixed
- wakeUpCollection() : EO_Version_Collection
- wakeUpObject() : EO_Version
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.
createCollection()
public
static createCollection() : EO_Version_Collection
Return values
EO_Version_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Version
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_VersiondeleteByFilter()
Deletes rows by filter.
public
static deleteByFilter(array<string|int, mixed> $filter) : bool
Parameters
- $filter : array<string|int, mixed>
-
Filter
Tags
Return values
boolgetById()
public
static getById(mixed $id) : EO_Version_Result
Parameters
- $id : mixed
Return values
EO_Version_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Version_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Version_ResultgetEntity()
public
static getEntity() : EO_Version_Entity
Return values
EO_Version_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Version_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Version_ResultgetMap()
public
static getMap() : mixed
getTableName()
public
static getTableName() : mixed
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() : EO_Version_Query
Return values
EO_Version_QueryvalidateName()
public
static validateName() : mixed
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Version_Collection
Parameters
- $rows : mixed
Return values
EO_Version_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Version
Parameters
- $row : mixed