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

Class: DArrayUniqueStack

Source Location: /Collections/DArrayUniqueStack.php

Class Overview

DObject
   |
   --DArrayBase
      |
      --DArrayUniqueStack

Unique value stack


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]
Unique value stack



[ Top ]


Class Methods


constructor __construct [line 23]

DArrayUniqueStack __construct( )

Constructor



Tags:

access:  public


Overrides DArrayBase::__construct() (Constructor)

[ Top ]

method pop [line 52]

mixed pop( )

Gets element from the stack



Tags:

access:  public


[ Top ]

method push [line 34]

boolean push( mixed $value)

Adds element with unique check



Tags:

access:  public


Parameters:

mixed   $value  

[ Top ]

method __toString [line 62]

array __toString( )

Gets stack data in array way



Tags:

access:  public


Overrides DObject::__toString() (Returns String equivalent of the object.)

[ Top ]


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