PHP 클래스 Ojs\JournalBundle\Listeners\SectionMailer

상속: extends AbstractJournalItemMailer
파일 보기 프로젝트 열기: ojs/ojs

공개 메소드들

메소드 설명
getSubscribedEvents ( ) {@inheritDoc}
onSectionPostCreate ( Ojs\JournalBundle\Event\JournalItemEvent $itemEvent )
onSectionPostUpdate ( Ojs\JournalBundle\Event\JournalItemEvent $itemEvent )
onSectionPreDelete ( Ojs\JournalBundle\Event\JournalItemEvent $itemEvent )

메소드 상세

getSubscribedEvents() 공개 정적인 메소드

{@inheritDoc}
public static getSubscribedEvents ( )

onSectionPostCreate() 공개 메소드

public onSectionPostCreate ( Ojs\JournalBundle\Event\JournalItemEvent $itemEvent )
$itemEvent Ojs\JournalBundle\Event\JournalItemEvent

onSectionPostUpdate() 공개 메소드

public onSectionPostUpdate ( Ojs\JournalBundle\Event\JournalItemEvent $itemEvent )
$itemEvent Ojs\JournalBundle\Event\JournalItemEvent

onSectionPreDelete() 공개 메소드

public onSectionPreDelete ( Ojs\JournalBundle\Event\JournalItemEvent $itemEvent )
$itemEvent Ojs\JournalBundle\Event\JournalItemEvent