repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git]
/
lib
/
htmlpurifier
/
HTMLPurifier
/
AttrDef
/
URI
/
Email.php
blob
80b8d367e10b24c2173316a66af33854f790bb10
1
<
?php
2
3
require_once
'HTMLPurifier/AttrDef.php'
;
4
5
class
HTMLPurifier_AttrDef_URI_Email
extends
HTMLPurifier_AttrDef
6
{
7
8
/**
9
* Unpacks a mailbox into its display-name and address
10
*/
11
function
unpack
(
$string
) {
12
// needs to be implemented
13
}
14
15
}
16
17
?
>