getSubscribedEvents()
public static method
The array keys are event names and the value can be:
* The method name to call (priority defaults to 0)
* An array composed of the method name to call and the priority
* An array of arrays composed of the method names to call and respective
priorities, or 0 if unset
For instance:
* array('eventName' => 'methodName')
* array('eventName' => array('methodName', $priority))
* array('eventName' => array(array('methodName1', $priority), array('methodName2'))
onArticleFileDownload()
public method
public onArticleFileDownload ( Ojs\SiteBundle\Event\DownloadArticleFileEvent $event ) |
$event |
Ojs\SiteBundle\Event\DownloadArticleFileEvent |
|
onArticleView()
public method
public onArticleView ( Ojs\SiteBundle\Event\ViewArticleEvent $event ) |
$event |
Ojs\SiteBundle\Event\ViewArticleEvent |
|