Class MonkeyStack

Description

Located in /Monkey/MonkeyStack.php (line 3)

MonkeyList
   |
   --MonkeyStack
Direct descendents
Class Description
MonkeyDatabase
Method Summary
object Get (int $index)
object Pop ()
void Push (object $object)
void Set (int $index, object $object)
Variables

Inherited Variables

Inherited from MonkeyList

MonkeyList::$_list
Methods
Get (line 11)

Returns the item at the stack index

  • access: public
object Get (int $index)
  • int $index

Redefined in descendants as:
Pop (line 53)

Pops the value on the end of the stack

  • access: public
object Pop ()
Push (line 32)

Pushes a value onto the end of the stack

  • access: public
void Push (object $object)
  • object $object
Set (line 22)

Sets the value at the specified index

  • access: public
void Set (int $index, object $object)
  • int $index
  • object $object

Inherited Methods

Inherited From MonkeyList

MonkeyList::__construct()
MonkeyList::AddFirst()
MonkeyList::AddLast()
MonkeyList::Backwards()
MonkeyList::Clear()
MonkeyList::Count()
MonkeyList::First()
MonkeyList::GetDebug()
MonkeyList::IsEmpty()
MonkeyList::Last()
MonkeyList::Objects()
MonkeyList::RemoveFirst()
MonkeyList::RemoveLast()

Documentation generated on Sun, 12 Feb 2012 04:03:23 -0800 by phpDocumentor 1.4.1