Bitrix API

RestNetworkLimitTable extends DataManager

Class RestNetworkLimitTable

Fields:

  • ID int mandatory
  • BOT_ID int mandatory
  • USER_ID int mandatory
  • DATE_CREATE datetime optional

Table of Contents

Methods

createCollection()  : EO_RestNetworkLimit_Collection
createObject()  : EO_RestNetworkLimit
getById()  : EO_RestNetworkLimit_Result
getByPrimary()  : EO_RestNetworkLimit_Result
getCurrentDate()  : array<string|int, mixed>
Return current date for DATE_CREATE field.
getEntity()  : EO_RestNetworkLimit_Entity
getList()  : EO_RestNetworkLimit_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : string
Returns DB table name for entity.
query()  : EO_RestNetworkLimit_Query
wakeUpCollection()  : EO_RestNetworkLimit_Collection
wakeUpObject()  : EO_RestNetworkLimit

Methods

createCollection()

public static createCollection() : EO_RestNetworkLimit_Collection
Return values
EO_RestNetworkLimit_Collection

createObject()

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

getById()

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

getByPrimary()

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

getCurrentDate()

Return current date for DATE_CREATE field.

public static getCurrentDate() : array<string|int, mixed>
Return values
array<string|int, mixed>

getEntity()

public static getEntity() : EO_RestNetworkLimit_Entity
Return values
EO_RestNetworkLimit_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_RestNetworkLimit_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_RestNetworkLimit_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_RestNetworkLimit_Query
Return values
EO_RestNetworkLimit_Query

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results