PhaseResult
The outcome of executing a single bootstrap phase: whether it succeeded, and the error message if it failed.
PhaseResult::__construct()
public function __construct(string $name, bool $ok, ?string $error = null):Parameters
| Name | Type | Description |
|---|---|---|
| $name | string | |
| $ok | bool | |
| $error | ?string |
PhaseResult::toArray()
public function toArray(): arrayLa fase como dato: su nombre, si pasó y su error.