field_type = "\Tainacan\Field_Types\\$type"; $this->field = new $this->field_type(/* Here goes the primitive type */); return $this->field; } } ?>