reference/reflection/reflectionproperty/isdefault.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionproperty.isdefault" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionProperty::isDefault</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionProperty">
13
12
<modifier>public</modifier> <type>bool</type><methodname>ReflectionProperty::isDefault</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Checks whether the property was declared at compile-time, or whether the
...
...
@@ -36,7 +35,7 @@
36
35
&reftitle.examples;
37
36
<para>
38
37
<example>
39
-
<title><methodname>ReflectionClass::isDefault</methodname> example</title>
38
+
<title><methodname>ReflectionProperty::isDefault</methodname> example</title>
40
39
<programlisting role="php">
41
40
<![CDATA[
42
41
<?php
...
...
@@ -75,7 +74,6 @@ bool(false)
75
74
</refsect1>
76
75

77
76
</refentry>
78
-

79
77
<!-- Keep this comment at the end of the file
80
78
Local variables:
81
79
mode: sgml
82
80