phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DRSSItemNodeSource

Source Location: /Files/XML/RSS/Ver20/DRSSItemNodeSource.php

Class Overview

DObject
   |
   --DXMLNode
      |
      --DRSSItemNodeSource

RSS Version 2.0 Item Node Source


Variables

Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DXMLNode

DXMLNode::__construct()
Constructor
DXMLNode::addAttributeNameValue()
Adds attributes
DXMLNode::addAttributeObject()
Adds attributes
DXMLNode::addSubNodeObject()
Adds sub node
DXMLNode::addSubNodeSigneValue()
Adds sub node
DXMLNode::clearAttributes()
Clears all attributes
DXMLNode::clearSubNodes()
Clears sub nodes
DXMLNode::isEmpty()
Checks if the node is empty
DXMLNode::setNodeName()
Sets node name
DXMLNode::__toString()
Returns node string data

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 18]
RSS Version 2.0 Item Node Source

Its value is the name of the RSS channel that the item came from, derived from its <title>. It has one required attribute, url, which links to the XMLization of the source. The purpose of this element is to propogate credit for links, to publicize the sources of news items. It's used in the post command in the Radio UserLand aggregator. It should be generated automatically when forwarding an item from an aggregator to a weblog authoring tool.




[ Top ]


Class Variables

$text =  ""

[line 32]

Text



Tags:

access:  public

Type:   string


[ Top ]

$url =  ""

[line 25]

URL



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 43]

DRSSItemNodeSource __construct( string $url, string $text, [boolean $autoInit = true])

Constructor



Tags:

access:  public


Overrides DXMLNode::__construct() (Constructor)

Parameters:

string   $url  
string   $text  
boolean   $autoInit  

[ Top ]

method init [line 60]

void init( )

Init



Tags:

access:  public


[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:10:52 +0300 by phpDocumentor 1.4.3