UserService
this is a concrete TYPO3 implementation and solely used for EXT:felogin and not part of TYPO3's Core API.
Table of Contents
Properties
Methods
- __construct() : mixed
- getFeUserData() : array<string|int, mixed>
- Get user- and sessiondata from Frontend User
- getFeUserGroupData() : array<string|int, mixed>
- getFeUserGroupTable() : string
- getFeUserIdColumn() : string
- getFeUserTable() : string
Properties
$feUser
protected
FrontendUserAuthentication
$feUser
Methods
__construct()
public
__construct() : mixed
getFeUserData()
Get user- and sessiondata from Frontend User
public
getFeUserData() : array<string|int, mixed>
Return values
array<string|int, mixed>getFeUserGroupData()
public
getFeUserGroupData() : array<string|int, mixed>
Return values
array<string|int, mixed>getFeUserGroupTable()
public
getFeUserGroupTable() : string
Return values
stringgetFeUserIdColumn()
public
getFeUserIdColumn() : string
Return values
stringgetFeUserTable()
public
getFeUserTable() : string