| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 17 | class Index extends AbstractCustomer implements HttpGetActionInterface |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var ResultPageFactory |
||
| 21 | */ |
||
| 22 | protected $resultPageFactory; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param Action\Context $context |
||
| 26 | * @param ResultPageFactory $resultPageFactory |
||
| 27 | */ |
||
| 28 | public function __construct( |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @inheritDoc |
||
| 38 | */ |
||
| 39 | public function execute() |
||
| 49 |