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

Class: DRSSItemNodeCategoryCollection

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

Class Overview

DObject
   |
   --DArrayBase
      |
      --DRSSItemNodeCategoryCollection

RSS Version 2.0 Item Node Category 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 16]
RSS Version 2.0 Item Node Category Collection



[ Top ]


Class Methods


constructor __construct [line 24]

DRSSItemNodeCategoryCollection __construct( [ $DRSSItemNodeCategoryArray = array()])

Constructor



Tags:

access:  public


Overrides DArrayBase::__construct() (Constructor)

Parameters:

array   $DRSSItemNodeCategoryArray   Array of DRSSItemNodeCategory class instances

[ Top ]

method push [line 41]

void push( DRSSItemNodeCategory $DRSSItemNodeCategory)

Push



Tags:

access:  public


Parameters:

DRSSItemNodeCategory   $DRSSItemNodeCategory  

[ Top ]

method putAll [line 52]

void putAll( $DRSSItemNodeCategoryArray)

Push all



Tags:

access:  public


Parameters:

array   $DRSSItemNodeCategoryArray   Array of DRSSItemNodeCategory class instances

[ Top ]


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