|
|
@@ -656,7 +656,7 @@ $out = $feed->export('atom');
|
|
|
</row>
|
|
|
|
|
|
<row>
|
|
|
- <entry><methodname>setCategories()</methodname></entry>
|
|
|
+ <entry><methodname>addCategories()</methodname></entry>
|
|
|
|
|
|
<entry>
|
|
|
Accepts an array of categories for rendering, where each element is
|
|
|
@@ -666,7 +666,9 @@ $out = $feed->export('atom');
|
|
|
readable category name supporting special characters (it is encoded
|
|
|
during rendering) and is a required key. The "scheme" (called the domain
|
|
|
in <acronym>RSS</acronym>) is optional but must be a valid
|
|
|
- <acronym>URI</acronym>.
|
|
|
+ <acronym>URI</acronym>. The method
|
|
|
+ <methodname>addCategory()</methodname> allows adding a single category
|
|
|
+ at a time.
|
|
|
</entry>
|
|
|
</row>
|
|
|
|