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

Public Member Functions

 __construct (TopologyInstaller $topologyInstaller)
 
 install (SchemaSetupInterface $setup, ModuleContextInterface $context)
 

Protected Attributes

 $topologyInstaller
 

Detailed Description

Class Recurring

Definition at line 16 of file Recurring.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( TopologyInstaller  $topologyInstaller)
Parameters
TopologyInstaller$topologyInstaller

Definition at line 26 of file Recurring.php.

27  {
28  $this->topologyInstaller = $topologyInstaller;
29  }

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 34 of file Recurring.php.

35  {
36  $this->topologyInstaller->install();
37  }

Field Documentation

◆ $topologyInstaller

$topologyInstaller
protected

Definition at line 21 of file Recurring.php.


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