| [ Index ] |
|
Code source de Mantis 1.1.0rc3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 190 lignes (9 kb) |
| Inclus ou requis: | 1 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
| 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 |
| Généré le : Thu Nov 29 09:42:17 2007 | par Balluche grâce à PHPXref 0.7 |
|