mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 22:17:26 +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
|
* @author kevinfrantz
|
||||||
|
*
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
final class FormMetaInformation implements FormMetaInformationInterface
|
final class FormMetaInformation implements FormMetaInformationInterface
|
||||||
{
|
{
|
||||||
|
@ -6,6 +6,8 @@ use App\Domain\TemplateManagement\TemplatePathInformationInterface;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kevinfrantz
|
* @author kevinfrantz
|
||||||
|
*
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
interface FormMetaInformationInterface
|
interface FormMetaInformationInterface
|
||||||
{
|
{
|
||||||
|
@ -6,6 +6,8 @@ use App\DBAL\Types\RESTResponseType;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kevinfrantz
|
* @author kevinfrantz
|
||||||
|
*
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
interface ReloadTypeInterface
|
interface ReloadTypeInterface
|
||||||
{
|
{
|
||||||
|
@ -6,6 +6,8 @@ use App\Domain\FormManagement\FormMetaInformation;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kevinfrantz
|
* @author kevinfrantz
|
||||||
|
*
|
||||||
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
final class TemplatePathFormAndView implements TemplatePathFormAndViewInterface
|
final class TemplatePathFormAndView implements TemplatePathFormAndViewInterface
|
||||||
{
|
{
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
namespace App\Domain\TemplateManagement;
|
namespace App\Domain\TemplateManagement;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*
|
||||||
* @author kevinfrantz
|
* @author kevinfrantz
|
||||||
*/
|
*/
|
||||||
interface TemplatePathFormAndViewInterface extends ReloadTypeInterface
|
interface TemplatePathFormAndViewInterface extends ReloadTypeInterface
|
||||||
|
Loading…
Reference in New Issue
Block a user