PHP 클래스 Common\Mailer\Configurator

파일 보기 프로젝트 열기: forkcms/forkcms 1 사용 예제들

공개 메소드들

메소드 설명
__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