‪TYPO3CMS  9.5
TYPO3\CMS\Form\ViewHelpers\GridColumnClassAutoConfigurationViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Form\ViewHelpers\GridColumnClassAutoConfigurationViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

static string renderStatic (array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
 

Protected Attributes

bool $escapeOutput = false
 

Detailed Description

Scope: frontend

Definition at line 27 of file GridColumnClassAutoConfigurationViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\Form\ViewHelpers\GridColumnClassAutoConfigurationViewHelper::initializeArguments ( )

Initialize the arguments.

Definition at line 39 of file GridColumnClassAutoConfigurationViewHelper.php.

◆ renderStatic()

static string TYPO3\CMS\Form\ViewHelpers\GridColumnClassAutoConfigurationViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static
Parameters
array$arguments
\Closure$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
‪string

Definition at line 50 of file GridColumnClassAutoConfigurationViewHelper.php.

Member Data Documentation

◆ $escapeOutput

bool TYPO3\CMS\Form\ViewHelpers\GridColumnClassAutoConfigurationViewHelper::$escapeOutput = false
protected