1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-14 16:42:59 +01:00
vichan/inc/lib/htmlpurifier-4.5.0/library/HTMLPurifier/AttrDef/URI/Email.php

18 lines
299 B
PHP
Raw Normal View History

2014-09-24 01:25:04 +02: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