Procházet zdrojové kódy

[ZF-7416]Typo in Resource Plugins documentation

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17294 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp před 16 roky
rodič
revize
eb67258ab0

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-Examples.xml

@@ -107,7 +107,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
     </itemizedlist>
     </itemizedlist>
 
 
     <para>
     <para>
-        Resource plugins implement <classname>Zend_Application_Bootstrap_Resource</classname>,
+        Resource plugins implement <classname>Zend_Application_Resource_ResourceAbstract</classname>,
         which defines simply that they allow injection of the caller and
         which defines simply that they allow injection of the caller and
         options, and that they have an <methodname>init()</methodname> method. As an
         options, and that they have an <methodname>init()</methodname> method. As an
         example, a custom "View" bootstrap resource might look like the
         example, a custom "View" bootstrap resource might look like the