name = new \wsos\database\types\text($name); $this->type = new \wsos\database\types\reference($type, \DAL\targetType::class); $this->description = new \wsos\database\types\text($description); $this->locator = new \wsos\database\types\json($locator); } } ?>