From 4bae44b259872ad38ae93a0f043442ac46e22033 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 20 Nov 2014 00:45:26 +0100 Subject: [PATCH] Add LSformElement :: supannEmpCorps --- .../class.LSattr_html_supannEmpCorps.php | 34 ++++++++++++++++ .../class.LSformElement_supannEmpCorps.php | 40 +++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 public_html/includes/class/class.LSattr_html_supannEmpCorps.php create mode 100644 public_html/includes/class/class.LSformElement_supannEmpCorps.php diff --git a/public_html/includes/class/class.LSattr_html_supannEmpCorps.php b/public_html/includes/class/class.LSattr_html_supannEmpCorps.php new file mode 100644 index 00000000..93f26afe --- /dev/null +++ b/public_html/includes/class/class.LSattr_html_supannEmpCorps.php @@ -0,0 +1,34 @@ + + */ +class LSattr_html_supannEmpCorps extends LSattr_html { + + var $LSformElement_type = 'supannEmpCorps'; + +} + +?> diff --git a/public_html/includes/class/class.LSformElement_supannEmpCorps.php b/public_html/includes/class/class.LSformElement_supannEmpCorps.php new file mode 100644 index 00000000..b89472ab --- /dev/null +++ b/public_html/includes/class/class.LSformElement_supannEmpCorps.php @@ -0,0 +1,40 @@ + + */ + +class LSformElement_supannEmpCorps extends LSformElement_supannLabeledValue { + + var $supannNomenclatureTable = 'empCorps'; + +} +