示例#1
0
 /**
  * Returns the account if one is authenticated, NULL otherwise.
  *
  * @todo remove this method for using parent.
  *
  * @return \TYPO3\Flow\Security\Account An account object
  */
 public function getAccount()
 {
     return parent::getAccount();
 }