Public Member Functions | |
| FeedHtmlField ($parFieldContent) | |
| output () | |
Public Attributes | |
| $rawFieldContent | |
| $syndicateHtml | |
| $truncSize | |
Definition at line 231 of file feedcreator.class.php.
| FeedHtmlField::FeedHtmlField | ( | $ | parFieldContent | ) |
Creates a new instance of FeedHtmlField.
| $string,: | if given, sets the rawFieldContent property |
Definition at line 247 of file feedcreator.class.php.
| FeedHtmlField::output | ( | ) |
Creates the right output, depending on $truncSize, $syndicateHtml properties.
Definition at line 258 of file feedcreator.class.php.
References $result, and FeedCreator::iTrunc().
Here is the call graph for this function:

| FeedHtmlField::$rawFieldContent |
Mandatory attributes of a FeedHtmlField.
Definition at line 235 of file feedcreator.class.php.
| FeedHtmlField::$syndicateHtml |
Definition at line 241 of file feedcreator.class.php.
| FeedHtmlField::$truncSize |
Optional attributes of a FeedHtmlField.
Definition at line 241 of file feedcreator.class.php.
1.5.2