$this->setTemplateInstance($templateInstance);
// Read the XML descriptor
- $this->getTemplateInstance()->loadXmlTemplate();
+ $templateInstance->loadXmlTemplate();
// Render the XML content
- $this->getTemplateInstance()->renderXmlContent();
+ $templateInstance->renderXmlContent();
}
/**
$this->setTemplateInstance($templateInstance);
// Read the XML descriptor
- $this->getTemplateInstance()->loadXmlTemplate();
+ $templateInstance->loadXmlTemplate();
// Render the XML content
- $this->getTemplateInstance()->renderXmlContent();
+ $templateInstance->renderXmlContent();
}
/**
$this->setTemplateInstance($templateInstance);
// Read the XML descriptor
- $this->getTemplateInstance()->loadXmlTemplate();
+ $templateInstance->loadXmlTemplate();
// Render the XML content
- $this->getTemplateInstance()->renderXmlContent();
+ $templateInstance->renderXmlContent();
}
/**
$this->setTemplateInstance($templateInstance);
// Read the XML descriptor
- $this->getTemplateInstance()->loadXmlTemplate();
+ $templateInstance->loadXmlTemplate();
// Render the XML content
- $this->getTemplateInstance()->renderXmlContent();
+ $templateInstance->renderXmlContent();
}
/**
$this->setTemplateInstance($templateInstance);
// Read the XML descriptor
- $this->getTemplateInstance()->loadXmlTemplate();
+ $templateInstance->loadXmlTemplate();
// Render the XML content
- $this->getTemplateInstance()->renderXmlContent();
+ $templateInstance->renderXmlContent();
}
/**