Bitrix API

ParameterTable extends TaskDataManager

Class TaskParameterTable

Fields:

  • ID int mandatory
  • NAME string(50) mandatory
  • VALUE string(10) optional

Table of Contents

Constants

PARAM_RESULT_REQUIRED  = 3
PARAM_SUBTASKS_AUTOCOMPLETE  = 2
PARAM_SUBTASKS_TIME  = 1
PREFIX_PARAM  = 'PARAM_'

Methods

createCollection()  : EO_Parameter_Collection
createObject()  : EO_Parameter
deleteList()  : Result
getById()  : EO_Parameter_Result
getByPrimary()  : EO_Parameter_Result
getClass()  : static
getEntity()  : EO_Parameter_Entity
getLegacyMap()  : array<string|int, mixed>
getList()  : EO_Parameter_Result
getMap()  : array<string|int, mixed>
Returns entity map definition.
getTableName()  : string
Returns DB table name for entity.
paramsList()  : array<string|int, int>
query()  : EO_Parameter_Query
validateValue()  : array<string|int, mixed>
Returns validators for VALUE field.
wakeUpCollection()  : EO_Parameter_Collection
wakeUpObject()  : EO_Parameter

Constants

PARAM_RESULT_REQUIRED

public mixed PARAM_RESULT_REQUIRED = 3

PARAM_SUBTASKS_AUTOCOMPLETE

public mixed PARAM_SUBTASKS_AUTOCOMPLETE = 2

PARAM_SUBTASKS_TIME

public mixed PARAM_SUBTASKS_TIME = 1

PREFIX_PARAM

public mixed PREFIX_PARAM = 'PARAM_'

Methods

createCollection()

public static createCollection() : EO_Parameter_Collection
Return values
EO_Parameter_Collection

createObject()

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

deleteList()

public static deleteList(array<string|int, mixed> $filter) : Result
Parameters
$filter : array<string|int, mixed>
Tags
throws
ArgumentException
throws
SqlQueryException
throws
SystemException
Return values
Result

getById()

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

getByPrimary()

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

getClass()

public static getClass() : static
Return values
static

getEntity()

public static getEntity() : EO_Parameter_Entity
Return values
EO_Parameter_Entity

getLegacyMap()

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

getList()

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

paramsList()

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

query()

public static query() : EO_Parameter_Query
Return values
EO_Parameter_Query

validateValue()

Returns validators for VALUE field.

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

wakeUpCollection()

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

wakeUpObject()

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

        
On this page

Search results