type = 'CAA'; $this->name = $record->name; $this->absoluteName = $record->absoluteName; $this->ttl = $record->ttl; $this->class = $record->class; $this->line = $record->line; $this->customData = $record->customData; $this->rdlength = $record->rdlength; $this->rdata = new CpanelRecordAdapterType(); $this->rdata->value = $record->rdata->target; $this->rdata->flag = $record->rdata->flag; $this->rdata->tag = $record->rdata->tag; } }