PHP Class Ayaline\Bundle\ComposerBundle\Controller\ComposerController

Datei anzeigen Open project: pborreli/composer-service

Public Methods

Method Description
__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

Method Details

__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

indexAction() public method

public indexAction ( ) : Response
return Symfony\Component\HttpFoundation\Response

uploadComposerAction() public method

public uploadComposerAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse
$request Symfony\Component\HttpFoundation\Request
return Symfony\Component\HttpFoundation\JsonResponse