Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-paypal
Model
ResourceModel
Report
Settlement
Options
TransactionEvents.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Paypal\Model\ResourceModel\Report\Settlement\Options
;
7
13
class
TransactionEvents
implements
\Magento\Framework\Option\ArrayInterface
14
{
18
protected
$_model
;
19
23
public
function
__construct
(\
Magento
\Paypal\Model\Report\
Settlement
\
Row
$model
)
24
{
25
$this->_model =
$model
;
26
}
27
31
public
function
toOptionArray
()
32
{
33
return
$this->_model->getTransactionEvents();
34
}
35
}
Magento\Paypal\Model\ResourceModel\Report\Settlement\Options\TransactionEvents\toOptionArray
toOptionArray()
Definition:
TransactionEvents.php:31
$model
$model
Definition:
enable_catalog_product_reindex_schedule.php:9
Magento\Paypal\Model\ResourceModel\Report\Settlement\Options\TransactionEvents
Definition:
TransactionEvents.php:13
Magento\Framework\Option\ArrayInterface
Definition:
ArrayInterface.php:11
Magento\Paypal\Model\ResourceModel\Report\Settlement\Options\TransactionEvents\__construct
__construct(\Magento\Paypal\Model\Report\Settlement\Row $model)
Definition:
TransactionEvents.php:23
Magento\Paypal\Model\ResourceModel\Report\Settlement
Definition:
Settlement.php:12
Magento\Paypal\Model\ResourceModel\Report\Settlement\Row
Definition:
Row.php:13
Magento
Magento\Paypal\Model\ResourceModel\Report\Settlement\Options\TransactionEvents\$_model
$_model
Definition:
TransactionEvents.php:18
Magento\Paypal\Model\ResourceModel\Report\Settlement\Options
Definition:
TransactionEvents.php:6