Xml
扩展自 CliOutput用于将命令行输出写入 stdout 接口的输出处理程序
已弃用
自 |
4.0.0 |
---|---|
已弃用 |
4.3 起将从 6.0 中移除。请改用 |
包 |
Joomla CMS |
方法
__construct
构造函数
__construct(\Joomla\CMS\Application\CLI\Output\Processor\ProcessorInterface processor = null) :
继承
getProcessor
获取处理器
getProcessor() : \Joomla\CMS\Application\CLI\Output\Processor\ProcessorInterface
继承
out
将字符串写入标准输出。
out( text = '', nl = true) :
自 |
4.0.0 |
---|---|
抛出 |
|
参数
- text
string
要显示的文本。- nl
bool
True(默认值)表示在输出字符串末尾追加换行符。
响应
$this
setProcessor
设置处理器
setProcessor(\Joomla\CMS\Application\CLI\Output\Processor\ProcessorInterface processor) :
继承