
Public Member Functions | |
| getDescription () | |
Public Attributes | |
| $descriptionHtmlSyndicated | |
| $descriptionTruncSize | |
Definition at line 197 of file feedcreator.class.php.
| HtmlDescribable::getDescription | ( | ) |
Returns a formatted description field, depending on descriptionHtmlSyndicated and $descriptionTruncSize properties
Definition at line 213 of file feedcreator.class.php.
References description, descriptionHtmlSyndicated, and descriptionTruncSize.
Referenced by HTMLCreator::createFeed().
| HtmlDescribable::$descriptionHtmlSyndicated |
Indicates whether the description field should be rendered in HTML.
Definition at line 201 of file feedcreator.class.php.
| HtmlDescribable::$descriptionTruncSize |
Indicates whether and to how many characters a description should be truncated.
Definition at line 206 of file feedcreator.class.php.
1.5.2