Class xml_domit_rss_textinput
Represents an RSS text input form.

isPublic? yes
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_textinput

Known subclasses:

None

Source file: xml_domit_rss.php




Constructor
Instantiates a new xml_domit_rss_textinput.

Signature: xml_domit_rss_textinput(&$textinput)

isPublic? yes




Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
getTitle
Returns the title of the text input form.

Signature: getTitle()

Returns:

String - The title of the text input form, or an empty string.

Example:

Returns the title of the text input form.

$title = $myTextInput->getTitle();

getDescription
Returns the description of the text input form.

Signature: getDescription()

Returns:

String - The description of the text input form, or an empty string.

Example:

Returns the description of the text input form.

$description = $myTextInput->getDescription();

getName
Returns the name of the text input form.

Signature: getName()

Returns:

String - The name of the text input form, or an empty string.

Example:

Returns the name of the text input form.

$name = $myTextInput->getName();

getLink
Returns the link of the text input form.

Signature: getLink()

Returns:

String - The link of the text input form, or an empty string.

Example:

Returns the link of the text input form.

$link = $myTextInput->getLink();




Private Methods
_init
Performs initialization of the RSS textInput.

Signature: _init()


Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers.
Please visit Engage Interactive to download free copies.