\Composer\DependencyResolver\OperationInstallOperation

Solver install operation.

Summary

Methods
Properties
Constants
__construct()
getReason()
getPackage()
getJobType()
__toString()
No public properties found
No constants found
formatVersion()
$reason
$package
N/A
No private methods found
No private properties found
N/A

Properties

$reason

$reason : 

Type

$package

$package : 

Type

Methods

__construct()

__construct(\Composer\Package\PackageInterface  $package, string  $reason = null) 

Initializes operation.

Parameters

\Composer\Package\PackageInterface $package

package instance

string $reason

operation reason

getReason()

getReason() : string

Returns operation reason.

Returns

string

getJobType()

getJobType() : string

Returns job type.

Returns

string

__toString()

__toString() 

{@inheritDoc}