Jelix 1.7.18

InstallationResolver
in package

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(iteratable<string|int, mixed> $componentsList) : array<string|int, Item>
Parameters
$componentsList : iteratable<string|int, mixed>
Tags
throws
ItemException
Return values
array<string|int, Item>

getAllItemsToInstall()

public getAllItemsToInstall(iteratable<string|int, mixed> $componentsList, mixed $ghostComponentsList) : array<string|int, Item>
Parameters
$componentsList : iteratable<string|int, mixed>
$ghostComponentsList : mixed
Tags
throws
ItemException
Return values
array<string|int, Item>

getItemsToConfigure()

public getItemsToConfigure(iteratable<string|int, mixed> $componentsList, mixed $modulesList, mixed $forceReconfigure) : array<string|int, Item>
Parameters
$componentsList : iteratable<string|int, mixed>
$modulesList : mixed
$forceReconfigure : mixed
Tags
throws
ItemException
Return values
array<string|int, Item>

getItemsToUnConfigure()

public getItemsToUnConfigure(iteratable<string|int, mixed> $componentsList, mixed $modulesList) : array<string|int, Item>
Parameters
$componentsList : iteratable<string|int, mixed>
$modulesList : mixed
Tags
throws
ItemException
Return values
array<string|int, Item>

Search results