Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Observer Class Reference

Public Member Functions

 __construct (\Magento\Newsletter\Model\ResourceModel\Queue\CollectionFactory $queueCollectionFactory)
 

Protected Attributes

 $_queueCollectionFactory
 

Detailed Description

Newsletter module observer

@SuppressWarnings(PHPMD.LongVariable)

Definition at line 13 of file Observer.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( \Magento\Newsletter\Model\ResourceModel\Queue\CollectionFactory  $queueCollectionFactory)

Construct

Parameters
\Magento\Newsletter\Model\ResourceModel\Queue\CollectionFactory$queueCollectionFactory

Definition at line 27 of file Observer.php.

29  {
30  $this->_queueCollectionFactory = $queueCollectionFactory;
31  }

Field Documentation

◆ $_queueCollectionFactory

$_queueCollectionFactory
protected

Definition at line 20 of file Observer.php.


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