0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-03-24 22:57:03 +00:00

16 lines
259 B
PHP
Raw Normal View History

<?php
abstract class HTMLPurifier_AttrDef_URI_Email extends HTMLPurifier_AttrDef
{
/**
* Unpacks a mailbox into its display-name and address
*/
function unpack($string) {
// needs to be implemented
}
}
// sub-implementations