Class Salient\Console\Format\TtyFormat

extends AbstractFormat
implements HasEscapeSequence
uses EncloseAndReplaceTrait, IndentCodeBlockTrait
Methods
Methods inherited from Salient\Console\Format\AbstractFormat
getFormatter(),
Methods used from Salient\Console\Format\EncloseAndReplaceTrait
__construct(), encloseAndReplace()
Methods used from Salient\Console\Format\IndentCodeBlockTrait
indentCodeBlock()
Constants inherited from Salient\Console\Format\AbstractFormat
LEVEL_PREFIX_MAP, TYPE_PREFIX_MAP
Constants inherited from Salient\Contract\Console\Format\HasTag
TAG_HEADING, TAG_BOLD, TAG_ITALIC, TAG_UNDERLINE, TAG_LOW_PRIORITY, TAG_CODE_SPAN, TAG_CODE_BLOCK, TAG_DIFF_HEADER, TAG_DIFF_RANGE, TAG_DIFF_ADDITION, TAG_DIFF_REMOVAL
Constants inherited from Salient\Contract\HasMessageLevel
LEVEL_EMERGENCY, LEVEL_ALERT, LEVEL_CRITICAL, LEVEL_ERROR, LEVEL_WARNING, LEVEL_NOTICE, LEVEL_INFO, LEVEL_DEBUG
Constants inherited from Salient\Contract\HasMessageLevels
LEVELS_ALL, LEVELS_ALL_EXCEPT_DEBUG, LEVELS_ERRORS_AND_WARNINGS, LEVELS_ERRORS, LEVELS_INFO, LEVELS_INFO_EXCEPT_DEBUG, LEVELS_INFO_QUIET
Constants inherited from Salient\Contract\Console\HasMessageType
TYPE_STANDARD, TYPE_UNDECORATED, TYPE_UNFORMATTED, TYPE_PROGRESS, TYPE_GROUP_START, TYPE_GROUP_END, TYPE_SUMMARY, TYPE_SUCCESS, TYPE_FAILURE
Constants inherited from Salient\Contract\Console\HasMessageTypes
TYPES_ALL, TYPES_GROUP
Constants inherited from Salient\Contract\HasEscapeSequence
BLACK_FG, RED_FG, GREEN_FG, YELLOW_FG, BLUE_FG, MAGENTA_FG, CYAN_FG, WHITE_FG, DEFAULT_FG, BLACK_BG, RED_BG, GREEN_BG, YELLOW_BG, BLUE_BG, MAGENTA_BG, CYAN_BG, WHITE_BG, DEFAULT_BG, BOLD, FAINT, BOLD_NOT_FAINT, FAINT_NOT_BOLD, NOT_BOLD_NOT_FAINT, UNDERLINED, NOT_UNDERLINED, RESET, CLEAR_LINE, NO_AUTO_WRAP, AUTO_WRAP
Properties used from Salient\Console\Format\EncloseAndReplaceTrait
$Search, $Replace