mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
PersonRenderInterface: remove methods
This commit is contained in:
parent
3aa12d2e8c
commit
b54e076ca0
@ -19,15 +19,4 @@ use Chill\PersonBundle\Entity\Person;
|
||||
*/
|
||||
interface PersonRenderInterface extends ChillEntityRenderInterface
|
||||
{
|
||||
/**
|
||||
* @param Person $person
|
||||
*/
|
||||
public function renderBox($person, array $options): string;
|
||||
|
||||
/**
|
||||
* @param Person $person
|
||||
*/
|
||||
public function renderString($person, array $options): string;
|
||||
|
||||
public function supports($entity, array $options): bool;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user