]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/AttrDef/URI/Email.php
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / AttrDef / URI / Email.php
CommitLineData
d4949327
NL
1<?php\r
2\r
3abstract class HTMLPurifier_AttrDef_URI_Email extends HTMLPurifier_AttrDef\r
4{\r
5\r
6 /**\r
7 * Unpacks a mailbox into its display-name and address\r
8 * @param string $string\r
9 * @return mixed\r
10 */\r
11 public function unpack($string)\r
12 {\r
13 // needs to be implemented\r
14 }\r
15\r
16}\r
17\r
18// sub-implementations\r
19\r
20// vim: et sw=4 sts=4\r