Public Member Functions | |
| Comment () | |
| getBody () | |
| getChildCommentCount () | |
| & | getChildren () |
| getCommentId () | |
| getDateModified () | |
| getDatePosted () | |
| getPaperId () | |
| getParentCommentId () | |
| getPosterEmail () | |
| getPosterIP () | |
| getPosterName () | |
| getTitle () | |
| getUser () | |
| setBody ($body) | |
| setChildCommentCount ($childCommentCount) | |
| setChildren (&$children) | |
| setCommentId ($commentId) | |
| setDateModified ($dateModified) | |
| setDatePosted ($datePosted) | |
| setPaperId ($paperId) | |
| setParentCommentId ($parentCommentId) | |
| setPosterEmail ($posterEmail) | |
| setPosterIP ($posterIP) | |
| setPosterName ($posterName) | |
| setTitle ($title) | |
| setUser ($user) | |
Definition at line 22 of file Comment.inc.php.
| Comment.Comment | ( | ) |
| Comment.getBody | ( | ) |
| Comment.getChildCommentCount | ( | ) |
| & Comment.getChildren | ( | ) |
get child comments (if fetched using recursive option)
Definition at line 228 of file Comment.inc.php.
| Comment.getCommentId | ( | ) |
| Comment.getDateModified | ( | ) |
| Comment.getDatePosted | ( | ) |
| Comment.getPaperId | ( | ) |
| Comment.getParentCommentId | ( | ) |
| Comment.getPosterEmail | ( | ) |
get poster email
Definition at line 132 of file Comment.inc.php.
| Comment.getPosterIP | ( | ) |
| Comment.getPosterName | ( | ) |
get poster name
Definition at line 117 of file Comment.inc.php.
| Comment.getTitle | ( | ) |
| Comment.getUser | ( | ) |
| Comment.setBody | ( | $ | body | ) |
| Comment.setChildCommentCount | ( | $ | childCommentCount | ) |
set number of child comments
| $childCommentCount | int |
Definition at line 62 of file Comment.inc.php.
| Comment.setChildren | ( | &$ | children | ) |
| Comment.setCommentId | ( | $ | commentId | ) |
| Comment.setDateModified | ( | $ | dateModified | ) |
| Comment.setDatePosted | ( | $ | datePosted | ) |
| Comment.setPaperId | ( | $ | paperId | ) |
| Comment.setParentCommentId | ( | $ | parentCommentId | ) |
set parent comment id
| $parentCommentId | int |
Definition at line 78 of file Comment.inc.php.
| Comment.setPosterEmail | ( | $ | posterEmail | ) |
| Comment.setPosterIP | ( | $ | posterIP | ) |
set posterIP
| $posterIP | string |
Definition at line 156 of file Comment.inc.php.
Referenced by Comment().
| Comment.setPosterName | ( | $ | posterName | ) |
| Comment.setTitle | ( | $ | title | ) |
| Comment.setUser | ( | $ | user | ) |
1.4.7