PHP Класс Common\Mailer\Configurator

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ModulesSettings $modulesSettings, Symfony\Component\DependencyInjection\ContainerInterface $container ) Configurator constructor.
onConsoleCommand ( Symfony\Component\Console\Event\ConsoleCommandEvent $event )
onKernelRequest ( GetResponseEvent $event )

Приватные методы

Метод Описание
configureMail ( )

Описание методов

__construct() публичный Метод

Configurator constructor.
public __construct ( ModulesSettings $modulesSettings, Symfony\Component\DependencyInjection\ContainerInterface $container )
$modulesSettings common\ModulesSettings
$container Symfony\Component\DependencyInjection\ContainerInterface

onConsoleCommand() публичный Метод

public onConsoleCommand ( Symfony\Component\Console\Event\ConsoleCommandEvent $event )
$event Symfony\Component\Console\Event\ConsoleCommandEvent

onKernelRequest() публичный Метод

public onKernelRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent