PHP Class Newscoop\NewscoopBundle\EventListener\ArticleListener

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$articleService Newscoop\Services\ArticleService Article service

Méthodes publiques

Méthode Description
__construct ( ArticleService $articleService ) Construct ArticleListener object
onRequest ( GetResponseEvent $event )

Method Details

__construct() public méthode

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

onRequest() public méthode

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

Property Details

$articleService protected_oe property

Article service
protected ArticleService,Newscoop\Services $articleService
Résultat Newscoop\Services\ArticleService