Пример #1
0
 /**
  * @return \TYPO3\CMS\Core\Authentication\BackendUserAuthentication
  */
 function getUserAuthentication()
 {
     if ($this->backendUser === null) {
         $this->backendUser = $this->globals->getBackendUser();
     }
     return $this->backendUser;
 }