PHP Class App\Http\Controllers\API\Download\ArtistController

Inheritance: extends Controller
Afficher le fichier Open project: phanan/koel

Méthodes publiques

Méthode Description
download ( Artist $artist ) : BinaryFileResponse Download all songs by an artist.

Method Details

download() public méthode

Don't see why one would need this, really. Let's pray to God the user doesn't trigger this on Elvis.
public download ( Artist $artist ) : BinaryFileResponse
$artist app\models\Artist
Résultat Symfony\Component\HttpFoundation\BinaryFileResponse