| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class GroupExtension extends DataExtension |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * Add default records to database. |
||
| 16 | * |
||
| 17 | * This function is called whenever the database is built, after |
||
| 18 | * the database tables have all been created. Overload |
||
| 19 | * this to add default records when the database is built, |
||
| 20 | * but make sure you call parent::requireDefaultRecords(). |
||
| 21 | */ |
||
| 22 | 1 | public function requireDefaultRecords() |
|
| 37 |