PHP Class Newscoop\NewscoopBundle\EventListener\PublicationListener

Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$publicationService Newscoop\Services\PublicationService Publication service

Public Methods

Method Description
__construct ( PublicationService $publicationService ) Contruct PublicationListener object
onRequest ( GetResponseEvent $event )

Method Details

__construct() public method

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

onRequest() public method

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

Property Details

$publicationService protected_oe property

Publication service
protected PublicationService,Newscoop\Services $publicationService
return Newscoop\Services\PublicationService