final class Console (View source)

Console settings

Properties

bool $StartHistory

Show query history at start

bool $AlwaysExpand

Always expand query messages

bool $CurrentQuery

Show current browsing query

bool $EnterExecutes

Execute queries on Enter and insert new line with Shift + Enter

bool $DarkTheme

Switch to dark theme

string $Mode

Console mode

int $Height

Console height

bool $GroupQueries
$cfg['Console']['GroupQueries'] = false;
string $OrderBy
$cfg['Console']['OrderBy'] = 'exec';
string $Order
$cfg['Console']['Order'] = 'asc';

Methods

__construct(array $console = [])

No description

array
asArray()

No description

Details

__construct(array $console = [])

No description

Parameters

array $console

array asArray()

No description

Return Value

array