Documentation

UpdateRecipesCommand extends BaseCommand
in package

Table of Contents

$configurator  : mixed
$downloader  : mixed
$flex  : Flex
$githubApi  : mixed
$processExecutor  : mixed
$rootDir  : mixed
__construct()  : mixed
configure()  : mixed
execute()  : int
askForPackage()  : string|null
generateChangelog()  : array<string|int, mixed>|null
getProcessExecutor()  : ProcessExecutor
getRecipe()  : Recipe|null
isIndexClean()  : bool

Properties

Methods

askForPackage()

private askForPackage(IOInterface $io, Lock $symfonyLock) : string|null
Parameters
$io : IOInterface
$symfonyLock : Lock
Return values
string|null

generateChangelog()

private generateChangelog(Recipe $originalRecipe) : array<string|int, mixed>|null
Parameters
$originalRecipe : Recipe
Return values
array<string|int, mixed>|null

getProcessExecutor()

private getProcessExecutor() : ProcessExecutor
Return values
ProcessExecutor

getRecipe()

private getRecipe(PackageInterface $package[, string $recipeRef = null ][, string $recipeVersion = null ]) : Recipe|null
Parameters
$package : PackageInterface
$recipeRef : string = null
$recipeVersion : string = null
Return values
Recipe|null

isIndexClean()

private isIndexClean(IOInterface $io) : bool
Parameters
$io : IOInterface
Return values
bool

Search results