PHP Class Flarum\Http\SessionAuthenticator

Exibir arquivo Open project: flarum/core Class Usage Examples

Public Methods

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

Method Details

logIn() public method

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

logOut() public method

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