Nextrek
Diff Revisions
601
vs
602
for /Android/SmartCharging/endPoints/nightly/repositories/CommentRepositoryInterface.php
|
@@ -3,6 +3,8 @@ |
3 |
3 |
|
public function addComment($comment); |
4 |
4 |
|
public function countComments($id_local); |
5 |
5 |
|
public function getComments($id_local, $start_index, $length); |
|
6 |
+ |
public function editComment($id_comment, $content); |
|
7 |
+ |
public function removeComment($id_comment); |
6 |
8 |
|
public function getImages($id_comment); |
7 |
9 |
|
public function addImages($id_comment, $imgs); |
8 |
10 |
|
public function deleteImage($id_comment, $img); |