mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 02:41:28 +00:00
17
lib/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email.php
Normal file
17
lib/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email.php
Normal 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