PHP Class TreemapStack, simpletest

Exibir arquivo Open project: simpletest/simpletest Class Usage Examples

Public Properties

Property Type Description
$_list

Public Methods

Method Description
__construct ( )
peek ( ) Take a peek at the top element on the stack.
pop ( ) Pops an element off the stack.
push ( $node ) Push an element onto the stack.
size ( ) Number of elements in the stack.

Method Details

__construct() public method

public __construct ( )

peek() public method

Take a peek at the top element on the stack.
public peek ( )

pop() public method

Pops an element off the stack.
public pop ( )

push() public method

Push an element onto the stack.
public push ( $node )

size() public method

Number of elements in the stack.
public size ( )

Property Details

$_list public_oe property

public $_list