1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-23 22:54:11 +01:00

18 lines
299 B
PHP
Raw Normal View History

2014-09-23 23:25:04 +00:00
<?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
// vim: et sw=4 sts=4