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