Ayaline\Bundle\ComposerBundle\Controller\ComposerController::__construct PHP Method

__construct() public method

public __construct ( Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templating, Symfony\Component\Form\FormInterface $composerForm, Sonata\NotificationBundle\Backend\AMQPBackendDispatcher $sonataNotificationsBackend )
$templating Symfony\Bundle\FrameworkBundle\Templating\EngineInterface
$composerForm Symfony\Component\Form\FormInterface
$sonataNotificationsBackend Sonata\NotificationBundle\Backend\AMQPBackendDispatcher
    public function __construct(EngineInterface $templating, FormInterface $composerForm, AMQPBackendDispatcher $sonataNotificationsBackend)
    {
        $this->templating = $templating;
        $this->composerForm = $composerForm;
        $this->sonataNotificationsBackend = $sonataNotificationsBackend;
    }