PluginInstallResult
Result of a plugin installation or update operation.
PluginInstallResult::__construct()
public function __construct(bool $success, string $pluginName, string $version, string $source, array $composerPackagesInstalled = [], int $migrationsExecuted = 0, ?string $error = null):Parameters
| Nombre | Tipo | Descripción |
|---|---|---|
| $success | bool | |
| $pluginName | string | |
| $version | string | |
| $source | string | |
| $composerPackagesInstalled | array | |
| $migrationsExecuted | int | |
| $error | ?string |