Class WSKAttachmentContainer

Description

Encloses the attachmentId, mimeType, and attachment elements.

Located in /wsk/WSKAttachmentContainer.class.php (line 6)


	
			
Variable Summary
string $attachment
string $attachmentId
string $mimeType
Method Summary
WSKAttachmentContainer __construct ([string $attachmentId = null], [string $mimeType = null], [string $attachment = null])
Variables
string $attachment (line 24)

Contains the attachment (Base 64).

  • access: public
string $attachmentId (line 12)

Contains a unique identifier that identifies a specific attachment.

  • access: public
string $mimeType (line 18)

Identifies the MIME type of this attachment (e.g. image/gif, application/pdf, etc.) as defined in RFC 2045.

  • access: public
Methods
Constructor __construct (line 32)

Constructs an attachmentContainer object

  • access: public
WSKAttachmentContainer __construct ([string $attachmentId = null], [string $mimeType = null], [string $attachment = null])
  • string $attachmentId
  • string $mimeType
  • string $attachment

Documentation generated on Thu, 10 Dec 2009 15:22:22 +0100 by phpDocumentor 1.4.1