PHP 클래스 Ayaline\Bundle\ComposerBundle\Controller\ComposerController

파일 보기 프로젝트 열기: pborreli/composer-service

공개 메소드들

메소드 설명
__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