PHP 클래스 PUGX\BadgeBundle\Controller\Badge\DownloadsController

Download action for badges.
저자: Giulio De Donato ([email protected])
저자: Leonardo Proietti ([email protected])
저자: Simone Fumagalli ([email protected])
저자: Andrea Giuliano ([email protected])
상속: extends Symfony\Component\DependencyInjection\ContainerAware
파일 보기 프로젝트 열기: pugx/badge-poser

공개 메소드들

메소드 설명
downloadsAction ( Request $request, string $repository, string $type, string $format = 'svg' ) : Response Downloads action.

메소드 상세

downloadsAction() 공개 메소드

Downloads action.
public downloadsAction ( Request $request, string $repository, string $type, string $format = 'svg' ) : Response
$request Symfony\Component\HttpFoundation\Request
$repository string repository
$type string badge type
$format string
리턴 Symfony\Component\HttpFoundation\Response