mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized Law draft
This commit is contained in:
13
application/src/Entity/Attribut/ParentAttributInterface.php
Normal file
13
application/src/Entity/Attribut/ParentAttributInterface.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Entity\Attribut;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface ParentAttributInterface
|
||||
{
|
||||
public function setParent(ParentAttributInterface $parent): void;
|
||||
|
||||
public function getParent(): ParentAttributInterface;
|
||||
}
|
Reference in New Issue
Block a user