15
common/Files/Response/FileResponse.php
Executable file
15
common/Files/Response/FileResponse.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Common\Files\Response;
|
||||
|
||||
use Common\Files\FileEntry;
|
||||
|
||||
interface FileResponse
|
||||
{
|
||||
/**
|
||||
* @param FileEntry $entry
|
||||
* @param array $options
|
||||
* @return mixed
|
||||
*/
|
||||
public function make(FileEntry $entry, $options);
|
||||
}
|
||||
Reference in New Issue
Block a user