Bitrix API

TimeStatisticTable extends DataManager

Class TimeStatisticTable

Fields:

  • ID int mandatory
  • COMMAND_NAME string mandatory
  • FILE_SIZE int optional
  • DOMAIN string mandatory
  • LICENSE_KEY string optional
  • ERROR int optional
  • TIME_ADD datetime optional
  • TIME_START int optional
  • TIME_EXEC int optional
  • TIME_UPLOAD int optional
  • TIME_END int optional

Table of Contents

Methods

createCollection()  : EO_TimeStatistic_Collection
createObject()  : EO_TimeStatistic
deleteOld()  : void
getById()  : EO_TimeStatistic_Result
getByPrimary()  : EO_TimeStatistic_Result
getEntity()  : EO_TimeStatistic_Entity
getList()  : EO_TimeStatistic_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : string
Returns DB table name for entity.
query()  : EO_TimeStatistic_Query
wakeUpCollection()  : EO_TimeStatistic_Collection
wakeUpObject()  : EO_TimeStatistic

Methods

createCollection()

public static createCollection() : EO_TimeStatistic_Collection
Return values
EO_TimeStatistic_Collection

createObject()

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

deleteOld()

public static deleteOld([int $days = 22 ][, int $portion = 500 ]) : void
Parameters
$days : int = 22

Records older then $days will be cleaned

$portion : int = 500

Number of records to clean at once

getById()

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

getByPrimary()

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

getEntity()

public static getEntity() : EO_TimeStatistic_Entity
Return values
EO_TimeStatistic_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_TimeStatistic_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_TimeStatistic_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_TimeStatistic_Query
Return values
EO_TimeStatistic_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results