repo.or.cz
/
xendri.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cleanup
[xendri.git]
/
lib
/
core
/
XMLConvertable.php
blob
a72ee34ea4fe17779b8d6f8612895a6942be0ffd
1
<
?php
2
interface
XMLConvertable
3
{
4
5
/**
6
* @param $parent
7
* @return SimpleXMLElement
8
*/
9
function
toXML
(
SimpleXMLElement
&
$parent
=
NULL
);
10
}
11
?
>