PHP Class Newscoop\NewscoopBundle\EventListener\ArticleListener

Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$articleService Newscoop\Services\ArticleService Article service

Public Methods

Method Description
__construct ( ArticleService $articleService ) Construct ArticleListener object
onRequest ( GetResponseEvent $event )

Method Details

__construct() public method

Construct ArticleListener object
public __construct ( ArticleService $articleService )
$articleService Newscoop\Services\ArticleService Article service

onRequest() public method

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

Property Details

$articleService protected_oe property

Article service
protected ArticleService,Newscoop\Services $articleService
return Newscoop\Services\ArticleService