Total Complexity | 4 |
Total Lines | 49 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class Comment extends AjaxController |
||
10 | { |
||
11 | private $commentModel; |
||
12 | |||
13 | public function __construct(Container $container) |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Update the approved status of a comment |
||
21 | * @throws \Core\JsonException |
||
22 | */ |
||
23 | public function modifyApproved() |
||
35 | } |
||
36 | |||
37 | public function loadComments() |
||
60 | } |