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 declare(strict_types=1);
7 
9 
13 
17 {
21  private $sequenceCreator;
22 
26  public function __construct(
27  SequenceCreator $sequenceCreator
28  ) {
29  $this->sequenceCreator = $sequenceCreator;
30  }
31 
36  {
37  $this->sequenceCreator->create();
38  }
39 }
__construct(SequenceCreator $sequenceCreator)
Definition: Recurring.php:26
install(SchemaSetupInterface $setup, ModuleContextInterface $context)
Definition: Recurring.php:35
$setup
Definition: trigger.php:12