import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
17
libs/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email.php
Executable file
17
libs/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email.php
Executable file
@ -0,0 +1,17 @@
|
||||
<?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
|
Reference in New Issue
Block a user