\Composer\DependencyResolverTransaction

Summary

Methods
Properties
Constants
__construct()
getOperations()
No public properties found
No constants found
transactionFromMaps()
findRootPackages()
findUpdates()
install()
update()
uninstall()
markAliasInstalled()
markAliasUninstalled()
$policy
$pool
$installedMap
$decisions
$transaction
N/A
No private methods found
No private properties found
N/A

Properties

$policy

$policy : 

Type

$pool

$pool : 

Type

$installedMap

$installedMap : 

Type

$decisions

$decisions : 

Type

$transaction

$transaction : 

Type

Methods

__construct()

__construct(  $policy,   $pool,   $installedMap,   $decisions) 

Parameters

$policy
$pool
$installedMap
$decisions

getOperations()

getOperations() 

transactionFromMaps()

transactionFromMaps(  $installMap,   $updateMap,   $uninstallMap) 

Parameters

$installMap
$updateMap
$uninstallMap

findRootPackages()

findRootPackages(  $installMap,   $updateMap) 

Parameters

$installMap
$updateMap

findUpdates()

findUpdates() 

install()

install(  $package,   $reason) 

Parameters

$package
$reason

update()

update(  $from,   $to,   $reason) 

Parameters

$from
$to
$reason

uninstall()

uninstall(  $package,   $reason) 

Parameters

$package
$reason

markAliasInstalled()

markAliasInstalled(  $package,   $reason) 

Parameters

$package
$reason

markAliasUninstalled()

markAliasUninstalled(  $package,   $reason) 

Parameters

$package
$reason