TYPO3
7.6
|
Static Public Member Functions | |
static | get7BitEncoding () |
static | get8BitEncoding () |
static | getQpEncoding () |
static | getBase64Encoding () |
Static Private Member Functions | |
static | _lookup ($key) |
Provides quick access to each encoding type.
Definition at line 16 of file Encoding.php.
|
staticprivate |
Definition at line 60 of file Encoding.php.
References Swift_DependencyContainer\getInstance().
|
static |
Get the Encoder that provides 7-bit encoding.
Definition at line 23 of file Encoding.php.
|
static |
Get the Encoder that provides 8-bit encoding.
Definition at line 33 of file Encoding.php.
|
static |
Get the Encoder that provides Base64 encoding.
Definition at line 53 of file Encoding.php.
|
static |
Get the Encoder that provides Quoted-Printable (QP) encoding.
Definition at line 43 of file Encoding.php.