Method |
Description |
|
_message ( string $message, string $pallet = '' ) : DbPatch_Core_Writer |
Write an optionally colored message |
|
debug ( string $message ) : DbPatch_Core_Writer |
Write a debug message |
|
error ( string $message ) : DbPatch_Core_Writer |
Write a error message |
|
indent ( integer $spaces = 4 ) : DbPatch_Core_Writer |
Indent output with spaces |
|
info ( string $message ) : DbPatch_Core_Writer |
Write an info message |
|
line ( string $message = '' ) : DbPatch_Core_Writer |
Outputs a message with a new line |
|
output ( string $message = '', resource $stream = null ) : DbPatch_Core_Writer |
Outputs a message to the console |
|
separate ( ) : DbPatch_Core_Writer |
Separate the output by outputting a dashed line |
|
setColor ( DbPatch_Core_Color $color ) : DbPatch_Core_Writer |
Writer uses ANSI coloring when color object provided |
|
setDebug ( $debug ) |
|
|
success ( string $message ) : DbPatch_Core_Writer |
Write a success message |
|
version ( ) : DbPatch_Core_Writer |
Outputs the version of DbPatch |
|
warning ( string $message ) : DbPatch_Core_Writer |
Write an warning messages |
|