Xml
Extends CliOutputOutput handler for writing command line output to the stdout interface
deprecated
since |
4.0.0 |
---|---|
deprecated |
4.3 will be removed in 6.0
Use the |
package |
Joomla CMS |
Methods
__construct
Constructor
__construct(\Joomla\CMS\Application\CLI\Output\Processor\ProcessorInterface processor = null) :
inherited
getProcessor
Get a processor
getProcessor() : \Joomla\CMS\Application\CLI\Output\Processor\ProcessorInterface
inherited
out
Write a string to standard output.
out( text = '', nl = true) :
since |
4.0.0 |
---|---|
throws |
|
Arguments
- text
string
The text to display.- nl
bool
True (default) to append a new line at the end of the output string.
Response
$this
setProcessor
Set a processor
setProcessor(\Joomla\CMS\Application\CLI\Output\Processor\ProcessorInterface processor) :
inherited