Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AsyncHandler.php
Go to the documentation of this file.
1 <?php
7 
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 }