PHP Class Neos\Neos\Ui\Aspects\AugmentationAspect

ファイルを表示 Open project: neos/neos-ui

Protected Properties

Property Type Description
$htmlAugmenter TYPO3\Neos\Service\HtmlAugmenter
$session TYPO3\Flow\Session\SessionInterface

Public Methods

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

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
return mixed

editableElementAugmentation() public method

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
return mixed

Property Details

$htmlAugmenter protected_oe property

protected HtmlAugmenter,TYPO3\Neos\Service $htmlAugmenter
return TYPO3\Neos\Service\HtmlAugmenter

$session protected_oe property

protected SessionInterface,TYPO3\Flow\Session $session
return TYPO3\Flow\Session\SessionInterface