Documentation

InformationOperation
in package
implements OperationInterface

Tags
author

Maxime Hélias maximehelias16@gmail.com

Table of Contents

Interfaces

OperationInterface

Properties

$package  : mixed
$recipeRef  : mixed
$version  : mixed

Methods

__construct()  : mixed
__toString()  : mixed
{@inheritdoc}
getJobType()  : mixed
getOperationType()  : mixed
{@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()  : mixed
{@inheritdoc}

Properties

Methods

__construct()

public __construct(PackageInterface $package) : mixed
Parameters
$package : PackageInterface

getPackage()

Returns package instance.

public getPackage() : PackageInterface
Return values
PackageInterface

getReason()

Compatibility for Composer 1.x, not needed in Composer 2.

public getReason() : mixed

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

        
On this page

Search results