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

Public Member Functions

 handlerMethodOne ()
 
 handlerMethodTwo ()
 
 handlerMethodThree ()
 

Detailed Description

Class for testing queue handlers.

Definition at line 11 of file HandlerTwo.php.

Member Function Documentation

◆ handlerMethodOne()

handlerMethodOne ( )

Return true.

Returns
bool

Definition at line 18 of file HandlerTwo.php.

19  {
20  return true;
21  }

◆ handlerMethodThree()

handlerMethodThree ( )

Return true.

Returns
bool

Definition at line 38 of file HandlerTwo.php.

39  {
40  return true;
41  }

◆ handlerMethodTwo()

handlerMethodTwo ( )

Return true.

Returns
bool

Definition at line 28 of file HandlerTwo.php.

29  {
30  return true;
31  }

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