reference/reflection/reflectionfunction/isdisabled.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -1,17 +1,20 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionfunction.isdisabled" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionFunction::isDisabled</refname>
7
6
<refpurpose>Checks if function is disabled</refpurpose>
8
7
</refnamediv>
9
8

9
+
<refsynopsisdiv>
10
+
&warn.deprecated.function-8-0-0;
11
+
</refsynopsisdiv>
12
+

10
13
<refsect1 role="description">
11
14
&reftitle.description;
12
-
<methodsynopsis>
15
+
<methodsynopsis role="ReflectionFunction">
13
16
<modifier>public</modifier> <type>bool</type><methodname>ReflectionFunction::isDisabled</methodname>
14
-
<void />
17
+
<void/>
15
18
</methodsynopsis>
16
19
<para>
17
20
Checks if the function is disabled, via the
...
...
@@ -43,7 +46,6 @@
43
46
</refsect1>
44
47

45
48
</refentry>
46
-

47
49
<!-- Keep this comment at the end of the file
48
50
Local variables:
49
51
mode: sgml
50
52