zhamao-framework/docs/api/ZM/ConsoleApplication.md
2022-08-22 07:39:44 +00:00

790 B

ZM\ConsoleApplication

__construct

public function __construct(string $name): mixed

描述

作者很懒,什么也没有说

参数

名称 类型 描述
name string

返回

类型 描述
mixed

run

public function run(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output): int

描述

作者很懒,什么也没有说

参数

名称 类型 描述
input Symfony\Component\Console\Input\InputInterface
output Symfony\Component\Console\Output\OutputInterface

返回

类型 描述
int