mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
first commit
This commit is contained in:
12
app/Bunny/Filesystem/File.php
Normal file
12
app/Bunny/Filesystem/File.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Bunny\Filesystem;
|
||||
|
||||
interface File
|
||||
{
|
||||
public function getFilename($search = '', $replace = ''): string;
|
||||
|
||||
public function getChecksum(): string;
|
||||
|
||||
public function isDirectory(): bool;
|
||||
}
|
||||
Reference in New Issue
Block a user