BaseMakerMigrationDiffFilteredOuputTrait
Table of Contents
-
$buffer
: mixed
-
$output
: mixed
-
$previousLineWasRemoved
: mixed
-
__construct()
: mixed
-
_write()
: mixed
-
_writeln()
: mixed
-
fetch()
: string
-
getFormatter()
: OutputFormatterInterface
-
getVerbosity()
: int
-
isDebug()
: bool
-
isDecorated()
: bool
-
isQuiet()
: bool
-
isVerbose()
: bool
-
isVeryVerbose()
: bool
-
setFormatter()
: mixed
-
filterMessages()
: mixed
$buffer
private
mixed
$buffer
= ''
$output
private
mixed
$output
$previousLineWasRemoved
private
mixed
$previousLineWasRemoved
= false
__construct()
public
__construct(OutputInterface $output) : mixed
Parameters
-
$output
: OutputInterface
-
Return values
mixed
—
_write()
public
_write(mixed $messages[, bool $newline = false ], mixed $options) : mixed
Parameters
-
$messages
: mixed
-
-
$newline
: bool
= false
-
-
$options
: mixed
-
Return values
mixed
—
_writeln()
public
_writeln(mixed $messages, int $options) : mixed
Parameters
-
$messages
: mixed
-
-
$options
: int
-
Return values
mixed
—
fetch()
public
fetch() : string
Return values
string
—
public
getFormatter() : OutputFormatterInterface
Return values
OutputFormatterInterface
—
getVerbosity()
public
getVerbosity() : int
Return values
int
—
isDebug()
public
isDebug() : bool
Return values
bool
—
isDecorated()
public
isDecorated() : bool
Return values
bool
—
isQuiet()
public
isQuiet() : bool
Return values
bool
—
isVerbose()
public
isVerbose() : bool
Return values
bool
—
isVeryVerbose()
public
isVeryVerbose() : bool
Return values
bool
—
public
setFormatter(OutputFormatterInterface $formatter) : mixed
Parameters
-
$formatter
: OutputFormatterInterface
-
Return values
mixed
—
filterMessages()
private
filterMessages(mixed $messages, bool $newLine) : mixed
Parameters
-
$messages
: mixed
-
-
$newLine
: bool
-
Return values
mixed
—