class VideoController extends Controller

Traits

AuthorizesRequests
ValidatesRequests

Methods

bool
isAutomatedRequest(Request $request = null)

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

mixed
show(Request $request, int $id)

Show the video annotation tool.

Details

in Controller at line 21
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 line 24
mixed show(Request $request, int $id)

Show the video annotation tool.

Parameters

Request $request
int $id

Return Value

mixed