PHP Класс Ojs\JournalBundle\Listeners\AbstractJournalItemMailer

Наследование: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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