PHP Class FluidTYPO3\Vhs\ViewHelpers\Form\FieldNameViewHelper

This viewhelper returns the properly prefixed name of the given form field and generates the corresponding HMAC to allow posting of dynamically added fields.
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$persistenceManager TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface

Public Methods

Method Description
initializeArguments ( ) : void
injectPersistenceManager ( TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface $persistenceManager )
render ( ) : string

Protected Methods

Method Description
isObjectAccessorMode ( ) : boolean

Method Details

initializeArguments() public method

public initializeArguments ( ) : void
return void

injectPersistenceManager() public method

public injectPersistenceManager ( TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface $persistenceManager )
$persistenceManager TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface

isObjectAccessorMode() protected method

protected isObjectAccessorMode ( ) : boolean
return boolean

render() public method

public render ( ) : string
return string

Property Details

$persistenceManager protected_oe property

protected PersistenceManagerInterface,TYPO3\CMS\Extbase\Persistence $persistenceManager
return TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface