Class Yiisoft\Yii\Debug\Api\Inspector\CommandResponse
| Inheritance | Yiisoft\Yii\Debug\Api\Inspector\CommandResponse |
|---|
Public Methods
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| STATUS_ERROR | 'error' | Yiisoft\Yii\Debug\Api\Inspector\CommandResponse | |
| STATUS_FAIL | 'fail' | Yiisoft\Yii\Debug\Api\Inspector\CommandResponse | |
| STATUS_OK | 'ok' | Yiisoft\Yii\Debug\Api\Inspector\CommandResponse |
Method Details
| public mixed __construct ( string $status, mixed $result, array $errors = [] ) | ||
| $status | string | |
| $result | mixed | |
| $errors | array | |
public function __construct(
private string $status,
private mixed $result,
private array $errors = [],
) {
}
Signup or Login in order to comment.