class VideoController 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).

mixed
show(number$id)

Show the video annotation tool.

Response
store(Request$request)

Shows the create video page.

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 line21
mixed show(number$id)

Show the video annotation tool.

Parameters

number $id

Return Value

mixed

at line50
Response store(Request$request)

Shows the create video page.

Parameters

Request $request

Return Value

Response