Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

FeedHtmlField Class Reference
[FeedCreator]

List of all members.

Detailed Description

An FeedHtmlField describes and generates a feed, item or image html field (probably a description).

Output is generated based on $truncSize, $syndicateHtml properties.

Author:
Pascal Van Hecke <feedcreator.class.php@vanhecke.info>
Version:
1.6

Definition at line 283 of file feedcreator.class.php.

Public Member Functions

 FeedHtmlField ($parFieldContent)
 Creates a new instance of FeedHtmlField.
 output ()
 Creates the right output, depending on $truncSize, $syndicateHtml properties.

Public Attributes

 $rawFieldContent
 Mandatory attributes of a FeedHtmlField.
 $truncSize
 Optional attributes of a FeedHtmlField.
 $syndicateHtml
 Optional attributes of a FeedHtmlField.


Constructor & Destructor Documentation

FeedHtmlField::FeedHtmlField parFieldContent  ) 
 

Creates a new instance of FeedHtmlField.

Parameters:
$string: if given, sets the rawFieldContent property

Definition at line 299 of file feedcreator.class.php.


Member Function Documentation

FeedHtmlField::output  ) 
 

Creates the right output, depending on $truncSize, $syndicateHtml properties.

Returns:
string the formatted field

Definition at line 310 of file feedcreator.class.php.

References FeedCreator::iTrunc().


Member Data Documentation

FeedHtmlField::$rawFieldContent
 

Mandatory attributes of a FeedHtmlField.

Definition at line 287 of file feedcreator.class.php.

FeedHtmlField::$syndicateHtml
 

Optional attributes of a FeedHtmlField.

Definition at line 293 of file feedcreator.class.php.

FeedHtmlField::$truncSize
 

Optional attributes of a FeedHtmlField.

Definition at line 293 of file feedcreator.class.php.


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:41 2006 for BaseJumper by doxygen 1.3.9.1