Differences Between: [Versions 311 and 402] [Versions 311 and 403]
This file contains the functions for managing a users comments quicklist.
Copyright: | 2012 Davo Smith |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 94 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
comments_quick_list:: (4 methods):
get_comments()
add_comment()
get_comment()
remove_comment()
Class: comments_quick_list - X-Ref
This class performs crud operations on a users quicklist comments.get_comments() X-Ref |
Get all comments for the current user. return: array(comment) |
add_comment($commenttext, $width, $colour) X-Ref |
Add a comment to the quick list. param: string $commenttext param: int $width param: string $colour return: stdClass - the comment record (with new id set) |
get_comment($commentid) X-Ref |
Get a single comment by id. param: int $commentid return: comment or false |
remove_comment($commentid) X-Ref |
Remove a comment from the quick list. param: int $commentid return: bool |