Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
* Each of these consts contains the basename of the class (its full name
* being DE_$basename).
*/
+ const NAMETYPES = 'nametypes';
+
const BINETS = 'binets';
const GROUPESX = 'groupesx';
const SECTIONS = 'sections';
}
// }}}
+// {{{ class DE_NameTypes
+// returns 'system' names ('lastname', 'lastname_marital', ...)
+class DE_NameTypes extends DirEnumeration
+{
+ protected $from = 'profile_name_enum';
+ protected $valfield = 'type';
+}
+// }}}
+
/** GROUPS
*/
// {{{ class DE_Binets