PHP Class Newscoop\NewscoopBundle\EventListener\UserIpListener

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$userService Newscoop\Services\UserService User service

Méthodes publiques

Méthode Description
__construct ( UserService $userService ) Contruct UserIpListener object
onRequest ( GetResponseEvent $event )

Method Details

__construct() public méthode

Contruct UserIpListener object
public __construct ( UserService $userService )
$userService Newscoop\Services\UserService User service

onRequest() public méthode

public onRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent

Property Details

$userService protected_oe property

User service
protected UserService,Newscoop\Services $userService
Résultat Newscoop\Services\UserService