|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| encodeByteStream ($stream, int $maxLineLength=0) | |
| encodeString (string $string, ?string $charset='utf-8', int $firstLineOffset=0, int $maxLineLength=0) | |
| getName () | |
Definition at line 17 of file QpContentEncoder.php.
| Symfony\Component\Mime\Encoder\QpContentEncoder::encodeByteStream | ( | $stream, | |
| int | $maxLineLength = 0 |
||
| ) |
Encodes the stream to a Generator.
| resource | $stream |
Implements Symfony\Component\Mime\Encoder\ContentEncoderInterface.
Definition at line 19 of file QpContentEncoder.php.
References Symfony\Component\Mime\Encoder\QpContentEncoder\encodeString().
| Symfony\Component\Mime\Encoder\QpContentEncoder::encodeString | ( | string | $string, |
| ?string | $charset = 'utf-8', |
||
| int | $firstLineOffset = 0, |
||
| int | $maxLineLength = 0 |
||
| ) |
Encode a given string to produce an encoded string.
| int | $firstLineOffset | if first line needs to be shorter |
| int | $maxLineLength | - 0 indicates the default length for this encoding |
Implements Symfony\Component\Mime\Encoder\EncoderInterface.
Definition at line 38 of file QpContentEncoder.php.
Referenced by Symfony\Component\Mime\Encoder\QpContentEncoder\encodeByteStream().
| Symfony\Component\Mime\Encoder\QpContentEncoder::getName | ( | ) |
Gets the MIME name of this content encoding scheme.
Implements Symfony\Component\Mime\Encoder\ContentEncoderInterface.
Definition at line 33 of file QpContentEncoder.php.