Class xml_domit_rss_guid
Represents an RSS guid.

isPublic? yes
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_guid

Known subclasses:

None

Source file: xml_domit_rss.php




Constructor
Instantiates a new xml_domit_rss_guid.

Signature: xml_domit_rss_guid(&$guid)

isPublic? yes




Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
getGuid
Returns the guid text.

Signature: getGuid()

Returns:

string - The guid text.

Example:

Returns the guid text.

$guidtext = $myGUID->getGuid();

isPermaLink
Returns the PermaLink status of the guid.

Signature: isPermaLink()

Returns:

boolean - True if the guid is a permalink.

Example:

True if the guid is a permalink.

$isPermaLink = $myGUID->isPermaLink();




Private Methods

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