Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions reference/reflection/reflectionclass/gettraits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<modifier>public</modifier> <type>array</type><methodname>ReflectionClass::getTraits</methodname>
<void/>
</methodsynopsis>
<para>
<simpara>
このクラスが使うトレイトの配列を返します。
</para>
</simpara>

</refsect1>

Expand All @@ -27,11 +27,10 @@

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
<simpara>
トレイト名をキー、トレイトの
<classname>ReflectionClass</classname> のインスタンスを値とする配列を返します。
エラー時には &null; を返します。
</para>
</simpara>
</refsect1>


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ec2fe9a592f794978114ef5021db9f1d00c2e05d Maintainer: takagi Status: ready -->

<refentry xml:id="reflectionparameter.canbepassedbyvalue" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>ReflectionParameter::canBePassedByValue</refname>
Expand All @@ -23,10 +22,9 @@

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
<simpara>
このパラメータが値渡し可能な場合に &true;、それ以外の場合に &false; を返します。
エラー時には &null; を返します。
</para>
</simpara>
</refsect1>


Expand Down