| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class VersionFeedSiteConfig extends DataExtension |
||
| 15 | { |
||
| 16 | |||
| 17 | private static $db = array( |
||
|
|
|||
| 18 | 'AllChangesEnabled' => 'Boolean(true)' |
||
| 19 | ); |
||
| 20 | |||
| 21 | private static $defaults = array( |
||
| 22 | 'AllChangesEnabled' => true |
||
| 23 | ); |
||
| 24 | |||
| 25 | public function updateFieldLabels(&$labels) |
||
| 28 | } |
||
| 29 | |||
| 30 | public function updateCMSFields(FieldList $fields) |
||
| 48 |