PHP Class PUGX\BadgeBundle\Controller\Badge\DownloadsController

Download action for badges.
Author: Giulio De Donato ([email protected])
Author: Leonardo Proietti ([email protected])
Author: Simone Fumagalli ([email protected])
Author: Andrea Giuliano ([email protected])
Inheritance: extends Symfony\Component\DependencyInjection\ContainerAware
Datei anzeigen Open project: pugx/badge-poser

Public Methods

Method Description
downloadsAction ( Request $request, string $repository, string $type, string $format = 'svg' ) : Response Downloads action.

Method Details

downloadsAction() public method

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
return Symfony\Component\HttpFoundation\Response