mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Deprecated classes and interfaces
This commit is contained in:
parent
89140837b7
commit
a94639b992
@ -7,6 +7,8 @@ use App\Domain\EntityManagement\EntityMetaInformationInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
final class FormMetaInformation implements FormMetaInformationInterface
|
||||
{
|
||||
|
@ -6,6 +6,8 @@ use App\Domain\TemplateManagement\TemplatePathInformationInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
interface FormMetaInformationInterface
|
||||
{
|
||||
|
@ -6,6 +6,8 @@ use App\DBAL\Types\RESTResponseType;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
interface ReloadTypeInterface
|
||||
{
|
||||
|
@ -6,6 +6,8 @@ use App\Domain\FormManagement\FormMetaInformation;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
final class TemplatePathFormAndView implements TemplatePathFormAndViewInterface
|
||||
{
|
||||
|
@ -3,6 +3,8 @@
|
||||
namespace App\Domain\TemplateManagement;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
interface TemplatePathFormAndViewInterface extends ReloadTypeInterface
|
||||
|
Loading…
Reference in New Issue
Block a user