mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-16 22:02:59 +00:00
Refactored\moved Attribut folder
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Attribut;
|
||||
|
||||
use App\Entity\Source\SourceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface RecieverAttributInterface
|
||||
{
|
||||
public function setReciever(SourceInterface $reciever): void;
|
||||
|
||||
public function getReciever(): SourceInterface;
|
||||
}
|
||||
Reference in New Issue
Block a user