메소드 | 설명 | |
---|---|---|
__construct ( |
AnalyticsSubscriber constructor. | |
getSubscribedEvents ( ) : array | Returns an array of event names this subscriber wants to listen to. | |
onArticleFileDownload ( Ojs\SiteBundle\Event\DownloadArticleFileEvent $event ) | ||
onArticleView ( Ojs\SiteBundle\Event\ViewArticleEvent $event ) | ||
onIssueFileDownload ( Ojs\SiteBundle\Event\DownloadIssueFileEvent $event ) | ||
onIssueView ( Ojs\SiteBundle\Event\ViewIssueEvent $event ) | ||
onJournalView ( Ojs\SiteBundle\Event\ViewJournalEvent $event ) |
public __construct ( |
||
$em | ||
$requestStack | Symfony\Component\HttpFoundation\RequestStack |
public static getSubscribedEvents ( ) : array | ||
리턴 | array | The event names to listen to |
public onArticleFileDownload ( Ojs\SiteBundle\Event\DownloadArticleFileEvent $event ) | ||
$event | Ojs\SiteBundle\Event\DownloadArticleFileEvent |
public onArticleView ( Ojs\SiteBundle\Event\ViewArticleEvent $event ) | ||
$event | Ojs\SiteBundle\Event\ViewArticleEvent |
public onIssueFileDownload ( Ojs\SiteBundle\Event\DownloadIssueFileEvent $event ) | ||
$event | Ojs\SiteBundle\Event\DownloadIssueFileEvent |
public onIssueView ( Ojs\SiteBundle\Event\ViewIssueEvent $event ) | ||
$event | Ojs\SiteBundle\Event\ViewIssueEvent |
public onJournalView ( Ojs\SiteBundle\Event\ViewJournalEvent $event ) | ||
$event | Ojs\SiteBundle\Event\ViewJournalEvent |