reference/json/jsonserializable.xml
9eb4a46bba05da229be4c8f7a3cb64702e1a2f95
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<phpdoc:classref xml:id="class.jsonserializable" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
5
4

6
5
<title>The JsonSerializable interface</title>
...
...
@@ -23,19 +22,15 @@
23
22
&reftitle.interfacesynopsis;
24
23

25
24
<!-- {{{ Synopsis -->
26
-
<classsynopsis>
27
-
<ooclass><classname>JsonSerializable</classname></ooclass>
28
-

29
-
<!-- {{{ Class synopsis -->
30
-
<classsynopsisinfo>
31
-
<ooclass>
32
-
<classname>JsonSerializable</classname>
33
-
</ooclass>
34
-
</classsynopsisinfo>
35
-
<!-- }}} -->
25
+
<classsynopsis class="interface">
26
+
<oointerface>
27
+
<interfacename>JsonSerializable</interfacename>
28
+
</oointerface>
36
29

37
30
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
38
-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.jsonserializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
31
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.jsonserializable')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='JsonSerializable'])">
32
+
<xi:fallback/>
33
+
</xi:include>
39
34
</classsynopsis>
40
35
<!-- }}} -->
41
36

...
...
@@ -46,7 +41,6 @@
46
41
&reference.json.entities.jsonserializable;
47
42

48
43
</phpdoc:classref>
49
-

50
44
<!-- Keep this comment at the end of the file
51
45
Local variables:
52
46
mode: sgml
53
47