class Session 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
sweep(array $arguments = [])

Bersihkan session yang telah kedaluwarsa.

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 sweep(array $arguments = [])

Bersihkan session yang telah kedaluwarsa.

Parameters

array $arguments

Return Value

void