PHP Class LEtudiant\Composer\Installer\Solver\SharedPackageSolver

Author: Sylvain Lorinet ([email protected])
Afficher le fichier Open project: letudiant/composer-shared-package-plugin Class Usage Examples

Protected Properties

Свойство Type Description
$areAllShared boolean
$packageCallbacks array

Méthodes publiques

Méthode Description
__construct ( SharedPackageInstallerConfig $config )
isSharedPackage ( Composer\Package\PackageInterface $package ) : boolean

Méthodes protégées

Méthode Description
createCallbacks ( array $packageList ) : array

Method Details

__construct() public méthode

public __construct ( SharedPackageInstallerConfig $config )
$config LEtudiant\Composer\Installer\Config\SharedPackageInstallerConfig

createCallbacks() protected méthode

protected createCallbacks ( array $packageList ) : array
$packageList array
Résultat array

isSharedPackage() public méthode

public isSharedPackage ( Composer\Package\PackageInterface $package ) : boolean
$package Composer\Package\PackageInterface
Résultat boolean

Property Details

$areAllShared protected_oe property

protected bool $areAllShared
Résultat boolean

$packageCallbacks protected_oe property

protected array $packageCallbacks
Résultat array