Total Complexity | 4 |
Total Lines | 60 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
10 | class ResultListMovies extends ResultList |
||
11 | { |
||
12 | |||
13 | public function getColumnDefinitions() |
||
22 | ); |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * Returns the column definition for the rating column |
||
27 | * @return array |
||
28 | */ |
||
29 | private function getRatingColumn() |
||
37 | } |
||
38 | ); |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * Returns the column definition for the runtime column |
||
43 | * @return array |
||
44 | */ |
||
45 | private function getRuntimeColumn() |
||
53 | } |
||
54 | ); |
||
55 | } |
||
56 | |||
57 | |||
58 | /** |
||
59 | * Returns the column definition for the dateadded column |
||
60 | * @return array |
||
61 | */ |
||
62 | private function getDateAddedColumn() |
||
74 |