mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Optimized Template Management and implemented TemplateNameService
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Domain\ViewManagement;
|
||||
|
||||
use FOS\RestBundle\View\View;
|
||||
use App\Domain\ActionManagement\ActionServiceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
@@ -13,4 +14,14 @@ interface ViewBuilderInterface
|
||||
* @return View
|
||||
*/
|
||||
public function getView(): View;
|
||||
|
||||
/**
|
||||
* @return ActionServiceInterface
|
||||
*/
|
||||
public function getActionService(): ActionServiceInterface;
|
||||
|
||||
/**
|
||||
* Builds the view.
|
||||
*/
|
||||
public function build(): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user