PHP Класс Neos\Neos\Ui\Aspects\AugmentationAspect

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$htmlAugmenter TYPO3\Neos\Service\HtmlAugmenter
$session TYPO3\Flow\Session\SessionInterface

Открытые методы

Метод Описание
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

Описание методов

contentElementAugmentation() публичный метод

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
Результат mixed

editableElementAugmentation() публичный метод

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
Результат mixed

Описание свойств

$htmlAugmenter защищенное свойство

protected HtmlAugmenter,TYPO3\Neos\Service $htmlAugmenter
Результат TYPO3\Neos\Service\HtmlAugmenter

$session защищенное свойство

protected SessionInterface,TYPO3\Flow\Session $session
Результат TYPO3\Flow\Session\SessionInterface