class LargoController extendsController

Traits

AuthorizesRequests
ValidatesRequests

Methods

bool
isAutomatedRequest(Request$request =null)

Determines if the request was done by an automated script (with API token or ajax).

Response
index(Request$request,int$id)

Show the the Largo view for a volume.

Details

inControllerat line21
bool isAutomatedRequest(Request$request =null)

Determines if the request was done by an automated script (with API token or ajax).

Parameters

Request $request

Return Value

bool

at line22
Response index(Request$request,int$id)

Show the the Largo view for a volume.

Parameters

Request $request
int $id Volume ID

Return Value

Response