| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 75 lines (3 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| mc_issue_attachment_get( $p_username, $p_password, $p_issue_attachment_id ) X-Ref |
| Get the issue attachment with the specified id. 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_attachment_id The id of the attachment to be retrieved. return: Base64 encoded data that represents the attachment. |
| mc_issue_attachment_add( $p_username, $p_password, $p_issue_id, $p_name, $p_file_type, $p_content ) X-Ref |
| Add an attachment to an existing issue. param: string $p_username The name of the user trying to add an attachment to an issue. param: string $p_password The password of the user. param: integer $p_issue_id The id of the issue to add the attachment to. param: string $p_name The name of the file. param: string $p_file_type The mime type of the file. param: base64Binary $p_content The attachment to add. return: integer The id of the added attachment. |
| mc_issue_attachment_delete( $p_username, $p_password, $p_issue_attachment_id ) X-Ref |
| Delete an issue attachment given its id. param: string $p_username The name of the user trying to add an attachment to an issue. param: string $p_password The password of the user. param: integer $p_issue_attachment_id The id of the attachment to be deleted. return: true: success, false: failure |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |