Просмотр исходного кода

[ZF-10616] Zend_Layout

- Fixed docs wrong method names.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23286 44c647ce-9c0f-0410-b52a-842ac1e357ba
ramon 15 лет назад
Родитель
Сommit
509d0a1440
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      documentation/manual/en/module_specs/Zend_Layout-Advanced.xml

+ 2 - 2
documentation/manual/en/module_specs/Zend_Layout-Advanced.xml

@@ -255,8 +255,8 @@ $layout->setInflector($inflector);
                 to specify an absolute path for a layout view script, or know
                 that the mechanism you will be using for specifying the layout
                 script does not need inflection. Simply use the
-                <methodname>enableInflection()</methodname> and
-                <methodname>disableInflection()</methodname> methods.
+                <methodname>enableInflector()</methodname> and
+                <methodname>disableInflector()</methodname> methods.
             </para>
         </note>
     </sect2>