From 1f394d36d9c05c8962b2395cc34daaccd681b7cb Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Sat, 20 Apr 2024 11:23:13 -0500 Subject: [PATCH] more xhtml work --- .../xml/unserialize/body_parse_node_typed.php | 14 ++++----- .../body_parse_node_typed_xhtml.php | 29 ------------------- 2 files changed, 7 insertions(+), 36 deletions(-) delete mode 100644 template/types/serialization/xml/unserialize/body_parse_node_typed_xhtml.php diff --git a/template/types/serialization/xml/unserialize/body_parse_node_typed.php b/template/types/serialization/xml/unserialize/body_parse_node_typed.php index 7eab8751..b6534ab4 100644 --- a/template/types/serialization/xml/unserialize/body_parse_node_typed.php +++ b/template/types/serialization/xml/unserialize/body_parse_node_typed.php @@ -40,13 +40,13 @@ ] ), - TypeKind::PHPFHIR_XHTML => require_with( - __DIR__ . DIRECTORY_SEPARATOR . 'body_parse_node_typed_xhtml.php', - $requireArgs + [ - 'property' => $property, - 'i' => $i, - ] - ), +// TypeKind::PHPFHIR_XHTML => require_with( +// __DIR__ . DIRECTORY_SEPARATOR . 'body_parse_node_typed_xhtml.php', +// $requireArgs + [ +// 'property' => $property, +// 'i' => $i, +// ] +// ), default => require_with( __DIR__ . DIRECTORY_SEPARATOR . 'body_parse_node_typed_default.php', diff --git a/template/types/serialization/xml/unserialize/body_parse_node_typed_xhtml.php b/template/types/serialization/xml/unserialize/body_parse_node_typed_xhtml.php deleted file mode 100644 index 216a00f2..00000000 --- a/template/types/serialization/xml/unserialize/body_parse_node_typed_xhtml.php +++ /dev/null @@ -1,29 +0,0 @@ -getValueFHIRType(); -$propTypeClassname = $property->getMemberOf()->getImports()->getImportByType($propType); -$propConst = $property->getFieldConstantName(); -$setter = $property->getSetterName(); - -ob_start(); ?> - -