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

Added documentation for entry-level getEnclosure() method of Zend_Feed_Reader.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@18365 44c647ce-9c0f-0410-b52a-842ac1e357ba
padraic 16 лет назад
Родитель
Сommit
b2e1d46661
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      documentation/manual/en/module_specs/Zend_Feed_Reader.xml

+ 11 - 0
documentation/manual/en/module_specs/Zend_Feed_Reader.xml

@@ -881,6 +881,17 @@ foreach ($links as $link) {
                     </row>
 
                     <row>
+                        <entry><methodname>getEnclosure()</methodname></entry>
+
+                        <entry>
+                            Returns an array containing the value of all
+                            attributes from a multi-media &lt;enclosure&gt; element including
+                            as array keys: <emphasis>url</emphasis>,
+                            <emphasis>length</emphasis>, <emphasis>type</emphasis>.
+                        </entry>
+                    </row>
+
+                    <row>
                         <entry><methodname>getCommentCount()</methodname></entry>
 
                         <entry>