AbstractEncodingViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <f:format.abstractencoding>
AbstractYes
This is the base class for ViewHelpers that work with encodings.
Currently that are format.htmlentities, format.htmlentitiesDecode and format.htmlspecialchars
Table of Contents
Properties
- $defaultEncoding : string
Methods
- resolveDefaultEncoding() : string
- Resolve the default encoding. If none is set in Frontend or Backend, uses UTF-8.
Properties
$defaultEncoding
protected
static string
$defaultEncoding
Methods
resolveDefaultEncoding()
Resolve the default encoding. If none is set in Frontend or Backend, uses UTF-8.
protected
static resolveDefaultEncoding() : string
Return values
string —the encoding