Documentation

Configurator
in package

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

$cache  : mixed
$composer  : mixed
$configurators  : mixed
$io  : mixed
$options  : mixed
$postInstallConfigurators  : mixed
__construct()  : mixed
install()  : mixed
populateUpdate()  : void
postInstall()  : mixed
Run after all recipes have been installed to run post-install configurators.
unconfigure()  : mixed
get()  : AbstractConfigurator

Properties

$postInstallConfigurators

private mixed $postInstallConfigurators

Methods

__construct()

public __construct(Composer $composer, IOInterface $io, Options $options) : mixed
Parameters
$composer : Composer
$io : IOInterface
$options : Options
Return values
mixed

install()

public install(Recipe $recipe, Lock $lock[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$recipe : Recipe
$lock : Lock
$options : array<string|int, mixed> = []
Return values
mixed

postInstall()

Run after all recipes have been installed to run post-install configurators.

public postInstall(Recipe $recipe, Lock $lock[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
$recipe : Recipe
$lock : Lock
$options : array<string|int, mixed> = []
Return values
mixed

Search results