Bitrix API

TmpFileTable extends DataManager

FinalYes

Class TmpFileTable

Fields:

  • ID int mandatory
  • TOKEN string(32) optional
  • FILENAME string(255) optional
  • CONTENT_TYPE string(255) optional
  • BUCKET_ID int optional
  • SIZE int optional
  • RECEIVED_SIZE int optional
  • WIDTH int optional
  • HEIGHT int optional
  • IS_CLOUD int optional
  • CREATED_BY int optional
  • CREATE_TIME datetime optional
  • PATH string 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_TmpFile_Collection
createObject()  : EO_TmpFile
deleteByFilter()  : bool
Deletes rows by filter.
getById()  : EO_TmpFile_Result
getByPrimary()  : EO_TmpFile_Result
getEntity()  : EO_TmpFile_Entity
getList()  : EO_TmpFile_Result
getMap()  : mixed
getTableName()  : mixed
merge()  : mixed
query()  : EO_TmpFile_Query
Creates and returns the Query object for the entity
validateContentType()  : mixed
validateFilename()  : mixed
validatePath()  : mixed
validateToken()  : mixed
wakeUpCollection()  : EO_TmpFile_Collection
wakeUpObject()  : EO_TmpFile

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_TmpFile_Collection
Return values
EO_TmpFile_Collection

createObject()

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

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

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_TmpFile_Entity
Return values
EO_TmpFile_Entity

getList()

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

getMap()

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_TmpFile_Query
Return values
EO_TmpFile_Query

validateContentType()

public static validateContentType() : mixed

validateFilename()

public static validateFilename() : mixed

validatePath()

public static validatePath() : mixed

validateToken()

public static validateToken() : mixed

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results