abstract | |
---|---|
extends |
ConsolePrefixTarget |
implements |
ConsoleTargetStreamInterface |
Base class for console output targets with an underlying PHP stream
Methods | ||
---|---|---|
public
|
isStdout(): bool
|
# |
public
|
isStderr(): bool
|
# |
public
|
isTty(): bool
|
# |
public
|
getEol(): string
|
# |
protected
|
createTagFormats(): ConsoleTagFormats
|
# |
protected
|
createMessageFormats(): ConsoleMessageFormats
|
# |
Methods inherited from Salient\Console\Concept\ConsolePrefixTarget |
---|
writeToTarget(), write(), setPrefix(), getPrefix(), getWidth() |
Methods inherited from Salient\Console\Concept\ConsoleTarget |
---|
getFormatter(), close(), assertIsValid(), |