API documentation :: Docs For Class arbitTrackerCommentFacade
Packages:Interfaces:Classes:
|
Tracker::Facade::arbitTrackerCommentFacadeInterface arbitTrackerCommentFacadeComment facade defining all methods required to access comment related data in the backend. Comment facade defining all methods required to access comment related data in the backend.
Method Summary
MethodsgetLastCommented
static array
getLastCommented(
[int
$count
= 5] )
Get last commented issues Get the issues with the most recent comments. Get last commented issues Get the issues with the most recent comments. Parameters:
createComment
mixed
createComment(
)
Create a new comment Create a new comment. Create a new comment Create a new comment. getCommentData
array
getCommentData(
mixed
$comment
)
Get comment data Get comment data Get the data of a given comment, the comment data contains of the following fields:
Parameters:
getCommentsForIssue
array
getCommentsForIssue(
mixed
$issue
)
Get comments for issue Get a list of all comments for a issue. creation, but currently not returned in some kind of tree. Get comments for issue Get a list of all comments for a issue. The comments are sorted by their creation, but currently not returned in some kind of tree. Parameters:
updateCommentData
void
updateCommentData(
mixed
$id
, array
$data
)
Update stored information for the given comment The array with the information to update may any number of the common keys, and only the given keys will be updated in the storage backend. Update stored information for the given comment The array with the information to update may any number of the common keys, and only the given keys will be updated in the storage backend. Parameters:
Documentation generated on Mon, 05 Apr 2010 14:01:42 +0200 by phpDocumentor 1.4.3
|