Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 4 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class ResultGrid extends CListView |
||
13 | { |
||
14 | use ResultTrait; |
||
|
|||
15 | |||
16 | public function beforeParentInit() |
||
24 | location.hash = '#result-list'; |
||
25 | $('.lazy').unveil(); |
||
26 | }"); |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Override parent implementation and do nothing since we don't need this |
||
31 | */ |
||
32 | public function renderKeys() |
||
38 |