Method | Description | |
---|---|---|
__construct ( Symfony\Component\HttpFoundation\RequestStack $requestStack, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, boolean $anonymizeIp = true ) | Constructor. | |
__invoke ( array $record ) : array | Move the Contao context into the "extra" section. |
Method | Description | |
---|---|---|
anonymizeIp ( string $ip ) : string | Anonymizes the IP adress. | |
updateAction ( |
Sets the action. | |
updateBrowser ( |
Sets the browser. | |
updateIp ( |
Sets the IP adress. | |
updateSource ( |
Sets the source. | |
updateUsername ( |
Sets the username. |
public __construct ( Symfony\Component\HttpFoundation\RequestStack $requestStack, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, boolean $anonymizeIp = true ) | ||
$requestStack | Symfony\Component\HttpFoundation\RequestStack | |
$tokenStorage | Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface | |
$anonymizeIp | boolean |