class Route extends Command (View source)

Methods

info($text, $newline = true)

No description

from  Command
warning($text, $newline = true)

No description

from  Command
error($text, $newline = true)

No description

from  Command
void
call(array $arguments = [])

Jalankan rute dan dump hasilnya.

Details

protected info($text, $newline = true)

No description

Parameters

$text
$newline

protected warning($text, $newline = true)

No description

Parameters

$text
$newline

protected error($text, $newline = true)

No description

Parameters

$text
$newline

void call(array $arguments = [])

Jalankan rute dan dump hasilnya.

Parameters

array $arguments

Return Value

void