[ Index ]
 

Code source de Mantis 1.1.0rc3

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/api/soap/ -> mc_project_attachment_api.php (sommaire)

(pas de description)

Poids: 77 lignes (4 kb)
Inclus ou requis: 1 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 3 fonctions

  mc_project_attachment_get()
  mc_project_attachment_add()
  mc_project_attachment_delete()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

mc_project_attachment_get( $p_username, $p_password, $p_project_attachment_id )   X-Ref
Get the project 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_project_attachment_add( $p_username, $p_password, $p_project_id, $p_name, $p_title, $p_description, $p_file_type, $p_content )   X-Ref
Add an attachment to an existing project.

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_project_id  The id of the project to add the attachment to.
param: string $p_name  The name of the file.
param: string $p_title  The title for the attachment.
param: string $p_description  The description for the attachment.
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_project_attachment_delete( $p_username, $p_password, $p_project_attachment_id )   X-Ref
Delete a project 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_project_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
  Clicky Web Analytics