column format
This commit is contained in:
10
src/formats/BaseFormat.php
Normal file
10
src/formats/BaseFormat.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Itguild\Tables\formats;
|
||||
|
||||
abstract class BaseFormat
|
||||
{
|
||||
|
||||
abstract static function fetch(string|null $data, string $options = "");
|
||||
|
||||
}
|
Reference in New Issue
Block a user