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

Public Member Functions

 __construct (\Magento\CheckoutAgreements\Model\ResourceModel\Agreement\CollectionFactory $collectionFactory, \Magento\Framework\Api\ExtensionAttribute\JoinProcessorInterface $extensionAttributesJoinProcessor, \Magento\Framework\Api\SearchCriteria\CollectionProcessorInterface $collectionProcessor)
 
- Public Member Functions inherited from CheckoutAgreementsListInterface
 getList (\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
 

Detailed Description

{}

Definition at line 12 of file CheckoutAgreementsList.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( \Magento\CheckoutAgreements\Model\ResourceModel\Agreement\CollectionFactory  $collectionFactory,
\Magento\Framework\Api\ExtensionAttribute\JoinProcessorInterface  $extensionAttributesJoinProcessor,
\Magento\Framework\Api\SearchCriteria\CollectionProcessorInterface  $collectionProcessor 
)
Parameters
ResourceModel\Agreement\CollectionFactory$collectionFactory
\Magento\Framework\Api\ExtensionAttribute\JoinProcessorInterface$extensionAttributesJoinProcessor
\Magento\Framework\Api\SearchCriteria\CollectionProcessorInterface$collectionProcessor

Definition at line 36 of file CheckoutAgreementsList.php.

40  {
41  $this->collectionFactory = $collectionFactory;
42  $this->extensionAttributesJoinProcessor = $extensionAttributesJoinProcessor;
43  $this->collectionProcessor = $collectionProcessor;
44  }

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