* Roger * Dupont * * ``` * * @param type $entity */ public function renderBox($entity, array $options): string; /** * Return the entity as a string. * * Example: returning the name of a person. * * @param object $entity */ public function renderString($entity, array $options): string; /** * Return true if the class support this object for the given options. * * @param type $entity */ public function supports($entity, array $options): bool; }