"string", "mdate" => "date", "ovalue" => "?string", "odate" => "?date", "obool" => "?bool", ]; const SYNTAXES = [ "mdate" => DateSyntax::class, "odate" => DateSyntax::class, "obool" => BooleanSyntax::class, ]; const MANDATORY_KEYS = [ "mvalue", "mdate", ]; const OPTIONAL_KEYS = [ "ovalue", "odate", "obool", ]; const KEY_KEYS = ["mvalue"]; ############################################################################# const _AUTOGEN_PROPERTIES = [[self::class, "_AUTOGEN_PROPERTIES"]]; }