| Total Complexity | 3 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class ViewProviderVersionedObject extends DataObject implements ArchiveViewProvider, TestOnly |
||
| 11 | { |
||
| 12 | private static $table_name = 'Test_ViewProviderVersionedObject'; |
||
|
|
|||
| 13 | |||
| 14 | private static $extensions = [ |
||
| 15 | Versioned::class, |
||
| 16 | ]; |
||
| 17 | |||
| 18 | public function getArchiveFieldClass() |
||
| 21 | } |
||
| 22 | public function getArchiveField() |
||
| 25 | } |
||
| 26 | public function isArchiveFieldEnabled() |
||
| 31 |