Definition at line 16 of file DeployManager.php.
◆ __construct()
__construct |
( |
IOInterface |
$io | ) |
|
◆ addPackage()
addPackage |
( |
Entry |
$package | ) |
|
◆ setSortPriority()
setSortPriority |
( |
|
$priorities | ) |
|
◆ sortPackages()
Uses the sortPriority Array to sort the packages.
Highest priority first. Copy gets per default higher priority then others
- Returns
- array
Definition at line 70 of file DeployManager.php.
75 $aPriority = $this->getPackagePriority($a);
76 $bPriority = $this->getPackagePriority($b);
77 if ($aPriority == $bPriority) {
80 return ($aPriority > $bPriority) ? -1 : 1;
◆ $io
◆ $packages
◆ $sortPriority
The documentation for this class was generated from the following file:
- vendor/magento/magento-composer-installer/src/MagentoHackathon/Composer/Magento/DeployManager.php