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

Class: DRSSItemNodeGUID

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

Class Overview

DObject
   |
   --DXMLNode
      |
      --DRSSItemNodeGUID

RSS Version 2.0 Item Node GUID


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 GUID

guid stands for globally unique identifier. It's a string that uniquely identifies the item. When present, an aggregator may choose to use this string to determine if an item is new. There are no rules for the syntax of a guid. Aggregators must view them as a string. It's up to the source of the feed to establish the uniqueness of the string.




[ Top ]


Class Variables

$isPermaLink =  "true"

[line 34]

Is permanent link

If the guid element has an attribute named "isPermaLink" with a value of true, the reader may assume that it is a permalink to the item, that is, a url that can be opened in a Web browser, that points to the full item described by the item element.




Tags:

access:  public

Type:   string


[ Top ]

$text =  ""

[line 25]

Text



Tags:

access:  public

Type:   text


[ Top ]



Class Methods


constructor __construct [line 45]

DRSSItemNodeGUID __construct( string $text, [string $isPermaLink = "true"], [boolean $autoInit = true])

Constructor



Tags:

access:  public


Overrides DXMLNode::__construct() (Constructor)

Parameters:

string   $text  
string   $isPermaLink  
boolean   $autoInit  

[ Top ]

method init [line 62]

void init( )

Init



Tags:

access:  public


[ Top ]


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