コード例 #1
0
 /**
  *
  * @param \TYPO3\FLOW3\Mvc\View\ViewInterface $view
  * @return void
  */
 protected function initializeView(\TYPO3\FLOW3\Mvc\View\ViewInterface $view)
 {
     parent::initializeView($view);
     $account = $this->securityContext->getAccount();
     $view->assign('account', $account);
 }