Class

CommentsManager

Package: Content\Comments Copyright: © 2005-2019 PHPBoost License: GNU/GPL-3.0 Author: Kevin MASSY reidlos@phpboost.com Version: PHPBoost 5.2 - last update: 2014 12 22 Since: PHPBoost 3.0 - 2011 09 25 Located at: content/comments/CommentsManager.class.php

This class manage comments with different functions

Methods summary
public static
# __static( )
public static
# add_comment( $module_id, $id_in_module, $topic_identifier, $topic_path, $message, $pseudo = '' )
public static
# edit_comment( $comment_id, $message )
public static
# delete_comment( $comment_id )
public static
# comment_exists( $comment_id )
public static
# delete_comments_module( $module_id )
public static
# delete_comments_topic_module( $module_id, $id_in_module )
public static
# get_number_comments( $module_id, $id_in_module, $topic_identifier )
public static
# get_user_id_posted_comment( $comment_id )
public static
public static
# comment_topic_locked( $module_id, $id_in_module, $topic_identifier )
public static
# lock_topic( $module_id, $id_in_module, $topic_identifier )
public static
# unlock_topic( $module_id, $id_in_module, $topic_identifier )