Tasks
in package
Summary block for a task list class.
Table of Contents
- $icon : string
- $name : string
- $reference : string
- $sequence : int
- $status : array<string|int, mixed>
- $type : string
- process() : int
- Process.
Properties
$icon
public
string
$icon
= 'yfm-ProjectTask'
Block icon
$name
public
string
$name
= 'LBL_TASKS_LIST'
Block name
$reference
public
string
$reference
= 'ProjectTask'
Block reference
$sequence
public
int
$sequence
= 2
Block sequence
$status
public
array<string|int, mixed>
$status
= ['PLL_IN_PROGRESSING', 'PLL_IN_APPROVAL', 'PLL_SUBMITTED_COMMENTS']
Block type
$type
public
string
$type
= 'badge'
Block type
Methods
process()
Process.
public
process(Vtiger_Record_Model $recordModel) : int
Parameters
- $recordModel : Vtiger_Record_Model