ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
Email.php
Go to the documentation of this file.
1 <?php
2 
4 {
5 
9  function unpack($string) {
10  // needs to be implemented
11  }
12 
13 }
14 
15 // sub-implementations
16 
17 // vim: et sw=4 sts=4
Base class for all validating attribute definitions.
Definition: AttrDef.php:13
unpack($string)
Unpacks a mailbox into its display-name and address.
Definition: Email.php:9