From 9c938f195352cbad4bc02e30f8e5ae3e38c8a95e Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Mon, 27 Jul 2015 17:02:33 +0200 Subject: [PATCH] DataTypeTime: Add DataType Time Hook --- library/Director/DataType/DataTypeTime.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 library/Director/DataType/DataTypeTime.php diff --git a/library/Director/DataType/DataTypeTime.php b/library/Director/DataType/DataTypeTime.php new file mode 100644 index 00000000..f360782f --- /dev/null +++ b/library/Director/DataType/DataTypeTime.php @@ -0,0 +1,16 @@ +createElement('text', $name); + + return $element; + } +}