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