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 (CollectionFactory $statesFactory, StateFactory $stateFactory, ConfigInterface $config, EncryptorInterface $encryptor, EncoderInterface $encoder)
 
- Public Member Functions inherited from InstallSchemaInterface
 install (SchemaSetupInterface $setup, ModuleContextInterface $context)
 

Detailed Description

@codeCoverageIgnore @SuppressWarnings(PHPMD.CouplingBetweenObjects)

Definition at line 25 of file Recurring.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( CollectionFactory  $statesFactory,
StateFactory  $stateFactory,
ConfigInterface  $config,
EncryptorInterface  $encryptor,
EncoderInterface  $encoder 
)

Init

Parameters
CollectionFactory$statesFactory
StateFactory$stateFactory
ConfigInterface$config
EncryptorInterface$encryptor
EncoderInterface$encoder

Definition at line 63 of file Recurring.php.

69  {
70  $this->statesFactory = $statesFactory;
71  $this->stateFactory = $stateFactory;
72  $this->config = $config;
73  $this->encryptor = $encryptor;
74  $this->encoder = $encoder;
75  }
$config
Definition: fraud_order.php:17

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