Rtf
extends AbstractEscaper
in package
Tags
Table of Contents
Methods
- escape() : mixed
- escapeAsciiCharacter() : mixed
- escapeMultibyteCharacter() : mixed
- escapeSingleValue() : string
Methods
escape()
public
escape(mixed $input) : mixed
Parameters
- $input : mixed
escapeAsciiCharacter()
protected
escapeAsciiCharacter(mixed $code) : mixed
Parameters
- $code : mixed
escapeMultibyteCharacter()
protected
escapeMultibyteCharacter(mixed $code) : mixed
Parameters
- $code : mixed
escapeSingleValue()
protected
escapeSingleValue(string|null $input) : string
Parameters
- $input : string|null