Skip to content

Commit dbe7285

Browse files
committed
spl_autoload_call() Mention traits and enumerations
php/doc-en@afb063c
1 parent ce9bc63 commit dbe7285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/spl/functions/spl-autoload-call.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 60809ebcf7d0c261b2f00e093e4fab70326ffc7b Maintainer: takagi Status: ready -->
3+
<!-- EN-Revision: afb063c84d5d707ae329cd94474eee42a6fa82ff Maintainer: takagi Status: ready -->
44
<!-- CREDITS: shimooka -->
55
<refentry xml:id="function.spl-autoload-call" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -15,7 +15,7 @@
1515
</methodsynopsis>
1616
<para>
1717
この関数は、登録済みの __autoload 関数を使用して
18-
クラスあるいはインターフェイスを手動で探すために使用することができます
18+
クラス、インターフェイス、トレイト、列挙型 を手動で探すために使用することができます
1919
</para>
2020
</refsect1>
2121

0 commit comments

Comments
 (0)