class InventoryController extends Controller (View source)

Traits

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

Methods

RedirectResponse
getIndex()

Redirect index requests to the watching page.

View
getWatching()

Return the inventory watching items view.

View
getSelling()

Return the inventory selling items view.

View
getScheduled()

Return the inventory scheduled items view.

View
getEnded()

Return the inventory ended items view.

Details

at line 37
RedirectResponse getIndex()

Redirect index requests to the watching page.

Return Value

RedirectResponse

at line 47
View getWatching()

Return the inventory watching items view.

Return Value

View

at line 62
View getSelling()

Return the inventory selling items view.

Return Value

View

at line 79
View getScheduled()

Return the inventory scheduled items view.

Return Value

View

at line 96
View getEnded()

Return the inventory ended items view.

Return Value

View