Documentation

Request
in package

Tags
author

Nils Adermann naderman@naderman.de

Table of Contents

$jobs  : mixed
__construct()  : mixed
fix()  : mixed
Mark an existing package as being installed and having to remain installed
getJobs()  : mixed
install()  : mixed
remove()  : mixed
update()  : mixed
updateAll()  : mixed
addJob()  : mixed

Properties

Methods

__construct()

public __construct() : mixed
Return values
mixed

fix()

Mark an existing package as being installed and having to remain installed

public fix(string $packageName[, ConstraintInterface|null $constraint = null ]) : mixed

These jobs will not be tempered with by the solver

Parameters
$packageName : string
$constraint : ConstraintInterface|null = null
Return values
mixed

getJobs()

public getJobs() : mixed
Return values
mixed

updateAll()

public updateAll() : mixed
Return values
mixed

addJob()

protected addJob(mixed $packageName, mixed $cmd[, ConstraintInterface $constraint = null ][, mixed $fixed = false ]) : mixed
Parameters
$packageName : mixed
$cmd : mixed
$constraint : ConstraintInterface = null
$fixed : mixed = false
Return values
mixed

Search results