com.woltlab.wcf.user.guestbook.data.user.guestbook
Represents a viewable guestbook entry.
DatabaseObject | --UserGuestbookEntry | --ViewableUserGuestbookEntry
| Class | Description |
|---|---|
UserGuestbookEntryWarningObject |
An implementation of WarningObject to support the usage of a guestbook entries as a warning object. |
| Type | Name |
|---|---|
UserProfile |
$user |
| Return | Name |
|---|---|
ViewableUserGuestbookEntry |
__construct(integer $entryID, [mixed $row = null])
|
string |
getExcerpt()
|
string |
getFormattedComment()
|
string |
getFormattedMessage()
|
UserProfile |
getUser()
|
void |
handleData( $data)
|
public ViewableUserGuestbookEntry __construct(integer $entryID, [mixed $row = null])
Creates a new ViewableUserGuestbookEntry object.
$entryID $row Redefinition of: UserGuestbookEntry::__construct()
public string getExcerpt()
Returns an excerpt of the message.
public string getFormattedComment()
Returns the formatted comment.
public string getFormattedMessage()
Returns the formatted message.
public UserProfile getUser()
Returns the user object.
protected void handleData( $data)
UserGuestbookEntry::__construct(), UserGuestbookEntry::commentIsDeletable(), UserGuestbookEntry::commentIsEditable(), UserGuestbookEntry::commentIsQuoted(), UserGuestbookEntry::isCommentable(), UserGuestbookEntry::isDeletable(), UserGuestbookEntry::isEditable(), UserGuestbookEntry::isQuoted()
DatabaseObject::__construct(), DatabaseObject::handleData(), DatabaseObject::sort(), DatabaseObject::__get()