Generate a context for docgen, on accompanying period

This commit is contained in:
2021-11-30 23:23:02 +01:00
parent 3404d3669c
commit de4e83b3fb
19 changed files with 433 additions and 128 deletions

View File

@@ -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.
*/