PHP Class Flarum\Http\SessionAuthenticator

Afficher le fichier Open project: flarum/core Class Usage Examples

Méthodes publiques

Méthode Description
logIn ( Symfony\Component\HttpFoundation\Session\SessionInterface $session, integer $userId )
logOut ( Symfony\Component\HttpFoundation\Session\SessionInterface $session )

Method Details

logIn() public méthode

public logIn ( Symfony\Component\HttpFoundation\Session\SessionInterface $session, integer $userId )
$session Symfony\Component\HttpFoundation\Session\SessionInterface
$userId integer

logOut() public méthode

public logOut ( Symfony\Component\HttpFoundation\Session\SessionInterface $session )
$session Symfony\Component\HttpFoundation\Session\SessionInterface