| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 0 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | public function __construct( |
||
| 14 | // // The key that will store the value into database. Mandatory to have this item. |
||
| 15 | public string $field, |
||
| 16 | // // The label that will be displayed. Mandatory |
||
| 17 | public string $prompt, |
||
| 18 | // // The default value when the value isn't provided. |
||
| 19 | // // Not mandatory to have this item |
||
| 20 | public string $default = '', |
||
| 21 | // // Default: false. Not mandatory to have this item |
||
| 22 | public bool $optional = false, |
||
| 23 | ) { |
||
| 24 | } |
||
| 26 |