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

Inheritance: extends Controller
Show file Open project: phanan/koel

Public Methods

Method Description
download ( Artist $artist ) : BinaryFileResponse Download all songs by an artist.

Method Details

download() public method

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