| 1 | <?php |
||
| 6 | class EditableFieldCheckboxGroupExtension extends DataExtension |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * Get field value that is suitable for the view template file. |
||
| 10 | * |
||
| 11 | * @return ArrayList |
||
| 12 | */ |
||
| 13 | 1 | public function getViewValue() |
|
| 24 | |||
| 25 | /** |
||
| 26 | * Get string value of a field. |
||
| 27 | * |
||
| 28 | * @return null|string |
||
| 29 | */ |
||
| 30 | 1 | public function getValueAsString() |
|
| 43 | } |
||
| 44 |