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
magento2-base
dev
tests
integration
_files
Magento
TestModuleMessageQueueConfiguration
AsyncHandler.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\TestModuleMessageQueueConfiguration
;
7
13
class
AsyncHandler
14
{
19
public
function
methodWithStringParam
($param)
20
{
21
return
;
22
}
23
28
public
function
methodWithBoolParam
($param)
29
{
30
return
;
31
}
32
37
public
function
methodWithMixedParam
($param)
38
{
39
return
;
40
}
41
}
Magento\TestModuleMessageQueueConfiguration\AsyncHandler\methodWithMixedParam
methodWithMixedParam($param)
Definition:
AsyncHandler.php:37
Magento\TestModuleMessageQueueConfiguration\AsyncHandler
Definition:
AsyncHandler.php:13
Magento\TestModuleMessageQueueConfiguration\AsyncHandler\methodWithBoolParam
methodWithBoolParam($param)
Definition:
AsyncHandler.php:28
Magento\TestModuleMessageQueueConfiguration\AsyncHandler\methodWithStringParam
methodWithStringParam($param)
Definition:
AsyncHandler.php:19
Magento\TestModuleMessageQueueConfiguration
Definition:
AsyncHandler.php:6