FrontendUserGroupRepository
this is a concrete TYPO3 implementation and solely used for EXT:felogin and not part of TYPO3's Core API.
Table of Contents
Properties
- $connection : Connection
- $table : string
Methods
- __construct() : mixed
- findRedirectPageIdByGroupId() : int|null
- getTable() : string
Properties
$connection
protected
Connection
$connection
$table
protected
string
$table
Methods
__construct()
public
__construct(UserService $userService, ConnectionPool $connectionPool) : mixed
Parameters
- $userService : UserService
- $connectionPool : ConnectionPool
findRedirectPageIdByGroupId()
public
findRedirectPageIdByGroupId(int $groupId) : int|null
Parameters
- $groupId : int
Return values
int|nullgetTable()
public
getTable() : string