Final Class Yiisoft\Yii\Console\Event\ApplicationStartup
| Inheritance | Yiisoft\Yii\Console\Event\ApplicationStartup |
|---|
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $commandName | ?string | Yiisoft\Yii\Console\Event\ApplicationStartup |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Yii\Console\Event\ApplicationStartup |
Property Details
Method Details
| public mixed __construct ( ?string $commandName = null ) | ||
| $commandName | ?string | |
public function __construct(
public ?string $commandName = null,
) {
}
Signup or Login in order to comment.