class DumpController extends EntryController

Methods

string
entryType()

The entry type for the controller.

string
watcher()

The watcher class for the controller.

array
index(Request $request, EntriesRepository $storage)

List the entries of the given type.

array
show(EntriesRepository $storage, string $id)

Get an entry with the given ID.

string
status()

Determine the watcher recording status.

__construct(Factory $cache)

Create a new controller instance.

Details

at line 61
protected string entryType()

The entry type for the controller.

Return Value

string

at line 69
protected string watcher()

The watcher class for the controller.

Return Value

string

at line 30
array index(Request $request, EntriesRepository $storage)

List the entries of the given type.

Parameters

Request $request
EntriesRepository $storage

Return Value

array

in EntryController at line 40
array show(EntriesRepository $storage, string $id)

Get an entry with the given ID.

Parameters

EntriesRepository $storage
string $id

Return Value

array

at line 48
protected string status()

Determine the watcher recording status.

Return Value

string

at line 22
__construct(Factory $cache)

Create a new controller instance.

Parameters

Factory $cache