XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
icommentscontroller.php
Go to the documentation of this file.
1 <?php
2 // $Id: icommentscontroller.php 898 2012-01-03 05:45:07Z i.bitcero $
3 // --------------------------------------------------------------
4 // Red México Common Utilities
5 // A framework for Red México Modules
6 // Author: Eduardo Cortés <i.bitcero@gmail.com>
7 // Email: i.bitcero@gmail.com
8 // License: GPL 2.0
9 // --------------------------------------------------------------
10 
12 {
17  public function increment_comments_number($comment);
22  public function reduce_comments_number($comment);
30  public function get_item($params, $com);
37  public function get_item_url($params, $com);
42  public function get_main_link();
43 }