Ojs\JournalBundle\Listeners\SectionMailer::getSubscribedEvents PHP Method

getSubscribedEvents() public static method

{@inheritDoc}
public static getSubscribedEvents ( )
    public static function getSubscribedEvents()
    {
        return array(SectionEvents::POST_CREATE => 'onSectionPostCreate', SectionEvents::POST_UPDATE => 'onSectionPostUpdate', SectionEvents::PRE_DELETE => 'onSectionPreDelete');
    }