TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
SpriteIconViewHelper.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Lang\ViewHelpers\Be
;
26
class
SpriteIconViewHelper
extends
\TYPO3\CMS\Fluid\ViewHelpers\Be\AbstractBackendViewHelper
{
27
36
public
function
render
($icon, $title =
''
, $class =
''
) {
37
$options = array(
38
'title'
=> $title,
39
'class'
=> $class,
40
);
41
return \TYPO3\CMS\Backend\Utility\IconUtility::getSpriteIcon($icon, $options);
42
}
43
44
}
TYPO3\CMS\Lang\ViewHelpers\Be
Definition:
SpriteIconViewHelper.php:2
TYPO3\CMS\Lang\ViewHelpers\Be\SpriteIconViewHelper\render
render($icon, $title='', $class='')
Definition:
SpriteIconViewHelper.php:36
TYPO3\CMS\Fluid\ViewHelpers\Be\AbstractBackendViewHelper
Definition:
AbstractBackendViewHelper.php:29
TYPO3\CMS\Lang\ViewHelpers\Be\SpriteIconViewHelper
Definition:
SpriteIconViewHelper.php:26
typo3
sysext
lang
Classes
ViewHelpers
Be
SpriteIconViewHelper.php
Generated on Wed Aug 7 2019 09:52:29 for TYPO3 CMS by
1.8.13