| 1 | <?php |
||
| 21 | class Section extends Base |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | 2 | public function getRecordDefinition(Model $record): array |
|
| 41 | |||
| 42 | /** |
||
| 43 | * {@inheritdoc} |
||
| 44 | */ |
||
| 45 | 2 | public function saveRecord(Model $record, array $definition): bool |
|
| 59 | |||
| 60 | /** |
||
| 61 | * {@inheritdoc} |
||
| 62 | */ |
||
| 63 | 2 | public function deleteRecord(Model $record): bool |
|
| 67 | } |
||
| 68 |