mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
命令行输出驱动增加getFormatter方法
This commit is contained in:
@@ -37,6 +37,11 @@ class Console
|
|||||||
$this->formatter->setDecorated($decorated);
|
$this->formatter->setDecorated($decorated);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getFormatter()
|
||||||
|
{
|
||||||
|
return $this->formatter;
|
||||||
|
}
|
||||||
|
|
||||||
public function setDecorated($decorated)
|
public function setDecorated($decorated)
|
||||||
{
|
{
|
||||||
$this->formatter->setDecorated($decorated);
|
$this->formatter->setDecorated($decorated);
|
||||||
|
|||||||
Reference in New Issue
Block a user