ArtisanOutput class abstract
Abstract output layer for ArtisanCommand (Symfony Console parity).
Three concrete subclasses: StdioOutput (default), BufferedOutput (testing), NullOutput (suppress all output).
- Implementers
Constructors
Properties
Methods
-
comment(
String text, {int level = 2}) → void -
debug(
String text) → void -
error(
String text) → void -
info(
String text, {int level = 1}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
success(
String text, {int level = 1}) → void -
toString(
) → String -
A string representation of this object.
inherited
-
warning(
String text, {int level = 1}) → void -
writeln(
String text, {int level = 1}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited