interface Presentable implements Renderable, Arrayable

Presentable

Presenter 에서 사용 될 Renderer들을 위한 interface

Methods

static string
format()

format

array
toArray()

Get the instance as an array.

Details

at line 40
static string format()

format

Return Value

string

See also

\Illuminate\Http\Request::initializeFormats()

at line 47
array toArray()

Get the instance as an array.

Return Value

array