Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitCouchDbTrackerIssueStatisticsFacade

Tracker::Facade::arbitCouchDbTrackerIssueStatisticsFacade

Class arbitCouchDbTrackerIssueStatisticsFacade

Issue facade defining all methods required to access issue related data in the backend.

Issue facade defining all methods required to access issue related data in the backend.

Implements interfaces:

arbitCouchDbFacadeBase
   |
   --arbitCouchDbTrackerIssueStatisticsFacade
Author(s):
Version:   $Revision: 1248 $
License:   GPL

Inherited Member Variables

From arbitCouchDbFacadeBase
protected arbitCouchDbFacadeBase::$connected
protected arbitCouchDbFacadeBase::$manager

Method Summary

public static array fetchCommentActivity( )
Fetch issue comment activity statistics Fetch aggregated statistics about issue comment activity in the database.
public static array fetchIssueActivity( )
Fetch issue activity statistics Fetch aggregated statistics about issue activity in the database.
public static array fetchIssueStates( )
Fetch issue type statistics Fetch aggregated statistics about issues types in the database.
public static array fetchIssueTypes( )
Fetch issue type statistics Fetch aggregated statistics about issues types in the database.

Inherited Methods

From arbitCouchDbFacadeBase
public void arbitCouchDbFacadeBase::__construct()
Constructor The constructor ensures the correct configuration for the conenction by connecting on the first request to on of the facde classes.

Methods

fetchCommentActivity

static array fetchCommentActivity( )

Fetch issue comment activity statistics Fetch aggregated statistics about issue comment activity in the database.

Fetch issue comment activity statistics Fetch aggregated statistics about issue comment activity in the database. Return an array with unix timestamp dates and the comments at that day as values.

Implementation of:
Method Description
arbitTrackerIssueStatisticsFacade::fetchCommentActivity() Fetch issue comment activity statistics Fetch aggregated statistics about issue comment activity in the database.

fetchIssueActivity

static array fetchIssueActivity( )

Fetch issue activity statistics Fetch aggregated statistics about issue activity in the database.

Fetch issue activity statistics Fetch aggregated statistics about issue activity in the database. Return an array with unix timestamp dates and the issue modifications at that day as values.

Implementation of:
Method Description
arbitTrackerIssueStatisticsFacade::fetchIssueActivity() Fetch issue activity statistics Fetch aggregated statistics about issue activity in the database.

fetchIssueStates

static array fetchIssueStates( )

Fetch issue type statistics Fetch aggregated statistics about issues types in the database.

Fetch issue type statistics Fetch aggregated statistics about issues types in the database. Returns an array with the issue state identifiers as key and their count in the backend as values.

Implementation of:
Method Description
arbitTrackerIssueStatisticsFacade::fetchIssueStates() Fetch issue type statistics Fetch aggregated statistics about issues types in the database.

fetchIssueTypes

static array fetchIssueTypes( )

Fetch issue type statistics Fetch aggregated statistics about issues types in the database.

Fetch issue type statistics Fetch aggregated statistics about issues types in the database. Returns an array with the issue type identifiers as key and their count in the backend as values.

Implementation of:
Method Description
arbitTrackerIssueStatisticsFacade::fetchIssueTypes() Fetch issue type statistics Fetch aggregated statistics about issues types in the database.
Documentation generated on Mon, 05 Apr 2010 14:02:01 +0200 by phpDocumentor 1.4.3