Bitrix API

EpicForm

Table of Contents

Methods

fillFromDatabase()  : void
To fill the object with data obtained from the database.
getColor()  : string
getCreatedBy()  : int
getDescription()  : string
getFieldsToCreate()  : array<string|int, mixed>
Returns a list of fields to create an epic.
getFieldsToUpdate()  : array<string|int, mixed>
Returns a list of fields to update an epic.
getGroupId()  : int
getId()  : int
getModifiedBy()  : int
getName()  : string
setColor()  : void
setCreatedBy()  : void
setDescription()  : void
setGroupId()  : void
setId()  : void
setModifiedBy()  : void
setName()  : void
toArray()  : array<string|int, mixed>
Returns an array with keys for the client.

Methods

fillFromDatabase()

To fill the object with data obtained from the database.

public fillFromDatabase(array<string|int, mixed> $fields) : void
Parameters
$fields : array<string|int, mixed>

An array with fields.

getColor()

public getColor() : string
Return values
string

getCreatedBy()

public getCreatedBy() : int
Return values
int

getDescription()

public getDescription() : string
Return values
string

getFieldsToCreate()

Returns a list of fields to create an epic.

public getFieldsToCreate() : array<string|int, mixed>
Tags
throws
ArgumentNullException
Return values
array<string|int, mixed>

getFieldsToUpdate()

Returns a list of fields to update an epic.

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

getGroupId()

public getGroupId() : int
Return values
int

getId()

public getId() : int
Return values
int

getModifiedBy()

public getModifiedBy() : int
Return values
int

getName()

public getName() : string
Return values
string

setColor()

public setColor(mixed $color) : void
Parameters
$color : mixed

setCreatedBy()

public setCreatedBy(mixed $createdBy) : void
Parameters
$createdBy : mixed

setDescription()

public setDescription(mixed $description) : void
Parameters
$description : mixed

setGroupId()

public setGroupId(mixed $groupId) : void
Parameters
$groupId : mixed

setId()

public setId(mixed $id) : void
Parameters
$id : mixed

setModifiedBy()

public setModifiedBy(mixed $modifiedBy) : void
Parameters
$modifiedBy : mixed

setName()

public setName(mixed $name) : void
Parameters
$name : mixed

toArray()

Returns an array with keys for the client.

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

        
On this page

Search results