[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/api/soap/ -> mc_filter_api.php (summary)

(no description)

File Size: 152 lines (6 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  mc_filter_get()
  mc_filter_get_issues()
  mc_filter_get_issue_headers()

Functions
Functions that are not part of a class:

mc_filter_get( $p_username, $p_password, $p_project_id )   X-Ref
Get all user defined issue filters for the given project.

param: string $p_username  The name of the user trying to access the filters.
param: string $p_password  The password of the user.
param: integer $p_project_id  The id of the project to retrieve filters for.
return: Array that represents a FilterDataArray structure

mc_filter_get_issues( $p_username, $p_password, $p_project_id, $p_filter_id, $p_page_number, $p_per_page )   X-Ref
Get all issues matching the specified filter.

param: string $p_username  The name of the user trying to access the filters.
param: string $p_password  The password of the user.
param: integer $p_filter_id  The id of the filter to apply.
param: integer $p_page_number  Start with the given page number (zero-based)
param: integer $p_per_page  Number of issues to display per page
return: Array that represents an IssueDataArray structure

mc_filter_get_issue_headers( $p_username, $p_password, $p_project_id, $p_filter_id, $p_page_number, $p_per_page )   X-Ref
Get the issue headers that match the specified filter and paging details.

param: string $p_username  The name of the user trying to access the filters.
param: string $p_password  The password of the user.
param: integer $p_filter_id  The id of the filter to apply.
param: integer $p_page_number  Start with the given page number (zero-based)
param: integer $p_per_page  Number of issues to display per page
return: Array that represents an IssueDataArray structure



Generated: Thu Jul 28 15:48:31 2011 Cross-referenced by PHPXref 0.7