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
Mostra file Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$configurationManager TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
$objectManager TYPO3\CMS\Extbase\Object\ObjectManagerInterface

Public Methods

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

Protected Methods

Method 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 method

protected getPreparedClonedView ( ) : TYPO3\CMS\Fluid\View\StandaloneView
return TYPO3\CMS\Fluid\View\StandaloneView

getPreparedNamespaces() protected method

protected getPreparedNamespaces ( ) : array
return array

getPreparedView() protected method

protected getPreparedView ( ) : TYPO3\CMS\Fluid\View\StandaloneView
return TYPO3\CMS\Fluid\View\StandaloneView

initializeArguments() public method

Initialize arguments
public initializeArguments ( ) : void
return void

injectConfigurationManager() public method

public injectConfigurationManager ( TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface $configurationManager ) : void
$configurationManager TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
return void

injectObjectManager() public method

public injectObjectManager ( TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager ) : void
$objectManager TYPO3\CMS\Extbase\Object\ObjectManagerInterface
return void

renderView() protected method

protected renderView ( TYPO3\CMS\Extbase\Mvc\View\ViewInterface $view ) : string
$view TYPO3\CMS\Extbase\Mvc\View\ViewInterface
return string

Property Details

$configurationManager protected_oe property

protected ConfigurationManagerInterface,TYPO3\CMS\Extbase\Configuration $configurationManager
return TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface

$objectManager protected_oe property

protected ObjectManagerInterface,TYPO3\CMS\Extbase\Object $objectManager
return TYPO3\CMS\Extbase\Object\ObjectManagerInterface