Milestones
in package
Summary block for list of stages 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-ProjectMilestone'
Block icon
$name
public
string
$name
= 'LBL_MILESTONES'
Block name
$reference
public
string
$reference
= 'ProjectMilestone'
Block reference
$sequence
public
int
$sequence
= 1
Block sequence
$status
public
array<string|int, mixed>
$status
= ['PLL_IN_PROGRESSING', 'PLL_IN_APPROVAL']
Block status
$type
public
string
$type
= 'badge'
Block type
Methods
process()
Process.
public
process(Vtiger_Record_Model $recordModel) : int
Parameters
- $recordModel : Vtiger_Record_Model