Subversion Repository Public Repository

Nextrek

Diff Revisions 415 vs 587 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 addComment($comment);
4 + public function countComments($id_local);
4 5 public function getComments($id_local, $start_index, $length);
5 6 public function getImages($id_comment);
6 7 public function addImages($id_comment, $imgs);