| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class OSSTimeControl_TimeCounterModel_Dashboard extends Vtiger_Widget_Model |
||
| 16 | { |
||
| 17 | /** {@inheritdoc} */ |
||
| 18 | public $editFields = [ |
||
| 19 | 'isdefault' => ['label' => 'LBL_MANDATORY_WIDGET', 'purifyType' => \App\Purifier::BOOL], |
||
| 20 | 'width' => ['label' => 'LBL_WIDTH', 'purifyType' => \App\Purifier::INTEGER], |
||
| 21 | 'height' => ['label' => 'LBL_HEIGHT', 'purifyType' => \App\Purifier::INTEGER], |
||
| 22 | ]; |
||
| 23 | |||
| 24 | /** {@inheritdoc} */ |
||
| 25 | public function getTitle() |
||
| 30 |