2022-03-27 16:42:36 +08:00
|
|
|
# ZM\ConsoleApplication
|
|
|
|
|
|
2022-08-22 07:39:44 +00:00
|
|
|
## run
|
2022-03-27 16:42:36 +08:00
|
|
|
|
|
|
|
|
```php
|
2022-08-22 07:39:44 +00:00
|
|
|
public function run(Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output): int
|
2022-03-27 16:42:36 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### 描述
|
|
|
|
|
|
|
|
|
|
作者很懒,什么也没有说
|
|
|
|
|
|
|
|
|
|
### 参数
|
|
|
|
|
|
|
|
|
|
| 名称 | 类型 | 描述 |
|
|
|
|
|
| -------- | ---- | ----------- |
|
2022-08-22 07:39:44 +00:00
|
|
|
| input | Symfony\Component\Console\Input\InputInterface | |
|
|
|
|
|
| output | Symfony\Component\Console\Output\OutputInterface | |
|
2022-04-01 18:48:48 +08:00
|
|
|
|
2022-03-27 16:42:36 +08:00
|
|
|
### 返回
|
|
|
|
|
|
|
|
|
|
| 类型 | 描述 |
|
|
|
|
|
| ---- | ----------- |
|
2022-08-22 07:39:44 +00:00
|
|
|
| int | |
|