Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
<?php
	interface CommentRepositoryInterface {
		public function addComment($comment);
		public function getComments($id_local, $start_index, $length);
		public function getImages($id_comment);
		public function addImages($id_comment, $imgs);
		public function deleteImage($id_comment, $img);
	}
?>

Commits for Nextrek/Android/SmartCharging/endPoints/nightly/CommentRepositoryInterface.php

Diff revisions: vs.
Revision Author Commited Message
374 FSallustio picture FSallustio Fri 17 Jul, 2015 08:20:18 +0000

Creazione “branch” nightly