Swift
[ class tree: Swift ] [ index: Swift ] [ all elements ]

Class: Swift_Mime_ContentEncoder_PlainContentEncoder

Source Location: /vendors/swift/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php

Class Overview


Handles binary/7/8-bit Transfer Encoding in Swift Mailer.


Author(s):

  • Chris Corbyn

Implements interfaces:

Methods



Class Details

[line 21]
Handles binary/7/8-bit Transfer Encoding in Swift Mailer.



Tags:

author:  Chris Corbyn
filesource:  Source Code for this file


[ Top ]


Class Methods


constructor __construct [line 44]

Swift_Mime_ContentEncoder_PlainContentEncoder __construct( string $name, [boolean $canonical = false])

Creates a new PlainContentEncoder with $name (probably 7bit or 8bit).



Tags:

access:  public


Parameters:

string   $name  
boolean   $canonical   If canonicalization transformation should be done.

[ Top ]

method charsetChanged [line 111]

void charsetChanged( $charset)

Not used.



Tags:

access:  public



Implementation of:
Swift_Mime_CharsetObserver::charsetChanged()
Notify this observer that the entity's charset has changed.

Parameters:

   $charset  

[ Top ]

method encodeByteStream [line 74]

void encodeByteStream( Swift_OutputByteStream $os, Swift_InputByteStream $is, [ $firstLineOffset = 0], [ $maxLineLength = 0], Swift_OutputByteStream $in, Swift_InputByteStream $out, int $firstLineOffset,, int $maxLineLength,)

Encode stream $in to stream $out.



Tags:

access:  public



Implementation of:
Swift_Mime_ContentEncoder::encodeByteStream()
Encode $in to $out.

Parameters:

Swift_OutputByteStream   $in  
Swift_InputByteStream   $out  
int   $firstLineOffset,   ignored
int   $maxLineLength,   optional, 0 means no wrapping will occur
Swift_OutputByteStream   $os  
Swift_InputByteStream   $is  
   $firstLineOffset  
   $maxLineLength  

[ Top ]

method encodeString [line 57]

string encodeString( string $string, [ $firstLineOffset = 0], [int $maxLineLength = 0], int $firstLineOffset,)

Encode a given string to produce an encoded string.



Tags:

access:  public



Implementation of:
Swift_Encoder::encodeString()
Encode a given string to produce an encoded string.

Parameters:

string   $string  
int   $firstLineOffset,   ignored
int   $maxLineLength   - 0 means no wrapping will occur
   $firstLineOffset  

[ Top ]

method getName [line 103]

string getName( )

Get the name of this encoding scheme.



Tags:

access:  public



Implementation of:
Swift_Mime_ContentEncoder::getName()
Get the MIME name of this content encoding scheme.
[ Top ]


Documentation generated on Mon, 05 Sep 2011 20:34:01 -0500 by phpDocumentor 1.4.3