language/predefined/arrayaccess/offsetunset.xml
ed312486fff2251b6625b017df2e8f847f656296
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="arrayaccess.offsetunset" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ArrayAccess::offsetUnset</refname>
...
...
@@ -9,8 +8,8 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>abstract</modifier> <modifier>public</modifier> <type>void</type><methodname>ArrayAccess::offsetUnset</methodname>
11
+
<methodsynopsis role="ArrayAccess">
12
+
<modifier>public</modifier> <type>void</type><methodname>ArrayAccess::offsetUnset</methodname>
14
13
<methodparam><type>mixed</type><parameter>offset</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
...
...
@@ -82,7 +81,6 @@
82
81
-->
83
82

84
83
</refentry>
85
-

86
84
<!-- Keep this comment at the end of the file
87
85
Local variables:
88
86
mode: sgml
89
87