Class for MonographComment. More...
Public Member Functions | |
| getAssocId () | |
| getAuthorEmail () | |
| getAuthorId () | |
| getAuthorName () | |
| getCommentId () | |
| getComments () | |
| getCommentTitle () | |
| getCommentType () | |
| getDateModified () | |
| getDatePosted () | |
| getMonographId () | |
| getRoleId () | |
| getRoleName () | |
| getViewable () | |
| MonographComment () | |
| setAssocId ($assocId) | |
| setAuthorId ($authorId) | |
| setCommentId ($commentId) | |
| setComments ($comments) | |
| setCommentTitle ($commentTitle) | |
| setCommentType ($commentType) | |
| setDateModified ($dateModified) | |
| setDatePosted ($datePosted) | |
| setMonographId ($monographId) | |
| setRoleId ($roleId) | |
| setViewable ($viewable) | |
Class for MonographComment.
Definition at line 23 of file MonographComment.inc.php.
| MonographComment.getAssocId | ( | ) |
| MonographComment.getAuthorEmail | ( | ) |
get author email
Definition at line 155 of file MonographComment.inc.php.
References getAuthorId().
| MonographComment.getAuthorId | ( | ) |
get author id
Definition at line 124 of file MonographComment.inc.php.
Referenced by getAuthorEmail(), and getAuthorName().
| MonographComment.getAuthorName | ( | ) |
get author name
Definition at line 140 of file MonographComment.inc.php.
References getAuthorId().
| MonographComment.getCommentId | ( | ) |
| MonographComment.getComments | ( | ) |
| MonographComment.getCommentTitle | ( | ) |
| MonographComment.getCommentType | ( | ) |
| MonographComment.getDateModified | ( | ) |
| MonographComment.getDatePosted | ( | ) |
| MonographComment.getMonographId | ( | ) |
| MonographComment.getRoleId | ( | ) |
| MonographComment.getRoleName | ( | ) |
| MonographComment.getViewable | ( | ) |
| MonographComment.MonographComment | ( | ) |
Constructor.
Definition at line 27 of file MonographComment.inc.php.
| MonographComment.setAssocId | ( | $ | assocId | ) |
| MonographComment.setAuthorId | ( | $ | authorId | ) |
| MonographComment.setCommentId | ( | $ | commentId | ) |
set monograph comment id
| $commentId | int |
Definition at line 43 of file MonographComment.inc.php.
| MonographComment.setComments | ( | $ | comments | ) |
| MonographComment.setCommentTitle | ( | $ | commentTitle | ) |
set comment title
| $commentTitle | string |
Definition at line 178 of file MonographComment.inc.php.
| MonographComment.setCommentType | ( | $ | commentType | ) |
set comment type
| $commentType | int |
Definition at line 59 of file MonographComment.inc.php.
| MonographComment.setDateModified | ( | $ | dateModified | ) |
set date modified
| $dateModified | date |
Definition at line 226 of file MonographComment.inc.php.
| MonographComment.setDatePosted | ( | $ | datePosted | ) |
set date posted
| $datePosted | date |
Definition at line 210 of file MonographComment.inc.php.
| MonographComment.setMonographId | ( | $ | monographId | ) |
set monograph id
| $monographId | int |
Definition at line 100 of file MonographComment.inc.php.
| MonographComment.setRoleId | ( | $ | roleId | ) |
| MonographComment.setViewable | ( | $ | viewable | ) |
1.7.1