XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
Swift_Attachment Class Reference
Inheritance diagram for Swift_Attachment:
Inheritance graph

Public Member Functions

 __construct ($data=null, $filename=null, $contentType=null)
 
- Public Member Functions inherited from Swift_Mime_Attachment
 __construct (Swift_Mime_HeaderSet $headers, Swift_Mime_ContentEncoder $encoder, Swift_KeyCache $cache, $mimeTypes=array())
 
 getDisposition ()
 
 getFilename ()
 
 getNestingLevel ()
 
 getSize ()
 
 setDisposition ($disposition)
 
 setFile (Swift_FileStream $file, $contentType=null)
 
 setFilename ($filename)
 
 setSize ($size)
 
- Public Member Functions inherited from Swift_Mime_SimpleMimeEntity
 __construct (Swift_Mime_HeaderSet $headers, Swift_Mime_ContentEncoder $encoder, Swift_KeyCache $cache)
 
 __destruct ()
 
 __toString ()
 
 charsetChanged ($charset)
 
 encoderChanged (Swift_Mime_ContentEncoder $encoder)
 
 generateId ()
 
 getBody ()
 
 getBoundary ()
 
 getChildren ()
 
 getContentType ()
 
 getDescription ()
 
 getEncoder ()
 
 getHeaders ()
 
 getId ()
 
 getMaxLineLength ()
 
 getNestingLevel ()
 
 setBody ($body, $contentType=null)
 
 setBoundary ($boundary)
 
 setChildren (array $children, $compoundLevel=null)
 
 setContentType ($type)
 
 setDescription ($description)
 
 setEncoder (Swift_Mime_ContentEncoder $encoder)
 
 setId ($id)
 
 setMaxLineLength ($length)
 
 toByteStream (Swift_InputByteStream $is)
 
 toString ()
 
- Public Member Functions inherited from Swift_Mime_MimeEntity
 setChildren (array $children)
 

Static Public Member Functions

static fromPath ($path, $contentType=null)
 
static newInstance ($data=null, $filename=null, $contentType=null)
 

Additional Inherited Members

- Public Attributes inherited from Swift_Mime_MimeEntity
const LEVEL_ALTERNATIVE = 4096
 
const LEVEL_MIXED = 256
 
const LEVEL_RELATED = 65536
 
const LEVEL_TOP = 16
 
- Protected Member Functions inherited from Swift_Mime_SimpleMimeEntity
 _clearCache ()
 
 _fixHeaders ()
 
 _getCache ()
 
 _getHeaderFieldModel ($field)
 
 _getHeaderParameter ($field, $parameter)
 
 _getIdField ()
 
 _setHeaderFieldModel ($field, $model)
 
 _setHeaderParameter ($field, $parameter, $value)
 
 getRandomId ()
 
- Protected Attributes inherited from Swift_Mime_SimpleMimeEntity
 $_userContentType
 

Detailed Description

Definition at line 21 of file Attachment.php.

Constructor & Destructor Documentation

Swift_Attachment::__construct (   $data = null,
  $filename = null,
  $contentType = null 
)

Create a new Attachment. Details may be optionally provided to the constructor.

Parameters
string | Swift_OutputByteStream$data
string$filename
string$contentType

Definition at line 31 of file Attachment.php.

References $data, Swift_DependencyContainer\getInstance(), Swift_Mime_SimpleMimeEntity\setBody(), Swift_Mime_SimpleMimeEntity\setContentType(), and Swift_Mime_Attachment\setFilename().

Here is the call graph for this function:

Member Function Documentation

static Swift_Attachment::fromPath (   $path,
  $contentType = null 
)
static

Create a new Attachment from a filesystem path.

Parameters
string$path
string$contentTypeoptional
Returns
Swift_Mime_Attachment

Definition at line 67 of file Attachment.php.

References $path.

Referenced by RMMailer\attach_content().

Here is the caller graph for this function:

static Swift_Attachment::newInstance (   $data = null,
  $filename = null,
  $contentType = null 
)
static

Create a new Attachment.

Parameters
string | Swift_OutputByteStream$data
string$filename
string$contentType
Returns
Swift_Mime_Attachment

Definition at line 55 of file Attachment.php.

References $data.

Referenced by RMMailer\attach_content().

Here is the caller graph for this function:


The documentation for this class was generated from the following file: