Revision: 189
http://sourceforge.net/p/beeframework/code/189
Author: m_plomer
Date: 2014-07-25 08:39:10 +0000 (Fri, 25 Jul 2014)
Log Message:
-----------
- Beans: introduced Base64StringPropertyEditor
Modified Paths:
--------------
trunk/framework/Bee/Utils/ITypeDefinitions.php
Modified: trunk/framework/Bee/Utils/ITypeDefinitions.php
===================================================================
--- trunk/framework/Bee/Utils/ITypeDefinitions.php 2014-07-24 09:54:23 UTC (rev 188)
+++ trunk/framework/Bee/Utils/ITypeDefinitions.php 2014-07-25 08:39:10 UTC (rev 189)
@@ -43,6 +43,7 @@
const IPv4 = 'ipv4';
const IPv6 = 'ipv6';
const REGEX = 'regex';
+ const BASE64 = 'base64';
const UNIX_TIMESTAMP = 'unix_timestamp';
}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|