PHP Класс Ayaline\Bundle\ComposerBundle\Controller\ComposerController

Показать файл Открыть проект

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

Метод Описание
__construct ( Symfony\Bundle\FrameworkBundle\Templating\EngineInterface $templating, Symfony\Component\Form\FormInterface $composerForm, Sonata\NotificationBundle\Backend\AMQPBackendDispatcher $sonataNotificationsBackend )
indexAction ( ) : Response
uploadComposerAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse

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

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

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

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

public indexAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response

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

public uploadComposerAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse
$request Symfony\Component\HttpFoundation\Request
Результат Symfony\Component\HttpFoundation\JsonResponse