PHP Class Neos\Neos\Ui\Aspects\ActivationAspect

Show file Open project: neos/neos-ui

Protected Properties

Property Type Description
$contentCache TYPO3\TypoScript\Core\Cache\ContentCache
$session TYPO3\Flow\Session\SessionInterface

Public Methods

Method Description
disableNewUserInterface ( TYPO3\FLOW\AOP\JoinPointInterface $joinPoint ) : mixed

Method Details

disableNewUserInterface() public method

public disableNewUserInterface ( TYPO3\FLOW\AOP\JoinPointInterface $joinPoint ) : mixed
$joinPoint TYPO3\FLOW\AOP\JoinPointInterface the join point
return mixed

Property Details

$contentCache protected property

protected ContentCache,TYPO3\TypoScript\Core\Cache $contentCache
return TYPO3\TypoScript\Core\Cache\ContentCache

$session protected property

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