Documentation

InformationOperation
in package
implements OperationInterface

Tags
author

Maxime Hélias maximehelias16@gmail.com

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

Methods

__construct()

public __construct(PackageInterface $package) : mixed
Parameters
$package : PackageInterface
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

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
Return values
string

Search results