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
ImageMagickCommandsViewHelper.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Install\ViewHelpers\Format
;
3
20
class
ImageMagickCommandsViewHelper
extends
\TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
{
21
28
public
function
render
(array $commands = array()) {
29
$result
= array();
30
foreach
($commands as $commandGroup) {
31
$result
[] =
'Command: '
. $commandGroup[1];
32
// If 3 elements: last one is result
33
if
(count($commandGroup) === 3) {
34
$result
[] =
'Result: '
. $commandGroup[2];
35
}
36
}
37
return
'<textarea rows="'
. count(
$result
) .
'">'
. implode(LF,
$result
) .
'</textarea>'
;
38
}
39
}
TYPO3\CMS\Install\ViewHelpers\Format
Definition:
CropViewHelper.php:2
TYPO3\CMS\Install\ViewHelpers\Format\ImageMagickCommandsViewHelper\render
render(array $commands=array())
Definition:
ImageMagickCommandsViewHelper.php:28
TYPO3\CMS\Install\ViewHelpers\Format\ImageMagickCommandsViewHelper
Definition:
ImageMagickCommandsViewHelper.php:20
TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Definition:
AbstractViewHelper.php:19
$result
if($list_of_literals) if(!empty($literals)) if(!empty($literals)) $result
Analyse literals to prepend the N char to them if their contents aren't numeric.
Definition:
adodb-mssql_n.inc.php:148
typo3
sysext
install
Classes
ViewHelpers
Format
ImageMagickCommandsViewHelper.php
Generated on Wed Aug 7 2019 09:52:29 for TYPO3 CMS by
1.8.13