name = new \wsos\database\types\text($name); $this->type = new \wsos\database\types\reference($type, \DAL\targetType::class); $this->orbit = new \wsos\database\types\enum($orbit, [ "leo", "meo", "geo", "sso", "gto", "none", "other" ], "other"); $this->description = new \wsos\database\types\text($description); $this->locator = new \wsos\database\types\json($locator); } } ?>