mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Generate a context for docgen, on accompanying period
This commit is contained in:
@@ -16,11 +16,6 @@ namespace Chill\DocGeneratorBundle\Context;
|
||||
*/
|
||||
interface DocGeneratorContextInterface
|
||||
{
|
||||
|
||||
public static function getKey(): string;
|
||||
|
||||
public function getName(): string;
|
||||
|
||||
/**
|
||||
* Get the data that will be injected to the generated document.
|
||||
*
|
||||
@@ -35,6 +30,10 @@ interface DocGeneratorContextInterface
|
||||
*/
|
||||
public function getForm($entity);
|
||||
|
||||
public static function getKey(): string;
|
||||
|
||||
public function getName(): string;
|
||||
|
||||
/**
|
||||
* has form.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user