HTMLPurifier 4.4.0
/home/ezyang/Dev/htmlpurifier/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
00016 
00017 // vim: et sw=4 sts=4