File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed
reference/dom/domdocument Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- $Revision$ -->
3
- <!-- EN-Revision: bb47f4433ac38d890373169666e82609d2ab0848 Maintainer: takagi Status: ready -->
4
- <!-- Credits: mumumu -->
3
+ <!-- EN-Revision: 0e2dfef689e3b40b8a826a0f64ba741863ee8c2a Maintainer: takagi Status: ready -->
4
+ <!-- Credits: mumumu,jdkfx -->
5
5
<refentry xml : id =" domdocument.registernodeclass" xmlns =" http://docbook.org/ns/docbook" >
6
6
<refnamediv >
7
7
<refname >DOMDocument::registerNodeClass</refname >
10
10
<refsect1 role =" description" >
11
11
&reftitle.description;
12
12
<methodsynopsis role =" DOMDocument" >
13
- <modifier >public</modifier > <type >bool </type ><methodname >DOMDocument::registerNodeClass</methodname >
13
+ <modifier >public</modifier > <type >true </type ><methodname >DOMDocument::registerNodeClass</methodname >
14
14
<methodparam ><type >string</type ><parameter >baseClass</parameter ></methodparam >
15
15
<methodparam ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >extendedClass</parameter ></methodparam >
16
16
</methodsynopsis >
59
59
<refsect1 role =" returnvalues" >
60
60
&reftitle.returnvalues;
61
61
<para >
62
- &return.success ;
62
+ &return.true.always ;
63
63
</para >
64
64
</refsect1 >
65
65
66
+ <refsect1 role =" changelog" >
67
+ &reftitle.changelog;
68
+ <informaltable >
69
+ <tgroup cols =" 2" >
70
+ <thead >
71
+ <row >
72
+ <entry >&Version; </entry >
73
+ <entry >&Description; </entry >
74
+ </row >
75
+ </thead >
76
+ <tbody >
77
+ <row >
78
+ <entry >8.4.0</entry >
79
+ <entry >
80
+ <methodname >DOMDocument::registerNodeClass</methodname > メソッドは、
81
+ 現在暫定的に <type >true</type > を返すようになりました。
82
+ </entry >
83
+ </row >
84
+ </tbody >
85
+ </tgroup >
86
+ </informaltable >
87
+ </refsect1 >
88
+
66
89
<refsect1 role =" examples" >
67
90
&reftitle.examples;
68
91
<para >
You can’t perform that action at this time.
0 commit comments