$this->lineLength =
$lineLength;
} public function getMaxLineLength(): int
{ return $this->lineLength;
} public function toString(): string
{ return $this->
tokensToString($this->
toTokens());
} /**
* Produces a compliant, formatted RFC 2822 'phrase' based on the string given.
*
* @param string $string as displayed
* @param bool $shorten the first line to make remove for header name
*/
protected function createPhrase(HeaderInterface
$header, string
$string, string
$charset, bool
$shorten = false
): string
{ // Treat token as exactly what was given