Exemplo n.º 1
0
 /**
  * @return string
  */
 public function compileTemplate()
 {
     return sprintf(include PHPFHIR_TEMPLATE_DIR . '/autoload_template.php', $this->outputNamespace, CopyrightUtils::getBasePHPFHIRCopyrightComment(), var_export($this->_classMap, true));
 }
Exemplo n.º 2
0
 /**
  * @return string
  */
 public function compileTemplate()
 {
     return sprintf(include PHPFHIR_TEMPLATE_DIR . '/response_parser_template.php', $this->outputNamespace, CopyrightUtils::getBasePHPFHIRCopyrightComment());
 }
Exemplo n.º 3
0
 /**
  * @inheritDoc
  */
 public function compileTemplate()
 {
     $this->addExtendedClassProperties();
     return sprintf(include PHPFHIR_TEMPLATE_DIR . '/parser_map_template.php', $this->outputNamespace, CopyrightUtils::getBasePHPFHIRCopyrightComment(), var_export($this->_bigDumbMap, true));
 }
 /**
  * @return string
  */
 public function compileTemplate()
 {
     return sprintf(include PHPFHIR_TEMPLATE_DIR . '/json_serializable_interface_template.php', $this->outputNamespace, CopyrightUtils::getBasePHPFHIRCopyrightComment());
 }