Documentation

Swift_Mime_ContentEncoder_QpContentEncoderProxy
in package
implements Swift_Mime_ContentEncoder

Proxy for quoted-printable content encoders.

Switches on the best QP encoder implementation for current charset.

Tags
author

Jean-François Simon jeanfrancois.simon@sensiolabs.com

Interfaces, Classes and Traits

Swift_Mime_ContentEncoder
Interface for all Transfer Encoding schemes.

Table of Contents

$charset  : null|string
$nativeEncoder  : Swift_Mime_ContentEncoder_NativeQpContentEncoder
$safeEncoder  : Swift_Mime_ContentEncoder_QpContentEncoder
__clone()  : mixed
Make a deep copy of object.
__construct()  : mixed
Constructor.
charsetChanged()  : mixed
{@inheritdoc}
encodeByteStream()  : mixed
Encode $in to $out.
encodeString()  : mixed
{@inheritdoc}
getName()  : string
Get the MIME name of this content encoding scheme.
getEncoder()  : Swift_Mime_ContentEncoder

Properties

Methods

charsetChanged()

{@inheritdoc}

public charsetChanged(mixed $charset) : mixed
Parameters
$charset : mixed
Return values
mixed

encodeString()

{@inheritdoc}

public encodeString(mixed $string, mixed $firstLineOffset, mixed $maxLineLength) : mixed
Parameters
$string : mixed
$firstLineOffset : mixed
$maxLineLength : mixed
Return values
mixed

getName()

Get the MIME name of this content encoding scheme.

public getName() : string
Return values
string

Search results