Преглед изворни кода

[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 пре 16 година
родитељ
комит
eb67258ab0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      documentation/manual/en/module_specs/Zend_Application-Examples.xml

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

@@ -107,7 +107,7 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
     </itemizedlist>
 
     <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
         options, and that they have an <methodname>init()</methodname> method. As an
         example, a custom "View" bootstrap resource might look like the