PHP Class FluidTYPO3\Vhs\ViewHelpers\Render\AbstractRenderViewHelper

If errors occur they can be graciously ignored and replaced by a small error message or the error itself.
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Protected Properties

Свойство Type Description
$configurationManager TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
$objectManager TYPO3\CMS\Extbase\Object\ObjectManagerInterface

Méthodes publiques

Méthode Description
initializeArguments ( ) : void Initialize arguments
injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void
injectObjectManager ( TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager ) : void

Méthodes protégées

Méthode Description
getPreparedClonedView ( ) : TYPO3\CMS\Fluid\View\StandaloneView
getPreparedNamespaces ( ) : array
getPreparedView ( ) : TYPO3\CMS\Fluid\View\StandaloneView
renderView ( TYPO3\CMS\Extbase\Mvc\View\ViewInterface $view ) : string

Method Details

getPreparedClonedView() protected méthode

protected getPreparedClonedView ( ) : TYPO3\CMS\Fluid\View\StandaloneView
Résultat TYPO3\CMS\Fluid\View\StandaloneView

getPreparedNamespaces() protected méthode

protected getPreparedNamespaces ( ) : array
Résultat array

getPreparedView() protected méthode

protected getPreparedView ( ) : TYPO3\CMS\Fluid\View\StandaloneView
Résultat TYPO3\CMS\Fluid\View\StandaloneView

initializeArguments() public méthode

Initialize arguments
public initializeArguments ( ) : void
Résultat void

injectConfigurationManager() public méthode

public injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void
$configurationManager TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
Résultat void

injectObjectManager() public méthode

public injectObjectManager ( TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager ) : void
$objectManager TYPO3\CMS\Extbase\Object\ObjectManagerInterface
Résultat void

renderView() protected méthode

protected renderView ( TYPO3\CMS\Extbase\Mvc\View\ViewInterface $view ) : string
$view TYPO3\CMS\Extbase\Mvc\View\ViewInterface
Résultat string

Property Details

$configurationManager protected_oe property

protected ConfigurationManagerInterface,TYPO3\CMS\Extbase\Configuration $configurationManager
Résultat TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface

$objectManager protected_oe property

protected ObjectManagerInterface,TYPO3\CMS\Extbase\Object $objectManager
Résultat TYPO3\CMS\Extbase\Object\ObjectManagerInterface