| Total Complexity | 0 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class SearchUpdaterTest_OtherContainer extends DataObject |
||
| 11 | { |
||
| 12 | private static $table_name = 'SearchUpdaterTest_OtherContainer'; |
||
|
|
|||
| 13 | |||
| 14 | private static $has_many = [ |
||
| 15 | 'HasManyObjects' => SearchUpdaterTest_HasMany::class, |
||
| 16 | ]; |
||
| 17 | |||
| 18 | private static $many_many = [ |
||
| 19 | 'ManyManyObjects' => SearchUpdaterTest_ManyMany::class, |
||
| 20 | ]; |
||
| 22 |