Changes between Version 7 and Version 8 of Document/Development/Design/LdapBackend
- Timestamp:
- 10/14/08 12:30:55 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/LdapBackend
v7 v8 124 124 __''New Types? Automatic or manual generation''__ 125 125 126 Every ''EBox::Type'' has to implement a ''description()'' method. With this information (how the type need to be stored), we'll be able to generate schemas for every possible type created 127 128 e.g.:126 * Every ''EBox::Type'' has to implement a ''description()'' method which returns a reference to a Hash with tuples ''name => type''. 127 * With this information (how the type need to be stored), we'll be able to generate schemas for every possible type created 128 * e.g.: 129 129 {{{ 130 130 package EBox::Type::Boolean;