mediatekformation

InformationOperation
in package
implements OperationInterface

Tags
author

Maxime Hélias maximehelias16@gmail.com

Interfaces, Classes, Traits and Enums

OperationInterface

Table of Contents

$package  : mixed
__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.
show()  : mixed
{@inheritdoc}

Properties

Methods

__construct()

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

getOperationType()

{@inheritdoc}

public getOperationType() : mixed
Return values
mixed

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

show()

{@inheritdoc}

public show(mixed $lock) : mixed
Parameters
$lock : mixed
Return values
mixed

Search results