Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Recurring.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Amqp\Setup;
7 
12 
17 {
21  protected $topologyInstaller;
22 
27  {
28  $this->topologyInstaller = $topologyInstaller;
29  }
30 
35  {
36  $this->topologyInstaller->install();
37  }
38 }
__construct(TopologyInstaller $topologyInstaller)
Definition: Recurring.php:26
install(SchemaSetupInterface $setup, ModuleContextInterface $context)
Definition: Recurring.php:34
$setup
Definition: trigger.php:12