PHP 클래스 Neos\Neos\Ui\Aspects\AugmentationAspect

파일 보기 프로젝트 열기: neos/neos-ui

보호된 프로퍼티들

프로퍼티 타입 설명
$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