PHP Class Neos\Neos\Ui\Aspects\AugmentationAspect

Afficher le fichier Open project: neos/neos-ui

Protected Properties

Свойство Type Description
$htmlAugmenter TYPO3\Neos\Service\HtmlAugmenter
$session TYPO3\Flow\Session\SessionInterface

Méthodes publiques

Méthode Description
contentElementAugmentation ( TYPO3\FLOW\AOP\JoinPointInterface $joinPoint ) : mixed Hooks into standard content element wrapping to render those attributes needed for the package to identify nodes and typoScript paths
editableElementAugmentation ( TYPO3\FLOW\AOP\JoinPointInterface $joinPoint ) : mixed Hooks into the editable viewhelper to render those attributes needed for the package's inline editing

Method Details

contentElementAugmentation() public méthode

Hooks into standard content element wrapping to render those attributes needed for the package to identify nodes and typoScript paths
public contentElementAugmentation ( TYPO3\FLOW\AOP\JoinPointInterface $joinPoint ) : mixed
$joinPoint TYPO3\FLOW\AOP\JoinPointInterface the join point
Résultat mixed

editableElementAugmentation() public méthode

Hooks into the editable viewhelper to render those attributes needed for the package's inline editing
public editableElementAugmentation ( TYPO3\FLOW\AOP\JoinPointInterface $joinPoint ) : mixed
$joinPoint TYPO3\FLOW\AOP\JoinPointInterface the join point
Résultat mixed

Property Details

$htmlAugmenter protected_oe property

protected HtmlAugmenter,TYPO3\Neos\Service $htmlAugmenter
Résultat TYPO3\Neos\Service\HtmlAugmenter

$session protected_oe property

protected SessionInterface,TYPO3\Flow\Session $session
Résultat TYPO3\Flow\Session\SessionInterface