class MediaController extends Controller (View source)

Traits

Illuminate\Foundation\Auth\Access\AuthorizesRequests
Illuminate\Foundation\Bus\DispatchesJobs
Illuminate\Foundation\Validation\ValidatesRequests

Methods

Response
getPhoto( int $photoId, string $size = 'large')

Return a photo as a response.

Details

at line 38
Response getPhoto( int $photoId, string $size = 'large')

Return a photo as a response.

Parameters

int $photoId
string $size

Return Value

Response