library/HTMLPurifier/AttrDef/URI/Email.php

Go to the documentation of this file.
00001 <?php
00002 
00003 abstract class HTMLPurifier_AttrDef_URI_Email extends HTMLPurifier_AttrDef
00004 {
00005     
00009     function unpack($string) {
00010         // needs to be implemented
00011     }
00012     
00013 }
00014 
00015 // sub-implementations

Generated on Thu Jun 19 18:47:25 2008 for HTMLPurifier by  doxygen 1.5.3