Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
39 | public function attributes() |
||
40 | { |
||
41 | return [ |
||
42 | 'enrollments_start_at' => 'begin date of the enrollments period', |
||
43 | 'enrollments_end_at' => 'end date of the enrollments period', |
||
44 | 'exchanges_start_at' => 'begin date of the exchanges period', |
||
45 | 'exchanges_end_at' => 'end date of the exchanges period', |
||
46 | ]; |
||
49 |