Class for public Comment associated with paper.
More...
List of all members.
Detailed Description
Class for public Comment associated with paper.
- See also:
- CommentDAO
Definition at line 22 of file Comment.inc.php.
Member Function Documentation
| Comment.getChildCommentCount |
( |
|
) |
|
get number of child comments
- Returns:
- int
Definition at line 54 of file Comment.inc.php.
| & Comment.getChildren |
( |
|
) |
|
get child comments (if fetched using recursive option)
- Returns:
- array
Definition at line 228 of file Comment.inc.php.
| Comment.getDateModified |
( |
|
) |
|
| Comment.getDatePosted |
( |
|
) |
|
| Comment.getParentCommentId |
( |
|
) |
|
| Comment.getPosterEmail |
( |
|
) |
|
| Comment.getPosterName |
( |
|
) |
|
| Comment.setBody |
( |
$ |
body |
) |
|
| Comment.setChildCommentCount |
( |
$ |
childCommentCount |
) |
|
set number of child comments
- Parameters:
-
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 |
) |
|
| Comment.setPosterEmail |
( |
$ |
posterEmail |
) |
|
| Comment.setPosterIP |
( |
$ |
posterIP |
) |
|
| Comment.setPosterName |
( |
$ |
posterName |
) |
|
| Comment.setTitle |
( |
$ |
title |
) |
|
| Comment.setUser |
( |
$ |
user |
) |
|
The documentation for this class was generated from the following file: