Refactoring
This commit is contained in:
16
src/Reports/Admin/Api/PDFReportBuilderInterface.php
Normal file
16
src/Reports/Admin/Api/PDFReportBuilderInterface.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Thilina
|
||||
* Date: 8/19/17
|
||||
* Time: 6:53 PM
|
||||
*/
|
||||
|
||||
namespace Reports\Admin\Api;
|
||||
|
||||
interface PDFReportBuilderInterface
|
||||
{
|
||||
public function getData($report, $request);
|
||||
public function createReportFile($report, $data);
|
||||
public function getTemplate();
|
||||
}
|
||||
Reference in New Issue
Block a user