Procházet zdrojové kódy

[DOCUMENTATION] English:
- manual fixes: method name => <methodname>method name</methodname> inside entry

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17229 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael před 16 roky
rodič
revize
ad067f036e

+ 4 - 4
documentation/manual/en/module_specs/Zend_File_Transfer-Filters.xml

@@ -414,7 +414,7 @@ $upload->addFilter('Rename', 'C:\mypics\newgifs', 'uploadfile1');
                 <tbody>
                     <row>
                         <entry>
-                            addFile('C:\uploads')
+                            <methodname>addFile('C:\uploads')</methodname>
                         </entry>
                         <entry>
                             Specifies a new location for all files when the given string is a
@@ -424,7 +424,7 @@ $upload->addFilter('Rename', 'C:\mypics\newgifs', 'uploadfile1');
                     </row>
                     <row>
                         <entry>
-                            addFile('C:\uploads\file.ext')
+                            <methodname>addFile('C:\uploads\file.ext')</methodname>
                         </entry>
                         <entry>
                             Specifies a new location and filename for all files when the given
@@ -434,7 +434,7 @@ $upload->addFilter('Rename', 'C:\mypics\newgifs', 'uploadfile1');
                     </row>
                     <row>
                         <entry>
-                            addFile(array('C:\uploads\file.ext', 'overwrite' => true))
+                            <methodname>addFile(array('C:\uploads\file.ext', 'overwrite' => true)</methodname>)
                         </entry>
                         <entry>
                             Specifies a new location and filename for all files when the given
@@ -445,7 +445,7 @@ $upload->addFilter('Rename', 'C:\mypics\newgifs', 'uploadfile1');
                     </row>
                     <row>
                         <entry>
-                            addFile(array('source' => 'C:\temp\uploads', 'target' => 'C:\uploads'))
+                            <methodname>addFile(array('source' => 'C:\temp\uploads', 'target' => 'C:\uploads')</methodname>)
                         </entry>
                         <entry>
                             Specifies a new location for all files in the old location when the

+ 2 - 2
documentation/manual/en/module_specs/Zend_Http_Client.xml

@@ -119,8 +119,8 @@ $client->setConfig($config);
                         </row>
                         <row>
                             <entry>storeresponse</entry>
-                            <entry>Whether to store last response for later retrieval with getLastResponse(). If set to false
-                            getLastResponse() will return null.</entry>
+                            <entry>Whether to store last response for later retrieval with <methodname>getLastResponse()</methodname>. If set to false
+                            <methodname>getLastResponse()</methodname> will return null.</entry>
                             <entry>boolean</entry>
                             <entry>true</entry>
                         </row>