Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ExportInterface.php
Go to the documentation of this file.
1 <?php
7 
15 interface ExportInterface
16 {
23  public function getExportTypes();
24 
31  public function getId();
32 
38  public function getExportButtonHtml();
39 
47  public function addExportType($url, $label);
48 
57  public function getCsvFile();
58 
65  public function getCsv();
66 
73  public function getXml();
74 
84  public function getExcelFile($sheetName = '');
85 
92  public function getExcel();
93 }
$label
Definition: details.phtml:21