mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Refactored\moved Attribut folder
This commit is contained in:
10
application/symfony/src/Attribut/TextAttributInterface.php
Normal file
10
application/symfony/src/Attribut/TextAttributInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Attribut;
|
||||
|
||||
interface TextAttributInterface
|
||||
{
|
||||
public function getText(): string;
|
||||
|
||||
public function setText(string $text): void;
|
||||
}
|
Reference in New Issue
Block a user