Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
StandardDeploy Class Reference
Inheritance diagram for StandardDeploy:
StrategyInterface

Public Member Functions

 __construct (PackagePool $packagePool, Queue $queue)
 
- Public Member Functions inherited from StrategyInterface
 deploy (array $options)
 

Detailed Description

Standard deployment strategy implementation

Definition at line 15 of file StandardDeploy.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( PackagePool  $packagePool,
Queue  $queue 
)

StandardDeploy constructor

Parameters
PackagePool$packagePool
Queue$queue

Definition at line 37 of file StandardDeploy.php.

40  {
41  $this->packagePool = $packagePool;
42  $this->queue = $queue;
43  }

The documentation for this class was generated from the following file: