‪TYPO3CMS  10.4
TYPO3\CMS\FrontendLogin\Domain\Repository\FrontendUserGroupRepository Class Reference

Public Member Functions

 __construct (UserService $userService)
 
 getTable ()
 
int null findRedirectPageIdByGroupId (int $groupId)
 

Protected Attributes

Connection $connection
 
string $table
 

Detailed Description

this is a concrete TYPO3 implementation and solely used for EXT:felogin and not part of TYPO3's Core API.

Definition at line 28 of file FrontendUserGroupRepository.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\FrontendLogin\Domain\Repository\FrontendUserGroupRepository::__construct ( UserService  $userService)

Member Function Documentation

◆ findRedirectPageIdByGroupId()

int null TYPO3\CMS\FrontendLogin\Domain\Repository\FrontendUserGroupRepository::findRedirectPageIdByGroupId ( int  $groupId)

◆ getTable()

Member Data Documentation

◆ $connection

Connection TYPO3\CMS\FrontendLogin\Domain\Repository\FrontendUserGroupRepository::$connection
protected

Definition at line 32 of file FrontendUserGroupRepository.php.

◆ $table

string TYPO3\CMS\FrontendLogin\Domain\Repository\FrontendUserGroupRepository::$table
protected