class MonitoredTagController

Methods

__construct(EntriesRepository $entries)

Create a new controller instance.

array
index()

Get all of the tags being monitored.

array
store(Request $request)

Begin monitoring the given tag.

array
destroy(Request $request)

Stop monitoring the given tag.

Details

at line 15
__construct(EntriesRepository $entries)

Create a new controller instance.

Parameters

EntriesRepository $entries

at line 23
array index()

Get all of the tags being monitored.

Return Value

array

at line 33
array store(Request $request)

Begin monitoring the given tag.

Parameters

Request $request

Return Value

array

at line 45
array destroy(Request $request)

Stop monitoring the given tag.

Parameters

Request $request

Return Value

array