Subversion Repository Public Repository

Nextrek

Diff Revisions 722 vs 723 for /Android/SmartCharging/endPoints/nightly/repositories/CommentRepositoryInterface.php

Diff revisions: vs.
  @@ -1,6 +1,7 @@
1 1 <?php
2 2 interface CommentRepositoryInterface {
3 3 public function getComment($id_user, $id_local);
4 + public function getCommentById($id_comment);
4 5 public function addComment($comment);
5 6 public function countComments($id_local);
6 7 public function getComments($id_local, $start_index, $length, $data_order);