InstallationResolver
in package
Tags
Table of Contents
- getAllItemsToConfigureAtInstance() : array<string|int, Item>
- It select configurator of all modules already configured
- getAllItemsToInstall() : array<string|int, Item>
- getItemsToConfigure() : array<string|int, Item>
- getItemsToUnConfigure() : array<string|int, Item>
Methods
getAllItemsToConfigureAtInstance()
It select configurator of all modules already configured
public
getAllItemsToConfigureAtInstance(iterable<string|int, mixed> $componentsList) : array<string|int, Item>
Parameters
- $componentsList : iterable<string|int, mixed>
Tags
Return values
array<string|int, Item> —getAllItemsToInstall()
public
getAllItemsToInstall(iterable<string|int, mixed> $componentsList, mixed $ghostComponentsList) : array<string|int, Item>
Parameters
- $componentsList : iterable<string|int, mixed>
- $ghostComponentsList : mixed
Tags
Return values
array<string|int, Item> —getItemsToConfigure()
public
getItemsToConfigure(iterable<string|int, mixed> $componentsList, mixed $modulesList, mixed $forceReconfigure) : array<string|int, Item>
Parameters
- $componentsList : iterable<string|int, mixed>
- $modulesList : mixed
- $forceReconfigure : mixed
Tags
Return values
array<string|int, Item> —getItemsToUnConfigure()
public
getItemsToUnConfigure(iterable<string|int, mixed> $componentsList, mixed $modulesList) : array<string|int, Item>
Parameters
- $componentsList : iterable<string|int, mixed>
- $modulesList : mixed