App\services\Download::fromAlbum PHP Method

fromAlbum() protected method

protected fromAlbum ( Album $album )
$album app\models\Album
    protected function fromAlbum(Album $album)
    {
        return $this->fromMultipleSongs($album->songs);
    }