Class xml_domit_rss_cloud
Represents an RSS cloud.

isPublic? yes
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_cloud

Known subclasses:

None

Source file: xml_domit_rss.php




Constructor
Instantiates a new xml_domit_rss_cloud.

Signature: xml_domit_rss_cloud(&$cloud)

isPublic? yes




Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
getDomain
Returns the domain of the cloud.

Signature: getDomain()

Returns:

String - The domain of the cloud, or an empty string.

Example:

Returns the domain of the cloud.

$domain = $myCloud->getDomain();

getPort
Returns the port of the cloud.

Signature: getPort()

Returns:

String - The port of the cloud, or an empty string.

Example:

Returns the port of the cloud.

$port = $myCloud->getPort();

getPath
Returns the path of the cloud.

Signature: getPath()

Returns:

String - The path of the cloud, or an empty string.

Example:

Returns the path of the cloud.

$path = $myCloud->getPath();

getRegisterProcedure
Returns the register procedure value of the cloud.

Signature: getRegisterProcedure()

Returns:

String - The register procedure value of the cloud, or an empty string.

Example:

Returns the register procedure value of the cloud.

$regProc = $myCloud->getRegisterProcedure();

getProtocol
Returns the protocol of the cloud.

Signature: getProtocol()

Returns:

String - The protocol of the cloud, or an empty string.

Example:

Returns the protocol of the cloud.

$protocol = $myCloud->getProtocol();




Private Methods

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