Inheritance diagram for FeedbackHandler:
Collaboration diagram for FeedbackHandler:Public Member Functions | |
| act_add_comment () | |
| add_comment ($post, $name=null, $email=null, $url=null, $content=null, $extra=null) | |
Habari FeedbackHandler Class Deals with feedback mechnisms: Commenting, Pingbacking, and the like.
Definition at line 12 of file feedbackhandler.php.
| FeedbackHandler::act_add_comment | ( | ) |
function add_comment adds a comment to a post, if the comment content is not NULL
| array | An associative array of content found in the $_POST array |
Definition at line 19 of file feedbackhandler.php.
| FeedbackHandler::add_comment | ( | $ | post, | |
| $ | name = null, |
|||
| $ | email = null, |
|||
| $ | url = null, |
|||
| $ | content = null, |
|||
| $ | extra = null | |||
| ) |
Add a comment to the site
| mixed | $post A Post object instance or Post object id | |
| string | $name The commenter's name | |
| string | $email The commenter's email address | |
| string | $url The commenter's website URL | |
| string | $content The comment content | |
| array | $extra An associative array of extra values that should be considered |
Definition at line 77 of file feedbackhandler.php.
Referenced by act_add_comment().
1.7.1