Andrew's Web Libraries (AWL)
SinglePart Class Reference

Public Member Functions

 __construct ( $content, $type='text/plain', $otherHeaders=array())
 
 render ()
 

Static Public Attributes

static $crlf = "\r\n"
 

Private Attributes

 $content
 
 $type
 
 $otherHeaders
 
 $disposition
 
 $id
 

Detailed Description

Definition at line 5 of file Multipart.php.

Constructor & Destructor Documentation

◆ __construct()

SinglePart::__construct (   $content,
  $type = 'text/plain',
  $otherHeaders = array() 
)

Definition at line 14 of file Multipart.php.

Member Function Documentation

◆ render()

SinglePart::render ( )

Definition at line 20 of file Multipart.php.

Member Data Documentation

◆ $content

SinglePart::$content
private

Definition at line 6 of file Multipart.php.

◆ $crlf

SinglePart::$crlf = "\r\n"
static

Definition at line 12 of file Multipart.php.

◆ $disposition

SinglePart::$disposition
private

Definition at line 9 of file Multipart.php.

◆ $id

SinglePart::$id
private

Definition at line 10 of file Multipart.php.

◆ $otherHeaders

SinglePart::$otherHeaders
private

Definition at line 8 of file Multipart.php.

◆ $type

SinglePart::$type
private

Definition at line 7 of file Multipart.php.


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