c
This commit is contained in:
20
inc/Hura8/Interfaces/iExcelDownload.php
Normal file
20
inc/Hura8/Interfaces/iExcelDownload.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by Glee Ltd.
|
||||
* User: Hieu
|
||||
* Date: 25-Apr-19
|
||||
* Time: 11:16 AM
|
||||
* Description:
|
||||
*/
|
||||
|
||||
namespace Hura8\Interfaces;
|
||||
|
||||
|
||||
interface iExcelDownload
|
||||
{
|
||||
/**
|
||||
* @param array $options
|
||||
* @return mixed
|
||||
*/
|
||||
public function start(array $options);
|
||||
}
|
||||
Reference in New Issue
Block a user