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

Class: DRSSChannelNodeItemCollection

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

Class Overview

DObject
   |
   --DArrayBase
      |
      --DRSSChannelNodeItemCollection

RSS Version 2.0 Channel Node Item Collection


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DArrayBase

DArrayBase::__construct()
Constructor
DArrayBase::addAtEnd()
Adds element at the end of the stack
DArrayBase::addAtKey()
Adds element at key position in the stack
DArrayBase::addAtStart()
Adds element at the beginning of the stack
DArrayBase::checkIfKeyExists()
Checks if key exists in the stack
DArrayBase::checkIfValueExists()
Checks if value exists in the stack
DArrayBase::getCount()
Gets stack count
DArrayBase::getData()
Gets data
DArrayBase::getElementFromKey()
Gets element from the key position and doesn't remove the element
DArrayBase::getKeys()
Gets keys of the stack
DArrayBase::getValues()
Gets values of the stack
DArrayBase::init()
Inits the stack
DArrayBase::popElementFromEnd()
Pops element from the end of the stack and removes it
DArrayBase::popElementFromStart()
Pops element from the beginning of the stack and removes it
DArrayBase::reverse()
Reverses the 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 17]
RSS Version 2.0 Channel Node Item Collection

A channel may contain any number of items. An item may represent a "story" -- much like a story in a newspaper or magazine; if so its description is a synopsis of the story, and the link points to the full story. An item may also be complete in itself, if so, the description contains the text (entity-encoded HTML is allowed), and the link and title may be omitted. All elements of an item are optional, however at least one of title or description must be present.




[ Top ]


Class Methods


constructor __construct [line 25]

DRSSChannelNodeItemCollection __construct( [ $DRSSChannelNodeItemArray = array()])

Constructor



Tags:

access:  public


Overrides DArrayBase::__construct() (Constructor)

Parameters:

array   $DRSSChannelNodeItemArray   Array of DRSSChannelNodeItem class instances

[ Top ]

method push [line 42]

void push( DRSSChannelNodeItem $DRSSChannelNodeItem)

Push



Tags:

access:  public


Parameters:

DRSSChannelNodeItem   $DRSSChannelNodeItem  

[ Top ]

method putAll [line 53]

void putAll( $DRSSChannelNodeItemArray)

Puts all



Tags:

access:  public


Parameters:

array   $DRSSChannelNodeItemArray   Array of DRSSChannelNodeItem class instances

[ Top ]


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