Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (MetadataPool $metadataPool, ExternalFKSetup $externalFKSetup) | |
install (SchemaSetupInterface $setup, ModuleContextInterface $context) | |
Protected Member Functions | |
addExternalForeignKeys (SchemaSetupInterface $installer, $tableName, $columnName) | |
Protected Attributes | |
$metadataPool | |
$externalFKSetup | |
@codeCoverageIgnore
Definition at line 18 of file Recurring.php.
__construct | ( | MetadataPool | $metadataPool, |
ExternalFKSetup | $externalFKSetup | ||
) |
MetadataPool | $metadataPool | |
ExternalFKSetup | $externalFKSetup |
Definition at line 34 of file Recurring.php.
|
protected |
Add external foreign keys
SchemaSetupInterface | $installer | |
string | $tableName | |
string | $columnName |
Definition at line 73 of file Recurring.php.
install | ( | SchemaSetupInterface | $setup, |
ModuleContextInterface | $context | ||
) |
{Installs DB schema for a module
SchemaSetupInterface | $setup | |
ModuleContextInterface | $context |
Implements InstallSchemaInterface.
Definition at line 45 of file Recurring.php.
|
protected |
Definition at line 28 of file Recurring.php.
|
protected |
Definition at line 23 of file Recurring.php.