Ayaline\Bundle\ComposerBundle\Controller\ComposerController::indexAction PHP Метод

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

public indexAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response
    public function indexAction()
    {
        return $this->templating->renderResponse('AyalineComposerBundle:Composer:index.html.twig', array('form' => $this->composerForm->createView()));
    }