Browse Source

[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 years ago
parent
commit
509d0a1440
1 changed files with 2 additions and 2 deletions
  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>