PHP 클래스 Ojs\JournalBundle\Listeners\AbstractJournalItemMailer

상속: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
파일 보기 프로젝트 열기: ojs/ojs

보호된 프로퍼티들

프로퍼티 타입 설명
$em Doctrine\ORM\EntityManager
$ojsMailer Ojs\CoreBundle\Service\OjsMailer
$router Symfony\Component\Routing\RouterInterface
$user FOS\UserBundle\Model\UserInterface

공개 메소드들

메소드 설명
__construct ( OjsMailer $ojsMailer, Symfony\Bridge\Doctrine\RegistryInterface $registry, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, Symfony\Component\Routing\RouterInterface $router ) AbstractJournalItemMailer constructor.

보호된 메소드들

메소드 설명
sendMail ( Ojs\JournalBundle\Event\JournalItemEvent $itemEvent, $item, $action )

메소드 상세

__construct() 공개 메소드

AbstractJournalItemMailer constructor.
public __construct ( OjsMailer $ojsMailer, Symfony\Bridge\Doctrine\RegistryInterface $registry, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, Symfony\Component\Routing\RouterInterface $router )
$ojsMailer Ojs\CoreBundle\Service\OjsMailer
$registry Symfony\Bridge\Doctrine\RegistryInterface
$tokenStorage Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface
$router Symfony\Component\Routing\RouterInterface

sendMail() 보호된 메소드

protected sendMail ( Ojs\JournalBundle\Event\JournalItemEvent $itemEvent, $item, $action )
$itemEvent Ojs\JournalBundle\Event\JournalItemEvent

프로퍼티 상세

$em 보호되어 있는 프로퍼티

protected EntityManager,Doctrine\ORM $em
리턴 Doctrine\ORM\EntityManager

$ojsMailer 보호되어 있는 프로퍼티

protected OjsMailer,Ojs\CoreBundle\Service $ojsMailer
리턴 Ojs\CoreBundle\Service\OjsMailer

$router 보호되어 있는 프로퍼티

protected RouterInterface,Symfony\Component\Routing $router
리턴 Symfony\Component\Routing\RouterInterface

$user 보호되어 있는 프로퍼티

protected UserInterface,FOS\UserBundle\Model $user
리턴 FOS\UserBundle\Model\UserInterface