Output style helpers.
Methods | ||
---|---|---|
public
|
title(string $message): void
|
# |
public
|
section(string $message): void
|
# |
public
|
listing(array $elements): void
|
# |
public
|
text(string|array $message): void
|
# |
public
|
success(string|array $message): void
|
# |
public
|
error(string|array $message): void
|
# |
public
|
warning(string|array $message): void
|
# |
public
|
note(string|array $message): void
|
# |
public
|
caution(string|array $message): void
|
# |
public
|
table(array $headers, array $rows): void
|
# |
public
|
ask(string $question, ?string $default = null, ?callable $validator = null): mixed
|
# |
public
|
askHidden(string $question, ?callable $validator = null): mixed
|
# |
public
|
confirm(string $question, bool $default = true): bool
|
# |
public
|
choice(string $question, array $choices, mixed $default = null): mixed
|
# |
public
|
newLine(int $count = 1): void
|
# |
public
|
progressStart(int $max = 0): void
|
# |
public
|
progressAdvance(int $step = 1): void
|
# |
public
|
progressFinish(): void
|
# |