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

Public Member Functions

 __construct (SequenceCreator $sequenceCreator)
 
 install (SchemaSetupInterface $setup, ModuleContextInterface $context)
 

Detailed Description

Definition at line 16 of file Recurring.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( SequenceCreator  $sequenceCreator)
Parameters
SequenceCreator$sequenceCreator

Definition at line 26 of file Recurring.php.

28  {
29  $this->sequenceCreator = $sequenceCreator;
30  }

Member Function Documentation

◆ install()

install ( SchemaSetupInterface  $setup,
ModuleContextInterface  $context 
)

{Installs DB schema for a module

Parameters
SchemaSetupInterface$setup
ModuleContextInterface$context
Returns
void
}

Implements InstallSchemaInterface.

Definition at line 35 of file Recurring.php.

36  {
37  $this->sequenceCreator->create();
38  }

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