Total Complexity | 4 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | trait Core |
||
11 | { |
||
12 | /** |
||
13 | * @param string $field |
||
14 | * @param string $value |
||
15 | * @return array|string |
||
16 | * @throws MraException |
||
17 | */ |
||
18 | public function getCoursesByField(/*string*/ $field, /*string*/ $value)/*: array|string*/ |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param array $ids |
||
31 | * @return array|string |
||
32 | * @throws MraException |
||
33 | */ |
||
34 | public function getCourses(array $ids) |
||
46 |