mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 01:09:41 +00:00 
			
		
		
		
	Deprecated classes and interfaces
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user