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
Afficher le fichier Open project: fluidtypo3/vhs

Protected Properties

Свойство Type Description
$persistenceManager TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface

Méthodes publiques

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

Méthodes protégées

Méthode Description
isObjectAccessorMode ( ) : boolean

Method Details

initializeArguments() public méthode

public initializeArguments ( ) : void
Résultat void

injectPersistenceManager() public méthode

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

isObjectAccessorMode() protected méthode

protected isObjectAccessorMode ( ) : boolean
Résultat boolean

render() public méthode

public render ( ) : string
Résultat string

Property Details

$persistenceManager protected_oe property

protected PersistenceManagerInterface,TYPO3\CMS\Extbase\Persistence $persistenceManager
Résultat TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface