Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitTrackerIssueStatisticsFacade

Tracker::Facade::arbitTrackerIssueStatisticsFacade

Interface arbitTrackerIssueStatisticsFacade

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

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

Author(s):
Version:   $Revision: 1236 $
License:   GPL

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.

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.

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.

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.

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.

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