TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
fluid
Classes
ViewHelpers
Format
AbstractEncodingViewHelper.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Fluid\ViewHelpers\Format;
3
4
/* *
5
* This script is part of the TYPO3 project - inspiring people to share! *
6
* *
7
* TYPO3 is free software; you can redistribute it and/or modify it under *
8
* the terms of the GNU General Public License version 2 as published by *
9
* the Free Software Foundation. *
10
* *
11
* This script is distributed in the hope that it will be useful, but *
12
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- *
13
* TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General *
14
* Public License for more details. *
15
* */
20
abstract
class
AbstractEncodingViewHelper
extends
\TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
21
{
25
protected
static
$defaultEncoding
= null;
26
32
protected
static
function
resolveDefaultEncoding
()
33
{
34
if
(self::$defaultEncoding === null) {
35
self::$defaultEncoding =
'UTF-8'
;
36
}
37
return
self::$defaultEncoding;
38
}
39
}
Generated on Wed Nov 11 2015 01:51:48 for TYPO3 by
1.8.3