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
stringgetCreatedBy()
public
getCreatedBy() : int
Return values
intgetDescription()
public
getDescription() : string
Return values
stringgetFieldsToCreate()
Returns a list of fields to create an epic.
public
getFieldsToCreate() : array<string|int, mixed>
Tags
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
intgetId()
public
getId() : int
Return values
intgetModifiedBy()
public
getModifiedBy() : int
Return values
intgetName()
public
getName() : string
Return values
stringsetColor()
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>