InformationOperation
in package
implements
OperationInterface
Tags
Interfaces, Classes and Traits
- OperationInterface
Table of Contents
- $package : mixed
- $recipeRef : mixed
- $version : mixed
- __construct() : mixed
- __toString() : mixed
- {@inheritdoc}
- getJobType() : mixed
- getOperationType() : string
- {@inheritdoc}
- getPackage() : PackageInterface
- Returns package instance.
- getReason() : mixed
- Compatibility for Composer 1.x, not needed in Composer 2.
- getRecipeRef() : string|null
- getVersion() : string|null
- setSpecificRecipeVersion() : mixed
- Call to get information about a specific version of a recipe.
- show() : string
- {@inheritdoc}
Properties
$package
private
mixed
$package
$recipeRef
private
mixed
$recipeRef
= null
$version
private
mixed
$version
= null
Methods
__construct()
public
__construct(PackageInterface $package) : mixed
Parameters
- $package : PackageInterface
Return values
mixed —__toString()
{@inheritdoc}
public
__toString() : mixed
Return values
mixed —getJobType()
public
getJobType() : mixed
Return values
mixed —getOperationType()
{@inheritdoc}
public
getOperationType() : string
Return values
string —getPackage()
Returns package instance.
public
getPackage() : PackageInterface
Return values
PackageInterface —getReason()
Compatibility for Composer 1.x, not needed in Composer 2.
public
getReason() : mixed
Return values
mixed —getRecipeRef()
public
getRecipeRef() : string|null
Return values
string|null —getVersion()
public
getVersion() : string|null
Return values
string|null —setSpecificRecipeVersion()
Call to get information about a specific version of a recipe.
public
setSpecificRecipeVersion(string $recipeRef, string $version) : mixed
Both $recipeRef and $version would normally come from the symfony.lock file.
Parameters
- $recipeRef : string
- $version : string
Return values
mixed —show()
{@inheritdoc}
public
show(mixed $lock) : string
Parameters
- $lock : mixed