PHP Class Newscoop\NewscoopBundle\EventListener\PublicationListener

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$publicationService Newscoop\Services\PublicationService Publication service

Méthodes publiques

Méthode Description
__construct ( PublicationService $publicationService ) Contruct PublicationListener object
onRequest ( GetResponseEvent $event )

Method Details

__construct() public méthode

Contruct PublicationListener object
public __construct ( PublicationService $publicationService )
$publicationService Newscoop\Services\PublicationService Publication service

onRequest() public méthode

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

Property Details

$publicationService protected_oe property

Publication service
protected PublicationService,Newscoop\Services $publicationService
Résultat Newscoop\Services\PublicationService