mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Optimized Attributes and tests for it
This commit is contained in:
15
application/symfony/src/Attribut/ChildsAttributInterface.php
Normal file
15
application/symfony/src/Attribut/ChildsAttributInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Attribut;
|
||||
|
||||
use Doctrine\Common\Collections\Collection;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface ChildsAttributInterface
|
||||
{
|
||||
public function setChilds(Collection $childs): void;
|
||||
|
||||
public function getChilds(): Collection;
|
||||
}
|
Reference in New Issue
Block a user