Deprecated classes and interfaces

This commit is contained in:
Kevin Frantz 2019-01-26 19:47:50 +01:00
parent 89140837b7
commit a94639b992
5 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,8 @@ use App\Domain\EntityManagement\EntityMetaInformationInterface;
/** /**
* @author kevinfrantz * @author kevinfrantz
*
* @deprecated
*/ */
final class FormMetaInformation implements FormMetaInformationInterface final class FormMetaInformation implements FormMetaInformationInterface
{ {

View File

@ -6,6 +6,8 @@ use App\Domain\TemplateManagement\TemplatePathInformationInterface;
/** /**
* @author kevinfrantz * @author kevinfrantz
*
* @deprecated
*/ */
interface FormMetaInformationInterface interface FormMetaInformationInterface
{ {

View File

@ -6,6 +6,8 @@ use App\DBAL\Types\RESTResponseType;
/** /**
* @author kevinfrantz * @author kevinfrantz
*
* @deprecated
*/ */
interface ReloadTypeInterface interface ReloadTypeInterface
{ {

View File

@ -6,6 +6,8 @@ use App\Domain\FormManagement\FormMetaInformation;
/** /**
* @author kevinfrantz * @author kevinfrantz
*
* @deprecated
*/ */
final class TemplatePathFormAndView implements TemplatePathFormAndViewInterface final class TemplatePathFormAndView implements TemplatePathFormAndViewInterface
{ {

View File

@ -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