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

Public Member Functions

 handlerMethodOne ()
 
 handlerMethodTwo ()
 
 handlerMethodThree ()
 

Detailed Description

Class for testing queue handlers.

Definition at line 11 of file HandlerOne.php.

Member Function Documentation

◆ handlerMethodOne()

handlerMethodOne ( )

Return true.

Returns
bool

Definition at line 18 of file HandlerOne.php.

19  {
20  return true;
21  }

◆ handlerMethodThree()

handlerMethodThree ( )

Return true.

Returns
bool

Definition at line 38 of file HandlerOne.php.

39  {
40  return true;
41  }

◆ handlerMethodTwo()

handlerMethodTwo ( )

Return true.

Returns
bool

Definition at line 28 of file HandlerOne.php.

29  {
30  return true;
31  }

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