Routing interface

This commit is contained in:
2020-06-19 16:37:44 +02:00
parent 78c5934480
commit 8d1c4836e7
8 changed files with 258 additions and 61 deletions

View File

@@ -16,6 +16,8 @@ class Parameter {
// only internal access
const TYPE_RAW = 8;
// only json will work here i guess
const TYPE_ARRAY = 9;
const names = array('Integer', 'Float', 'Boolean', 'String', 'Date', 'Time', 'DateTime', 'E-Mail', 'Raw', 'Array');