TextDescriptor

扩展 TextDescriptor

文本对象描述符。

final

2.0.0

Joomla 框架

方法

describe

描述一个对象。

describe(\Symfony\Component\Console\Output\OutputInterface output,  object, mixed||string|int options = []) : 

2.0.0

参数

输出

OutputInterface要使用的输出对象。

对象

object要描述的对象。

选项

array<string|int, mixed>描述符选项。

响应

void

describeConsoleCommand

描述一个命令。

describeConsoleCommand(\Joomla\Console\Command\AbstractCommand command, mixed||string|int options) : 

2.0.0

参数

命令

AbstractCommand正在描述的命令。

选项

array<string|int, mixed>描述符选项。

响应

void

describeJoomlaApplication

描述一个应用程序。

describeJoomlaApplication(\Joomla\Console\Application app, mixed||string|int options) : 

2.0.0

参数

应用程序

Application正在描述的应用程序。

选项

array<string|int, mixed>描述符选项。

响应

void

getColumnWidth

计算一组命令的列宽。

getColumnWidth(\Joomla\Console\Command\AbstractCommand[]|string[] commands) : 

2.0.0

参数

命令

array<string|int, AbstractCommand>|array<string|int, string>用于处理宽度值的命令。

响应

int

getCommandAliasesText

格式化命令别名,以便在命令描述中显示它们。

getCommandAliasesText(\Joomla\Console\Command\AbstractCommand command) : 

2.0.0

参数

命令

AbstractCommand要处理的命令

响应

string

writeText

将文本写入输出。

writeText( content, mixed||string|int options = []) : 

2.0.0

参数

内容

string消息。

选项

array<string|int, mixed>用于格式化输出的选项。

响应

void