| 1 | <?php |
||
| 20 | class GlobalSets extends Base |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Get all global sets |
||
| 24 | * |
||
| 25 | * @return GlobalSet[] |
||
| 26 | */ |
||
| 27 | protected function getRecords() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | */ |
||
| 35 | protected function getRecordDefinition(Model $record) |
||
| 48 | |||
| 49 | /** |
||
| 50 | * {@inheritdoc} |
||
| 51 | */ |
||
| 52 | protected function saveRecord(Model $record, array $definition) |
||
| 62 | |||
| 63 | /** |
||
| 64 | * {@inheritdoc} |
||
| 65 | */ |
||
| 66 | protected function deleteRecord(Model $record) |
||
| 70 | } |
||
| 71 |