| 1 | <?php |
||
| 20 | class CategoryGroup extends Base |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritdoc} |
||
| 24 | */ |
||
| 25 | 2 | public function getRecordDefinition(Model $record): array |
|
| 36 | |||
| 37 | /** |
||
| 38 | * {@inheritdoc} |
||
| 39 | */ |
||
| 40 | 2 | public function saveRecord(Model $record, array $definition): bool |
|
| 44 | |||
| 45 | /** |
||
| 46 | * {@inheritdoc} |
||
| 47 | */ |
||
| 48 | 2 | public function deleteRecord(Model $record): bool |
|
| 52 | } |
||
| 53 |