Ojs\CoreBundle\Service\Twig\OjsExtension::twigEventDispatch PHP 메소드

twigEventDispatch() 공개 메소드

public twigEventDispatch ( $options )
    public function twigEventDispatch($options)
    {
        $twigEvent = new TwigEvent($options);
        $eventName = constant('Ojs\\CoreBundle\\Events\\TwigEvents::' . $options['event_name']);
        $dispatchEvent = $this->eventDispatcher->dispatch($eventName, $twigEvent);
        return $dispatchEvent->getTemplate();
    }