DocumentInfoTable extends DataManager
FinalYes
Class DocumentInfoTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Constants
- CONTENT_STATUS_EDITING = 1
- CONTENT_STATUS_FORCE_SAVED = 3
- CONTENT_STATUS_FORCE_SAVED_WITH_ERROR = 2
- CONTENT_STATUS_INIT = 0
- CONTENT_STATUS_NO_CHANGES = 6
- CONTENT_STATUS_SAVED = 5
- CONTENT_STATUS_SAVED_WITH_ERROR = 4
- MAX_LENGTH_BATCH_MYSQL_QUERY = \Bitrix\Disk\Internals\Db\SqlHelper::MAX_LENGTH_BATCH_MYSQL_QUERY
Methods
- className() : string
- createCollection() : EO_DocumentInfo_Collection
- createObject() : EO_DocumentInfo
- deleteByFilter() : bool
- Deletes rows by filter.
- getById() : EO_DocumentInfo_Result
- getByPrimary() : EO_DocumentInfo_Result
- getEntity() : EO_DocumentInfo_Entity
- getList() : EO_DocumentInfo_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- merge() : mixed
- query() : EO_DocumentInfo_Query
- Creates and returns the Query object for the entity
- wakeUpCollection() : EO_DocumentInfo_Collection
- wakeUpObject() : EO_DocumentInfo
Constants
CONTENT_STATUS_EDITING
public
mixed
CONTENT_STATUS_EDITING
= 1
CONTENT_STATUS_FORCE_SAVED
public
mixed
CONTENT_STATUS_FORCE_SAVED
= 3
CONTENT_STATUS_FORCE_SAVED_WITH_ERROR
public
mixed
CONTENT_STATUS_FORCE_SAVED_WITH_ERROR
= 2
CONTENT_STATUS_INIT
public
mixed
CONTENT_STATUS_INIT
= 0
CONTENT_STATUS_NO_CHANGES
public
mixed
CONTENT_STATUS_NO_CHANGES
= 6
CONTENT_STATUS_SAVED
public
mixed
CONTENT_STATUS_SAVED
= 5
CONTENT_STATUS_SAVED_WITH_ERROR
public
mixed
CONTENT_STATUS_SAVED_WITH_ERROR
= 4
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_DocumentInfo_Collection
Return values
EO_DocumentInfo_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_DocumentInfo
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_DocumentInfodeleteByFilter()
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_DocumentInfo_Result
Parameters
- $id : mixed
Return values
EO_DocumentInfo_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_DocumentInfo_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_DocumentInfo_ResultgetEntity()
public
static getEntity() : EO_DocumentInfo_Entity
Return values
EO_DocumentInfo_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_DocumentInfo_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_DocumentInfo_ResultgetMap()
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
stringmerge()
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_DocumentInfo_Query
Return values
EO_DocumentInfo_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_DocumentInfo_Collection
Parameters
- $rows : mixed
Return values
EO_DocumentInfo_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_DocumentInfo
Parameters
- $row : mixed