Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitBackendCouchDbTrackerCommentView

Tracker::CouchDbBackend::arbitBackendCouchDbTrackerCommentView

Class arbitBackendCouchDbTrackerCommentView

View on issue tracker bug comments

View on issue tracker bug comments

phpillowView
   |
   --arbitBackendCouchDbTrackerCommentView
Author(s):
Version:   $Revision: 1236 $
License:   GPL

Member Variables

protected array $viewDefinitions = array(
'comments' => 'function( doc )
{
if ( doc.type == "tracker_comment" )
{
emit( [doc.issue, doc.edited], doc._id )
}
}',
'most_recent' => 'function( doc )
{
if ( doc.type == "tracker_comment" )
{
emit( doc.edited, doc.issue );
}
}',
)

View functions to be registered on the server

View functions to be registered on the server

Method Summary

protected string getViewName( )
Get name of view

Methods

getViewName

string getViewName( )

Get name of view

Get name of view Get name of view

Documentation generated on Mon, 05 Apr 2010 14:01:42 +0200 by phpDocumentor 1.4.3