Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class TestPreviewableDataObject extends TestDataObject implements TestOnly, CMSPreviewable |
||
9 | { |
||
10 | private static $table_name = 'TestPreviewableDataObject'; |
||
|
|||
11 | |||
12 | public function PreviewLink($action = null) |
||
15 | } |
||
16 | |||
17 | public function getMimeType() |
||
20 | } |
||
21 | |||
22 | public function CMSEditLink() |
||
27 |