|
|
@@ -1,6 +1,6 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!-- Reviewed: no -->
|
|
|
-<!-- EN-Revision: 20792 -->
|
|
|
+<!-- EN-Revision: 22748 -->
|
|
|
<sect1 id="zend.layout.options">
|
|
|
<title>Zend_Layout の設定オプション</title>
|
|
|
|
|
|
@@ -100,8 +100,8 @@
|
|
|
<title>helperClass と pluginClass は startMvc() で渡す必要がある</title>
|
|
|
|
|
|
<para>
|
|
|
- <code>helperClass</code> と
|
|
|
- <code>pluginClass</code> の設定を有効にするには、
|
|
|
+ <property>helperClass</property> と
|
|
|
+ <property>pluginClass</property> の設定を有効にするには、
|
|
|
<methodname>startMvc()</methodname> のオプションで指定する必要があります。
|
|
|
それ以降で指定しても効果はありません。
|
|
|
</para>
|
|
|
@@ -196,7 +196,7 @@ $layout->setConfig($options);
|
|
|
|
|
|
<para>
|
|
|
しかし、ここで注意すべき点があります。
|
|
|
- <code>pluginClass</code> や <code>helperClass</code>
|
|
|
+ <property>pluginClass</property> や <property>helperClass</property>
|
|
|
のように、オプションによってはこのメソッドで指定しても無意味なものもあるのです。
|
|
|
これらは、コンストラクタあるいは <methodname>startMvc()</methodname>
|
|
|
メソッドで指定する必要があります。
|