From 7bee3e83bae0a903615cf6c0adfa1b5bff6bc98b Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Thu, 29 Dec 2011 17:56:06 +0000 Subject: [PATCH] Add Enum validation for class constants --- .../SihnonFramework/Validation/Enum.class.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 source/lib/SihnonFramework/Validation/Enum.class.php diff --git a/source/lib/SihnonFramework/Validation/Enum.class.php b/source/lib/SihnonFramework/Validation/Enum.class.php new file mode 100644 index 0000000..feecc5e --- /dev/null +++ b/source/lib/SihnonFramework/Validation/Enum.class.php @@ -0,0 +1,19 @@ + \ No newline at end of file