Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
AsyncHandler Class Reference

Public Member Functions

 methodWithStringParam ($param)
 
 methodWithBoolParam ($param)
 
 methodWithMixedParam ($param)
 

Detailed Description

Class for testing asynchronous queue handlers.

@SuppressWarnings(PHPMD)

Definition at line 13 of file AsyncHandler.php.

Member Function Documentation

◆ methodWithBoolParam()

methodWithBoolParam (   $param)
Parameters
bool
Returns
void

Definition at line 28 of file AsyncHandler.php.

29  {
30  return;
31  }

◆ methodWithMixedParam()

methodWithMixedParam (   $param)
Parameters
mixed
Returns
void

Definition at line 37 of file AsyncHandler.php.

38  {
39  return;
40  }

◆ methodWithStringParam()

methodWithStringParam (   $param)
Parameters
string
Returns
void

Definition at line 19 of file AsyncHandler.php.

20  {
21  return;
22  }

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