PHP Class Ayaline\Bundle\ComposerBundle\Controller\ComposerController

Afficher le fichier Open project: pborreli/composer-service

Méthodes publiques

Méthode 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 méthode

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 méthode

public indexAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response

uploadComposerAction() public méthode

public uploadComposerAction ( Request $request ) : Symfony\Component\HttpFoundation\JsonResponse
$request Symfony\Component\HttpFoundation\Request
Résultat Symfony\Component\HttpFoundation\JsonResponse