language/predefined/closure/construct.xml
9c74079f12d67cabb52c124d761f48275417d7eb
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="closure.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Closure::__construct</refname>
...
...
@@ -9,10 +8,10 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<constructorsynopsis role="Closure">
13
12
<modifier>private</modifier> <methodname>Closure::__construct</methodname>
14
-
<void />
15
-
</methodsynopsis>
13
+
<void/>
14
+
</constructorsynopsis>
16
15
<para>
17
16
This method exists only to disallow instantiation of the
18
17
<classname>Closure</classname> class. Objects of this class are created
...
...
@@ -27,15 +26,6 @@
27
26
&no.function.parameters;
28
27
</refsect1>
29
28

30
-
<refsect1 role="returnvalues">
31
-
&reftitle.returnvalues;
32
-
<para>
33
-
This method has no return value; it simply emits an error
34
-
(of type <constant>E_RECOVERABLE_ERROR</constant>).
35
-
</para>
36
-
</refsect1>
37
-

38
-

39
29
<refsect1 role="seealso">
40
30
&reftitle.seealso;
41
31
<simplelist>
...
...
@@ -46,7 +36,6 @@
46
36
</refsect1>
47
37

48
38
</refentry>
49
-

50
39
<!-- Keep this comment at the end of the file
51
40
Local variables:
52
41
mode: sgml
53
42