-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
BackendIssue or PR related to the backend codeIssue or PR related to the backend codedatabaseissues that require a database migrationissues that require a database migrationenhancementNew feature or requestNew feature or requestmaintenancephpPull requests that update Php codePull requests that update Php code
Description
Is your feature request related to a problem? Please describe.
Currently many structures are passed around as associated arrays. This is tendious and error-prone.
Describe the solution you'd like
Creation of a set of useful PHP "value" classes to collect these information in an object. This allows to pass these objects around and get a more robust codebase.
This is of course closely related to #299.
Metadata
Metadata
Assignees
Labels
BackendIssue or PR related to the backend codeIssue or PR related to the backend codedatabaseissues that require a database migrationissues that require a database migrationenhancementNew feature or requestNew feature or requestmaintenancephpPull requests that update Php codePull requests that update Php code