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) :
describeJoomlaApplication
描述一个应用程序。
describeJoomlaApplication(\Joomla\Console\Application app, mixed||string|int options) :
getColumnWidth
计算一组命令的列宽。
getColumnWidth(\Joomla\Console\Command\AbstractCommand[]|string[] commands) :
getCommandAliasesText
格式化命令别名,以便在命令描述中显示它们。
getCommandAliasesText(\Joomla\Console\Command\AbstractCommand command) :
writeText
将文本写入输出。
writeText( content, mixed||string|int options = []) :
自 |
2.0.0 |
---|
参数
- 内容
string
消息。- 选项
array<string|int, mixed>
用于格式化输出的选项。
响应
void