Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Dummy.php
Go to the documentation of this file.
1 <?php
7 
9 use Magento\Framework\Mview\ActionInterface as MviewActionInterface;
10 
11 class Dummy implements ActionInterface, MviewActionInterface
12 {
18  public function executeFull()
19  {
20  }
21 
29  public function executeList(array $ids)
30  {
31  }
32 
40  public function executeRow($id)
41  {
42  }
43 
51  public function execute($ids)
52  {
53  }
54 }
$id
Definition: fieldset.phtml:14